Hi
we want to customize the padding/margin for the page, post, portfolio (i mean entire layout padding/margin as shown in picture)
the private picture only show for a page, but what we mean we what to customize this kind of area padding/margin for post/portfolio page too.
thanks for your supports. since i made by our selves before but not work
Hey paulchiao!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.inner_sidebar {
margin-left: 15px;
}
.container {
padding-left: 15px;
padding-right: 15px;
}
.content, .sidebar {
padding-top: 5px;
padding-bottom: 5px;
}
Cheers!
Yigit
Hi Yigit,
but the 3 area space(padding/margin) no change? we need them to be small too
please refer to the picture/website in private content
Hi!
Please add this in the Quick CSS field:
.hr.hr-invisible.avia-builder-el-3.el_after_av_portfolio.avia-builder-el-no-sibling {
display: none;
}
.content .entry-content-wrapper {
padding-right: 10px;
}
Best regards,
Ismael
thanks Ismael