Hello, I need to reduce the padding bottom space in featured content
in my site, I tryed with the guides of the forum but nothing happened
Site: www.pekoraneracbd.com
Hello, I need to reduce the padding bottom space in featured content
in my site, I tryed with the guides of the forum but nothing happened
Site: www.pekoraneracbd.com
@pekoranera Go to assets/theme.css and paste below css at bottom of file.
.box
{
padding-top: 0px !important;
}
Hi @pekoranera !
This is PageFly - Advanced Page Builder. I would love to give you some recommendation
Please paste this code at the bottom of theme.scss under assets in theme code files;
@media screen and (min-width: 769.1px) {
.box {
padding-top: 60px !important;
padding-bottom: 0px !important;
margin-top: -32px !important;
}
}
You can use px as you want;
Best Regards;
PageFly