• Resolved sensitiveaesthete83

    (@sensitiveaesthete83)


    Hi there,

    I am using the boxed version of ALBAR template. I am just wondering if there is a way to minimise the white space in the content area of the static page. I have looked around in the CSS but can’t seem to find anywhere to change it.

    As it appears on the home page ; http://www.sensitiveaesthete.com/

    Thanks for any help!

Viewing 1 replies (of 1 total)
  • Hey there sensitiveaesthete83,

    How are you doing today?

    This can be done with some custom CSS. Since the theme has it’s own custom CSS tab which is located in Appearance >> ALBAR Settings >> Styling Settings >> Custom CSS you can add this code there:

    @media screen and (min-width: 800px) {
    .home div#primary {
    margin-bottom: -270px;
    }
    }

    This should reduce the content area on home page only.

    Hope this helps 🙂

    Best regards,
    Bojan

Viewing 1 replies (of 1 total)

The topic ‘bottom margin’ is closed to new replies.