Top image not responsive

Posted in: Newspaper
Post count: 3

Hi, I need some help with this top homepage image. It is not responsive and thus doesn’t work well on any mobile.
https://www.therefugeeroundtable.com.au (I’m referring to this picture of the hands/world map)
Can you please advise a fix?
Settings? It’s an ‘image box’ set to ‘global header’, set to ‘500’ in height. Plus, Image alignment: Center, Layout: horizontal, Box Style: 2-white box.
Thanks

  • This topic was modified 7 years by Scrawf.
Post count: 35449

Hi,

Please try this custom css
-> https://www.screencast.com/t/qZpoWX5f
@media (max-width: 767px){
.td-church .td-banner .td_block_image_box .td-custom-image a {
height: calc(30vh - 27px) !important;
}
}

Add this code in Newspaper>Theme panel >Custom code>Custom css

Thanks.

Post count: 3

Thanks. I have added it to Custom CSS but doesn’t seem to have fixed the issue. Can you please explore further.

Post count: 35449

Hi,

For I can see the problem is solved:
now -> https://www.screencast.com/t/Zv83tnMPn1LE
before -> https://www.screencast.com/t/k1h4nnMkgET3
please try with other browsers, is possible to need to clear your cache.

Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.