Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1355433

    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

    #1355488

    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

    #1355578

    Awesome you guys are fantastic thanks :)

    #1355595

    Hi,

    Great, I’m glad that we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.