Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Solved] Attachment Icon Through Title

5 Posts
2 Users
0 Reactions
1,101 Views
Posts: 7
Customer
Topic starter
(@tbtb20202)
Member
Joined: 5 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: 6444
Admin
(@astgh)
Illustrious Member
Joined: 8 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: 5 years ago

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

Thanks in advance!

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

Illustrious Member
Posts: 6444

@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: 5 years ago

Fixed, much appreciated!

Share:
Scroll to top