Space issue

Solved

Space issue

Everything1
Tourist
22 0 1

Hello Guys,

 

Please see attahced screenshot anyone please help me how we can joint newsletters section with footer section here is our website newsletters section you can see homepage buttom section 

 

imperialhighlandsupplies.com

1000314692.jpg

 
 
Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
10043 2388 3015

This is an accepted solution.

Got it. Please disregard the previous code and use this one instead. The instructions remain the same.

 

.omnisend-reset-66914c75fd327c846262b2e6.omnisend-form-66914c75fd327c846262b2e6-content {
    max-width: 100% !important;
}

.omnisend-form-66914c75fd327c846262b2e6-content-inner {
    background-color: #3b0e57;
    justify-content: center;
    
}

div#shopify-section-sections--17559186735266__custom_liquid_kfRMdy section {
    margin-bottom: 0;
}

 

And Save.

Result:

Made4uoRibe_0-1740432290534.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 7 (7)

Made4uo-Ribe
Shopify Partner
10043 2388 3015

Hi @Everything1 

TRy this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

@media only screen and (max-width: 749px){
div#shopify-section-sections--17559186735266__custom_liquid_kfRMdy section {
    margin-bottom: 0;
}
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1740425987894.png

     

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Everything1
Tourist
22 0 1

Thanks for your reply. Our theme is warehouse we buy from shopify theme app

Everything1
Tourist
22 0 1

I paste the code theme.css and code is work only for mobile device. I want same implement on all devices please like laptop, desktop, tab etc..

Made4uo-Ribe
Shopify Partner
10043 2388 3015

Please clarify the issue you're experiencing. This is what it looks like on desktop.

Made4uoRibe_0-1740429358740.png

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Everything1
Tourist
22 0 1

Thanks for your reply. We want full width fill space right, left and buttom joint with footer see attahced screenshot i highlighted in red color

1000314764.jpg

Made4uo-Ribe
Shopify Partner
10043 2388 3015

This is an accepted solution.

Got it. Please disregard the previous code and use this one instead. The instructions remain the same.

 

.omnisend-reset-66914c75fd327c846262b2e6.omnisend-form-66914c75fd327c846262b2e6-content {
    max-width: 100% !important;
}

.omnisend-form-66914c75fd327c846262b2e6-content-inner {
    background-color: #3b0e57;
    justify-content: center;
    
}

div#shopify-section-sections--17559186735266__custom_liquid_kfRMdy section {
    margin-bottom: 0;
}

 

And Save.

Result:

Made4uoRibe_0-1740432290534.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Everything1
Tourist
22 0 1

Wow...many many thanks for your help issue solved