Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #779590

    Hello,

    I’d like to have the double column on the blog transform to single column on mobile. I don’t see any option to do that though.

    #779769

    Hey feoleb,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .page-id-162 .slide-entry {
      width:100% !important;
      margin-left:0 !important;
    }
    }

    Best regards,
    Rikard

    #780040

    Hello,

    Thanks that did it! It looks great now on mobile.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Transform to single column on mobile’ is closed to new replies.