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

    Hey folks I prefer the width of the content area and sidebar when I’m using the layout builder and I use 2/3 and 1/3 column.

    see here http://sdtest.info/ntq/places/queen-victorias-statue-in-queens-park/

    is there a way to mimic this on the default content/sidebar here so I remove the border and the padding to make it look more like the page above?

    http://sdtest.info/ntq/news/

    Cheers

    #402859

    Hey ShortieD!

    Please go to Enfold theme options > General Layout > Dimensions and choose 66% | 34% for “Content | Sidebar Ratio”. Then add following code to Quick CSS

    .content, .sidebar {
    border: none!important;
    }

    Best regards,
    Yigit

    #402881

    Hey ShortieD!

    to remove the border use this code in Quick CSS field:

    .content {
    border-right-width: 0px;
    }
    

    to move your sidebar to the left use this code:

    #top #main .sidebar {
    right: 45px;
    }
    

    and adjust as needed.

    Cheers!
    Andy

    #404873

    Thanks Guys – that seemed to do it.
    Cheers

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘remove padding in default sidebar’ is closed to new replies.