Hi Support
We have the Blog Posts Content Element on the News page. The Grid Layout is set for 2 wide… But it looks very cramped on a mobile phone.
How can we set it to show one column on smaller screens?
This is the website – https://vicpalmerremovals.com.au/news/
Thank you in advance for your help
Cheers Dave
Hey Dave,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .slide-entry {
width: 100%;
margin-left: 0;
}
}
Best regards,
Rikard
Awesome you guys are fantastic thanks :)