What would be the most effective way to resize client / sponsor images so that they remain responsive but appear more visible? http://lukezachrichmma.com/sponsors/
Hi – welcome back 🙂 Been busy with a submission and answering your query took really long – sorry about that.
You can do couple of things to make things better here –
1) Change the page template to ‘One Column No Sidebars’ – assuming you are not planning to have a sidebar for this page. That will make the images bigger since the page will then expand by about 300px to full width.
2) Have the following code in Custom CSS tab in options panel –
@media only screen and (max-width: 479px)
#our-clients .twocol {
width: 100%;
margin-right: 0 !important;
}
Hope this helps.
Author
Posts
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Squash Theme Support’ is closed to new topics and replies.