Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi there,
I'm using the theme Cornerstone and the element Image with Content has way too much white space at the top and bottom. I have tried using this custom CSS for this element to remove the margin but it moves into the above and below section and cuts off text.
Can someone please assist?
{
margin-top: -100px;
margin-bottom: -10px;
}
Solved! Go to the solution
This is an accepted solution.
Worked it out myself:
.image-with-content {
margin-top: -60px !important;
margin-bottom: -60px !important;
}
@meld78
Share your store URL.
It's still in development and the wrong theme is currently set to publish as the Cornerstone theme is still in trial mode. How else can I share it @Muhammad_Ali_S
This is an accepted solution.
Worked it out myself:
.image-with-content {
margin-top: -60px !important;
margin-bottom: -60px !important;
}