Trying to add left padding to a rich text section on my Highlight theme.
I added this CSS to the id section:
padding-left: 50%;
Whilst it gives the section padding, it only moves it over, making the whole site width longer.
Not sure what additional CSS I need to add in, or if I should be using columns instead?
First image for context on how the CSS makes the site width larger, second image is how it should look.
Pls help!
Solved! Go to the solution
This is an accepted solution.
Then use this css instead the previous one
@media (min-width:768px) {
#shopify-section-template--15985039868146__164863221804800728 .rich-text-blocks {
padding-left: 30%;
}
}
► Need help with theme customization, speed optimization, fix bugs?
Hello @Hannaht2 site is password protected
► Need help with theme customization, speed optimization, fix bugs?
Which section do you mean?
► Need help with theme customization, speed optimization, fix bugs?
The rich text section, image for context below
How it should look
How it looks with padding-left: 50%; added
which page is that? can u send the link?
► Need help with theme customization, speed optimization, fix bugs?
Add this css on assets > theme.css bottom of file
#shopify-section-template--15985039868146__164863221804800728 .rich-text-blocks {
padding-left: 30%;
}
► Need help with theme customization, speed optimization, fix bugs?
This is an accepted solution.
Then use this css instead the previous one
@media (min-width:768px) {
#shopify-section-template--15985039868146__164863221804800728 .rich-text-blocks {
padding-left: 30%;
}
}
► Need help with theme customization, speed optimization, fix bugs?
User | RANK |
---|---|
231 | |
54 | |
50 | |
31 | |
31 |