The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Still some CSS prob...
 
Share:
Notifications
Clear all

Still some CSS problems after last major update

5 Posts
2 Users
0 Likes
736 Views
Posts: 49
Topic starter
(@hannes)
Trusted Member
Joined: 4 years ago

Hey,

there are still some CSS problems after the last major update. Some of the tool tips are cut off on mobile devices. You fixed some of the tool tips, but not all of them (see screenshots).

Also, the arrow of the picture upload tool tip has a a margin of ca. 1 px to the actual tool tip box (see screenshot).

Would be nice if you could fix this.

Regards

Johannes

wpdiscuzcss3
wpdiscuzcss1
wpdiscuzcss2

 

4 Replies
Asti
Posts: 7114
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

@hannes,

This is just a CSS conflict with the active theme or other plugins. Please provide us some example URL to allow us to debug the conflict and provide a solution for you. 

Reply
Posts: 49
Topic starter
(@hannes)
Trusted Member
Joined: 4 years ago

Hey,

Thanks for your answer. 

The site is not publicly available yet. Can I send you the login data?

Reply
2 Replies
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7114

Sure @hannes,

Send the date to info[at]gvectors.com email address. 

Reply
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7114

@hannes,

The CSS codes provide below should help you to solve the issue:

@media screen and (max-width: 600px){
#wpdcom .wpd-thread-head .wpdiscuz-user-settings[wpd-tooltip-position='right']::after{
top: 19% !important;
}
#wpdcom .wpd-filter[wpd-tooltip]::after{
left: -22% !important;
}
}
.wmu-upload-wrap [wpd-tooltip-position='left']::before {
margin-left: -13px;
}

Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.

Reply
Share: