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?
Cheers
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
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
Thanks Guys – that seemed to do it.
Cheers