Broken layout if fi...
 
Notifications
Clear all

Broken layout if file name is long

6 Posts
2 Users
2 Reactions
17 Views
Posts: 3
Topic starter
(@phuongnh)
Active Member
Joined: 2 hours ago

Is this plugin bug? I guess i need to modify css

any comment please 


5 Replies
Sofy
Posts: 5774
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

Hi,

This is just a CSS conflict with the theme or other plugins. A CSS code can be used as a workaround. If you're unable to fix it, please provide the direct URL where we can see the issue.


Reply
4 Replies
(@phuongnh)
Joined: 2 hours ago

Active Member
Posts: 3
Sofy
 Sofy
Admin
(@sofy)
Joined: 8 years ago

Support Team
Posts: 5774

@phuongnh 

Please use the CSS code below: 

@media (max-width: 544px){
    #wpforo #wpforo-wrap .wpforo-post .wpforo-attached-file {
        max-width: 90%;
        min-width: 100%;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

Insert the CSS Code in the "Custom CSS Code" textarea in the wpForo > Settings > Colors & Styles admin page. 

Please don't forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.

Also, try on incognito mode if you're checking on mobile devices. Because mobile browsers have a hard cache, you'll not be able to see the change immediately.


Reply
(@phuongnh)
Joined: 2 hours ago

Active Member
Posts: 3

@sofy

it worked now thank you

So everyone got the same issue not only me right? I just wanted to know. Thank you 


Reply
Sofy
 Sofy
Admin
(@sofy)
Joined: 8 years ago

Support Team
Posts: 5774

@phuongnh 

We don't see this kind of issue on our test websites. 


Reply