Hi,
I am looking to remove the whitespace between two “Image with Text” sections on the home page so one image is flush with the next. There are similar issues posted with solutions but I can’t seem to replicate with the Dawn theme.
Thanks!
For example, I would be looking to remove the white space between the two sunset images:
1 Like
@justlookingtks To Remove white space between images, add this code to your base.css file.
Navigate to online store >> Click edit theme code.
Now find base.css and paste the following code.
.image-with-text {
margin-bottom: 0 !important;
margin-top: 0 !important;
}
I hope it will be helpful for you.
Thanks
Did it solve your issue?
- If yes, Like & Mark As Solution to help the community
- If not, let me know. also share a screenshot of the code that you added.
1 Like
@justlookingtks
Please share the store URL!
Thanks!
That worked perfectly! Is it possible to also remove the whitespace on the left hand side, in addition?