how to narrow side menus

  • Unknown's avatar

    I would really like to reduce the width of the side menus on my blog page.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hello lifeintwoacts,

    Here is something you could try. If you want to make the sidebar even narrower, be sure to change both widths so they total 100%.

    .themes-sidebar1-active.singular .main-content {
        width: 75%
    }
    
    .sidebar {
        width: 25%;
    }
  • Unknown's avatar

    Hi there!

    I think I can help you with this one. First, I’m a volunteer, so I cna’t tell if you have a premium account or not. In order to do what you want, you’ll need to customize your CSS, which will require a premium account.

    If you are on a premium account, go into your CSS and add the following:

    .themes-sidebar1-active.singular .main-content {
    width: 75.%;
    }

    .sidebar {
    width: 25%;
    }

    You can play around with those two percentages to get the width you like.

    Lemme know if this helps or not =]

  • The topic ‘how to narrow side menus’ is closed to new replies.