I tried making the collection list and featured collections wider on the home screen with
}
.page-width {
max-width: 90%;
padding: 0px 5px;
}
However, the slideshow is now off center. It also deleted the button, for “explore” under where it says credit card geometry. Can you tell me how to fix? Thanks
1 Like
hello @adevster8
Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.
1 Like
It’s still in trial for my friend so it’s not viewable yet. But basically the collection pages, featured collections and everything are the perfect width now but the slideshow text is slightly to the left now. And the first One deleted the button. Thanks for your quick response!
@adevster8
Please share preview URL.
Thanks!
Hii, @adevster8
Kindly share your store URL so,
I can solve this issue.
Thank You.
https://ryanjtroy-art-photography.myshopify.com/?_ab=0&_fd=0&_sc=1&key=2430ec3e42fe4f347b3a9e81b47778bf8927213c14d607830a306a7f6052b73f
Basically, everything looks good after i added the code besides the slideshows which text and buttons are now slightly too far to the left and the section that says “fall sale,” which needs some margin space on the left. Thanks.
@media only screen and (min-width: 750px){
.highlight__image {
margin-left: 0% !important;
}
.highlight--align-middle .highlight__content-container, .highlight--align-middle .highlight__image-container {
margin-left: 108px !important;
}
}
Add this code in theme.scss or style.css.
@adevster8
Thank you.
2 Likes
Nope, that didn’t work. I appreciate your help, but I’m still seeing the same bit offcentered.
I have fix the border alignment,
Would you like to remove it.
It looks like it’s still off centered after the code. Appreciate your help though.
@media only screen and (min-width: 750px){
.highlight__image {
margin-left: 0% !important;
}
.highlight--align-middle .highlight__content-container, .highlight--align-middle .highlight__image-container {
margin-left: 70px !important;
}
}
use this code. or mark properly what do you want.
1 Like
Yup, that fixed the Gift box part, I appreciate it! The slideshow text is still off center to the left though.
I don’t get you .
kindly share a screenshot of it.
I appreciate your help, this was my original question. The text of the slideshow is off center to the left.