Forum Cover Image i...
 
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.

 

[Closed] Forum Cover Image is not responsive by default

5 Posts
3 Users
0 Reactions
1,208 Views
VereK
Posts: 522
Topic starter
(@verek)
Honorable Member
Joined: 8 years ago

As per the title

Topic Tags
4 Replies
VereK
Posts: 522
Topic starter
(@verek)
Honorable Member
Joined: 8 years ago
dimalifragis
Posts: 2601
(@dimalifragis)
Famed Member
Joined: 5 years ago

For ME it is fully responsive. Theme: Kadence

1 Reply
VereK
(@verek)
Joined: 8 years ago

Honorable Member
Posts: 522

@dimalifragis 

Great for Kadence users, not so great for those that are not.

Robert
Posts: 10616
Admin
(@robert)
Support Team
Joined: 9 years ago

@verek,

all is ok, this is the main difficulty of using side oriented background images. In this case you can change the background mode from "cover" to "contain" for small mobile devices and all will be ok, but we don't do that because it's ok to show the "support" word only.

@media screen and (max-width:480px) {
   #wpforo #wpforo-wrap .wpforo-category{background-size: contain !important; background-repeat: no-repeat;}
}