Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #27544

    Hi

    I’using the boxed layout with the small non-fixed header.

    How can i add some margin to the top and the bottom of the page, so that i can see some background all around the box?

    Thanks for your answers.

    #134359

    Hey!

    Hey!

    add this to your custom.css stylesheet in folder /css/ or to the quick-css panel located in your wordpress backend at Enfold->Styling:


    .boxed#top {
    margin: 40px auto;
    }

    Cheers!

    Best regards,

    Kriesi

    #134360

    Hey Kriesi.

    Thanks for your support.

    Just it seems only to work in internet explorer and not in firefox and chrome.

    #134361

    Hi!

    weird. it works fine for me in chrome.

    you can try the following instead:


    #wrap_all {
    margin: 40px auto;
    }

    Regards,

    Kriesi

    #134362

    Yeah weird.

    It looks fine to me now as well, on my machine.

    Was on someone else computer this morning.

    Have no idea, why it didn’t look right over there.

    Thanks again

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘boxed layout margin on top and bottom’ is closed to new replies.