Footer & header width need to be narrower - Warehouse theme

Hi guys,

I need my websites header and footer make narrower, same as websites body elements (see picture attached). Could you please help me here? @KetanKumar maybe you can help me here? Thank you

my website: www.serp-up.com

Please find screenshot attached:

1 Like

@Matthias111

I have checked your shop but not copyright text display Please add a footer to your site I will check again and send the correct solution for you.

Thanks!

Hi,

can’t see any copyright text in footer area

Please add it first.

Thank you.

Hi,

thank you for your response. Footer added again.

Hi there @dmwwebartisan ,

thank you for your quick response. I just added footer again.

Thank you!

@Denishamakwana

Hi there,

thank you for your response. I just added the footer again.

Thank you!

Please add below css in bottom of assets/theme.css file

@media screen and (min-width: 641px) {

.footer__wrapper {
width: 1014px ;
margin: 0 auto;
}
}
Thank you.

Please add below css in bottom of assets/theme.css file
@media screen and (min-width: 641px)

.header__inner {
width: 1014px ;
margin: 0 auto;

}

@media screen and (min-width: 1000px) {

.nav-bar {

width: 1014px ;
margin: 0 auto;

}

.nav-bar .container {
padding: 0;

}
}
Thank you.

Hi,

It seems the only the menu changes position. Footer elements, header logo and carts looks the same. Is it possible to move narrower all the elements?

Thank you

Hi @Denishamakwana ,

it seem to be working for footer and menu (header). Is it possible to do same with logo, cart and login icon? I really appreciate your help.

Thank you!

Hi,

Here I atteched screenshot related to header logo .

Please conform look.


Thank you.