Forum Cover Image i...
 
Notifications
Clear all

[Closed] Forum Cover Image is not responsive by default

5 Posts
3 Users
0 Reactions
647 Views
VereK
Posts: 522
Topic starter
(@verek)
Honorable Member
Joined: 7 years ago

As per the title

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

For ME it is fully responsive. Theme: Kadence

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

Honorable Member
Posts: 522

@dimalifragis 

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

Robert
Posts: 10548
Admin
(@robert)
Support Team
Joined: 8 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;}
}