Hi there, I would like to change a few things on my website. Any help would be greatly appreciated.
https://w9q214r1fdasnv9p-67488153874.shopifypreview.com
-
Make the header the full width of all screens.
-
The slideshow towards the bottom of the website is overlapping the section above. I am unable to fix this??
-
Make the featured blog section full width.
Thanks in advance
1 Like
Hi @Kauriandoak
Try this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
header.header.header--middle-left.header--mobile-center.page-width.header--has-menu.header--has-social,
.page-width-desktop.isolate.section-template--21365017608466__833c83fb-ae22-4987-b41d-a2e93ed98667-padding {
max-width: 100% !important;
}
The reason of the overlapping are the - menus margin of the banner. You minus it for the header to be show be background of the header. So every time you add a banner it will overlap.
Hi @Kauriandoak
This is Theodore from PageFly - Shopify Page Builder App.
For solving the problem about the A Few Changes On Craft Theme 11.0, let’s try this solution:
Online Store ->Theme ->Edit code
.header {
padding-top: 20px;
padding-bottom: 20px;
max-width: 100% !important;
}
@media screen and (min-width: 990px){
.page-width-desktop {
max-width: unset;
padding: 0 5rem;
}
}
Assets ->Base.css
I’ll be so happy if my suggestion can help to solve your problem. If you have any further questions, please feel free to tell me.
Best regards,
Theodore | PageFly
https://w9q214r1fdasnv9p-67488153874.shopifypreview.com
that didnt seem to work on either issue unfortunatly. Is there a way to fix the overlapping issue can you add more margins elsewhere?