chance spacing between sections

achaaraoui
Excursionist
47 0 9

How do I change the spacing between the main picture and the header that reads spring / summer 2021. 

https://maisonloushi.myshopify.com

password: 1234

Screen Shot 2021-07-30 at 5.55.43 PM.png

Replies 8 (8)

Ireoluwa
Pathfinder
119 4 10

Hello, 

you will need to reduce the padding of the header. 

You will enter the theme coding 

achaaraoui
Excursionist
47 0 9

@Ireoluwa where in the theme code would I find this 

Ireoluwa
Pathfinder
119 4 10

Ireoluwa_0-1627684451887.png

This is how you wanted it right?

Ireoluwa
Pathfinder
119 4 10

This will deal with the CSS applied to the content, that is what you are going to edit 

achaaraoui
Excursionist
47 0 9

@Ireoluwa I would want that picture to look something more like this 

Screen Shot 2021-07-30 at 12.44.15 PM.png

Ireoluwa
Pathfinder
119 4 10

Ireoluwa_0-1627685412570.png

I get you, that still goes down to your CSS coding, finding the CSS that is applied on it, and editing the padding 

achaaraoui
Excursionist
47 0 9

@Ireoluwa Would you know where in the CSS coding i could find the coding that is applied to this. Because I go into css and I dont even know where to start. 

Ireoluwa
Pathfinder
119 4 10

On your shopify section 

add this code

<main class="main-content js-focus-hidden" id="MainContent" role="main" tabindex="-1" style="
padding-top: 0px;
">

 

add the style="
padding-top: 0px; to it 

 

and 

<div class="page-width" style="
padding-right: 0px;
padding-left: 0px;
">

Since you arent getting the CSS you can add the HTML direct to alter the css

In case you still don't get your way out of it 

Message me here