Tagged: , ,

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

    Under Enfold > General Layout > Dimensions, I’ve configured the site to be responsive and set the Maximum container container size and content | Sidebar ratio. All is working great and looking great.

    That said, I’m looking for how I would adjust the margins.

    CONTENT | MARGIN | LINE | MARGIN | Sidebar

    I’m looking for how I can adjust the margins on the right of the content and left of the sidebar. There’s a good 50px margen being used on both sides of the “Line” that separates the Content and sidebar. Would be great if there was a setting in the Admin tools to adjust this. That said, I assume I’ll need to set some CSS>

    Thanks,

    -Steve

    #407288

    Hi smkrause!

    Add this to your custom CSS.

    .content .entry-content-wrapper { padding-right: 20px !important; }
    .inner_sidebar { margin-left: 20px !important; }
    

    Best regards,
    Elliott

    #407355

    Fixed!

    Thank you!

    -S

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to Adjust Main Layout and Single Article Layout’ is closed to new replies.