• Resolved GerCole

    (@gercole)


    Hi,

    I was wondering if anyone can advise on how to reduce the width of the sidebar in the 2015 theme. I have created a child theme but am struggling to find the div to work with. In addition I would like the main navigation menu on the sidebar to be aligned to the center i.e. the words in the menu algned center relative to each other. Sorry for the two questions in the one post. Any advise welcome.

    Cheers

Viewing 1 replies (of 1 total)
  • Thread Starter GerCole

    (@gercole)

    I found this solution in another thread.

    @media screen and (min-width: 77.5em) {
    /* line 49, sass/style.scss */
    body:before {
    width: calc(50% – 389px);
    }
    }

Viewing 1 replies (of 1 total)
  • The topic ‘2015 Theme Sidebar width’ is closed to new replies.