Cornerstone theme: how to remove white space?

Solved

Cornerstone theme: how to remove white space?

meld78
Shopify Partner
66 1 11

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;

}

 

meld78_1-1724194735027.png

 

 

Accepted Solution (1)

meld78
Shopify Partner
66 1 11

This is an accepted solution.

Worked it out myself:

.image-with-content {
margin-top: -60px !important;
margin-bottom: -60px !important;
}

View solution in original post

Replies 4 (4)

Muhammad_Ali_S
Shopify Partner
669 122 185

@meld78 
Share your store URL.

Ali Shahzad | Designer | Developer
- Was my reply helpful? Click Like and Accepted Solution to let me know!
- Feel Free to Contact | Whatsapp +92 3486775142
meld78
Shopify Partner
66 1 11

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 

meld78
Shopify Partner
66 1 11
Thank you. Does this help?

[cid:e3be6435-9d2e-4517-8ea3-b3a174532ff8]

meld78
Shopify Partner
66 1 11

This is an accepted solution.

Worked it out myself:

.image-with-content {
margin-top: -60px !important;
margin-bottom: -60px !important;
}