Notifications
Clear all

[Solved] Attachment Icon Through Title

5 Posts
2 Users
0 Likes
591 Views
Posts: 7
Customer
Topic starter
(@tbtb20202)
Member
Joined: 4 years ago

Hi, ive a smaill issue. When an attachment is uploaded, the attachment symbol is showed. Seems it is placed on the wrong place (through the title) in the responsive/mobile version.

Does anyone have a quick fix?

afbeelding
4 Replies
Astghik
Posts: 5911
Admin
(@astgh)
Illustrious Member
Joined: 6 years ago

Hi @tbtb20202,

This is just a small CSS conflict with the theme, please leave the example URL to allow us to check the issue and provide some solution for you.

Posts: 7
Customer
Topic starter
(@tbtb20202)
Member
Joined: 4 years ago

https://myev.online/forums/introduce-yourself-car/

Thanks in advance!

1 Reply
Astghik
Admin
(@astgh)
Joined: 6 years ago

Illustrious Member
Posts: 5911

@tbtb20202,

Please use the following CSS code:

@media only screen and (max-width: 480px){
#wpforo-wrap .wpforo-topic-badges {
top: 6px !important;
right: -37px !important;
}
}

The CSS codes should be added in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Style Tab.  

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

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.

 

Posts: 7
Customer
Topic starter
(@tbtb20202)
Member
Joined: 4 years ago

Fixed, much appreciated!

Share:
Scroll to top