Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #89535
    Schroeder
    Participant

    I want to change from layout with one page to layout with right sidebar.

    I tried it and noticed that when I do this, the reading page and right sidbar is quite broad and I would like narrow the complete page a little bit to the middle. The reading page should not be broader than the menue above.
    How can I do this?

    (Problem: I can not show you right now as site is live and does not look good with right sidebar)

    #89572
    Sakin
    Keymaster

    @Schroeder: Since you site in not live, I don’t know the width of your menu. So, I will not be able to give you the exact width. Now, I will give you css in percentage for content area and right sidebar. In the following css, you can change width: 1280px to your desire width and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    @media screen and (min-width: 961px) {	
        .right-sidebar .site { width: 1280px; }
        .right-sidebar #primary { width: 63.6%; }
        .right-sidebar #secondary { width: 32.2%; }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘narrow side width’ is closed to new replies.