• Hi
    I would like to change/make content area broader. Tried
    .content {
    width: XXX px;
    }
    without any luck.

    Thank you in advance

    Rikke

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

Viewing 1 replies (of 1 total)
  • Theme Author Anariel Design

    (@anariel-design)

    Hi,

    you’ll need to use this:

    @media screen and (min-width: 80em) {
    .custom-background .site {
        width: 1144px;
    }
    }

    but please be sure to check the responsive part and adapt other things if needed.

    All the best,
    Ana

Viewing 1 replies (of 1 total)
  • The topic ‘change content area’ is closed to new replies.