Padding to 10px

how to padding to 10px

I did that a few months back and if I remember correctly you do that in your Customizer (or Theme Options) > Layout and Design > Site Layout: Fullwidth, Content Layout: Fullwidth. Hope that helps.

No not work i have fullwidth. But not 10px

Hello There,

Thanks for writing in! Could you please provide us with your website URL so we can take a closer look?

Thanks.

Hello

https://overlandcruiser.cc

Customizer -> Custom -> EDIT GLOBAL CSS

.entry-wrap {
  padding: 10px;
}

Section -> Row -> Switch OFF COLUMN CONTAINER

Hello matthijssmeets
thanks for your tips

Customizer -> Custom -> EDIT GLOBAL CSS
I will it for the home-page not global

Section -> Row -> Switch OFF COLUMN CONTAINER
works …thanks

Glad you’ve sorted it out :slight_smile:

Homepage only:

.home .entry-wrap {
  padding: 10px;
}

Hello matthijssmeets

thanks Homepage only works.

Hello

but how can i erase the container shadow/lines ? only on home-page

thanks

Hey There,

Give a try to following CSS code.
.home.entry-wrap {
box-shadow: none;
}

Regards

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.