• Resolved edzayann

    (@edzayann)


    Hi,
    Just wondering if the 0px Margin in the body is default in the theme ? Is there a way to change that in the customizing ? I didn’t realize that detail at first, and it’s not very aesthetic..
    Thank you

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Please, use this extra CSS code for your issue :

    .home .page-content{
        padding-top:0 !important;
        padding-bottom:0 !important;
    }

    The default was 6 rem for both padding top and bottom.

    You can change the value of the padding according to your needs.

    Thread Starter edzayann

    (@edzayann)

    Thanks for the reply Ionut.

    I changed it this way in the custom CSS manager

    p,h1,h2,h3,h4 {
    margin-right: 10px;
    margin-left: 10px;
    }

    to have a margin on any pages as it is more aesthetic i think.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Margin’ is closed to new replies.