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

    Hi,

    I would like to reduce the left/right padding in the sidebar and main content area.. Please see link for clarification.

    Thanks

    #730982

    Hey Dwimmer,

    I think you forgot to actually post the link?

    Best regards,
    Rikard

    #730996

    Sorry..

    sample

    #731096

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #main #after_section_1 > .container {
    padding:0 10px!important;
    }
    .sidebar_left .inner_sidebar {
        margin-right: 20px; 
    }
    .template-page.content{
    	padding-left:20px!important;
    }
    
    

    Best regards,
    Vinay

    #731261

    Perfect! Thanks…

    #731407

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

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