Hello.
Im working on a new page design on Layout-hub, but now my site is display with this big margins on the sides and I cant find where to change that parameter. help! the page link is : https://palletcoffeeroasters.com/pages/pallet-plus
A user is experiencing unwanted large side margins on their LayoutHub page and cannot locate the setting to adjust them. They’ve shared their page URL and screenshots showing the issue.
Proposed Solutions:
.wrapper.main-content.page-main--wrapper with padding-left: 0px; padding-right: 0px;Current Status:
Hello.
Im working on a new page design on Layout-hub, but now my site is display with this big margins on the sides and I cant find where to change that parameter. help! the page link is : https://palletcoffeeroasters.com/pages/pallet-plus
Hi. The below code will fix your problem.
Go to Online Store > Themes > Edit Code
Search for base.css or custom.css.
Add below code to the end of the page.
@media screen and (min-width: 480px){
.wrapper.main-content.page-main--wrapper {
padding: 30px 0 !important;
}
}
Hi @manuperezb
Try this one.
.wrapper.main-content.page-main--wrapper {
padding-left: 0px;
padding-right: 0px;
}
i hope it help.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
I follow the steps but i looks the same.. ![]()
There is a little mistake in the code. Try this code.
@media screen and (min-width: 480px){
.wrapper.main-content.page-main--wrapper {
padding: 30px 0 !important;
}
}
Nope nothing yet ![]()
In which file you are putting the CSS code? It is not inserted right. If you don’t have any base.css or theme.css file. Put the code in the custom.css file. Please share picture of the code that you have entered.