Remove margin between to sections in theme

Heatland
Excursionist
18 0 5

850eaf1208580da1403543a380ab3e6a.png

 

I'd like to remove the margin between the two above sections. What's the easiest way to do this? As I understand there's some custom CSS in the theme customizer you can add?

Replies 8 (8)
GemPages
Shopify Partner
5587 1260 1161

Hello @Heatland ,

 

It's the GemPages Support Team and we are glad to assist you today!

 

Could you please share your store URL ( with the password if your store password is enabled ) then I can see and suggest something for you?

 

Best regards,
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
Heatland
Excursionist
18 0 5

almost correct. i had to add the following css code too:

 

.page__header {
    margin-bottom: 0;
  }
Heatland
Excursionist
18 0 5

Why are you private messaging me and asking to gain access to my shop? Why not reply to answers here as every one else. You do know it looks very suspicous from you? Given your short history here. 

PageFly-Victor
Shopify Partner
7865 1785 3017

Hi @Heatland 
You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css

Step 3: Paste the below code at bottom of the file -> Save

[data-section-type="logo-list"]{margin:0 !important}

Hope my solution works perfectly for you!

Best regards,

Victor | PageFly

banned
PageFly-Victor
Shopify Partner
7865 1785 3017

Hi @Heatland,

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css

Step 3: Paste the below code at bottom of the file -> Save

[data-section-type="logo-list"] .container{
max-width:100% !important;
padding:0 !important
}



Hope my solution works perfectly for you!

Best regards,

Victor | PageFly

banned
Heatland
Excursionist
18 0 5

That's not quite right. I want to remove the white space between the logo list and and image above.

syedsumaimaly
Explorer
147 16 17

Hi @Heatland 

Please provide your store URL, so I can review it and provide a solution.