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

    Hi,

    On medium mobile screens (tablet landscape and portrait) the blog layout of the category page is too far to the right. I want some padding on the right side of the page. I’m using blog styling: Elegant. I use a left side bar on category pages.

    Hope you can help me out! Thanks

    • This topic was modified 6 years, 3 months ago by JantienM.
    #1013483

    Hey JantienM,

    Thank you for using Enfold.

    Try to adjust the right margin of the content container.

    @media only screen and (max-width: 1366px) {
    .sidebar_left .content {
        margin-right: 0;
    }
    }

    Best regards,
    Ismael

    #1015723

    Yes that worked. Thanks, topic can be closed.

    #1015858

    Hi JantienM,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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