Tagged: remove padding
How do I reduce the padding at the bottom of my logo/Partner bar?
shutterliving.com/
I would like the gap to be even with the top gap?
Thanks a billion !
Hi Jamie A!
Please add following code to Quick CSS
.home .content { padding-bottom: 30px; }
Best regards,
Yigit
Perfect work great!
Is there an easy way to change the padding above the words ‘published in’ and below the words, ‘published in’?
I know its a bit OCD, but I would just like to reduce the size and impact of the of the logo bar?
Hi!
Please add following code as well and adjust if needed
body .container_wrap .hr.avia-builder-el-first { margin: 10px 0; }
.av-special-heading { margin-top: 30px; }
.avia-content-slider { margin: 10px 0; }
Best regards,
Yigit
Resolved – I’m happy with this!