Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1484691

    How can I just get one column on the mobile view from this page?

    #1484695

    Hey limedrop,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) {
        .responsive #top.page-id-254 #wrap_all .slide-entry {
            width: 100%;
            margin-left: 0%;
        }
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1484696

    Thank u! That worked. However the post no. 2 – the image is getting very close to the excerpt on the post above. Can you give me som padding code there?

    #1484708

    Hi,
    Try this instead:

    @media only screen and (max-width: 767px) {
        .responsive #top.page-id-254 #wrap_all .slide-entry {
            width: 100%;
            margin-left: 0%;
            padding-bottom: 20px;
        }
    }

    Best regards,
    Mike

    #1484713

    Thank u :) Worked!

    #1484741

    Hi,

    Great, I’m glad that Mike could help you out. We’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Just one color on blog post on mobile’ is closed to new replies.