• I just installed veggie lite for my site (it isn’t public yet) and I was wondering if there was a way for me to make the posts and sidebar i.e. the whole look ‘narrower’. I am completely new to code so detailed instructions would be greatly appreciated!

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

    (@anariel-design)

    Hi,

    thanks for using this theme.
    You can use some CSS to make the content “narrower” like:
    @media screen and (min-width: 80em)
    .site {
    width: 960px;
    }
    }
    You can add this inside the Custom CSS.

    All the best,
    Ana

    Thread Starter sarahjmir

    (@sarahjmir)

    Ok – I think I am CSS impaired ?? Is Veggie Lite compatible w CSS Hero?

    Theme Author Anariel Design

    (@anariel-design)

    Hi,

    inside the Appearance-Customize there is a Custom CSS option where you can add CSS.

    All the best,
    Ana

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Make Posts and Sidebar Narrower’ is closed to new replies.