Re: need help with formatting the homepage using css

Solved

need help with formatting the homepage using css

Ponmalar
Excursionist
28 0 11

Hi all,

 

Need your help on solving my issue. in my website fashntees.in . i face some issues in home page. Each section is overlapping eachother and need help to sort it out.

 

Website: fashntees.in

pass:FT

 

Ponmalar_0-1651920098256.png

 

 

Ponmalar_1-1651920142661.png

Please help me experts

 

 

 

Accepted Solution (1)

diego_ezfy
Shopify Partner
2988 573 931

This is an accepted solution.

@Ponmalar, do this to fix it in 20 seconds:

1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:

.custom-content {
    margin-bottom: 0px !important;
}



Kind regards,
Diego

View solution in original post

Replies 3 (3)

diego_ezfy
Shopify Partner
2988 573 931

This is an accepted solution.

@Ponmalar, do this to fix it in 20 seconds:

1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:

.custom-content {
    margin-bottom: 0px !important;
}



Kind regards,
Diego

Ponmalar
Excursionist
28 0 11

Thanks u so much @diego_ezfy Will check and give you the feedback.

 

Meanwhile i have this below CSS i am not sure whether is it neccessary to keep it or remove it

 

#shopify-section-1650166123c5ad0a90 .page-width {padding: 0;max-width: 100%;}
.template-index .main-content {padding-top: 0;}
#shopify-section-1647076815b1ea6540 {padding-bottom: 0;margin-bottom: 180px;}

 

Ponmalar
Excursionist
28 0 11

Thanks it works. Also can you please help me how to make this full width?

Ponmalar_0-1651924926379.png