Hello guys, i would like to make my home page be wide like on this screenshot (https://ibb.co/41ztCg8) where it's zoomed to 150% . My website is www.trendsanta.com
Solved! Go to the solution
This is an accepted solution.
please Go to Online Store->Theme->Edit code and then go to Asset->/theme.css ->paste below code at the bottom of the file.
@media only screen and (min-width: 750px)
{
#shopify-section-slideshow .hero-wrapper hero .hero-content ,
#shopify-section-161426361656be2654 .page-width ,
#shopify-section-featured-collections .page-width ,
#shopify-section-1614263668f3adee34 .page-width ,
#shopify-section-1614263699afef024d .page-width
{
max-width: 1500px !important;;
}
}
@Natztech It's much better but the header did not get wider, what does the code line for that look like i think i just need to add it on your code
User | Count |
---|---|
38 | |
22 | |
19 | |
12 | |
10 |