• Resolved mmatson

    (@mmatson)


    I’ve searched everywhere and can’t figure out how to adjust the sidebar width.

    I’m using Themolio theme 2-column grid left to right with sidebar. My sidebar has a list of domain names but some are longer than others and bleed past the sidebar. All I need to do is make the sidebar a little wider so it fits the links.

    New to coding so please be specific. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Go to your admin area, then Appearance, then Editor. At the far right bottom, you’ll see stylesheet. Click that and this is where you can edit the code for that specific feature.

    Look for this block

    /* Body */
    body { background: #e5e5e5 url(images/background.png) repeat; }
    .wrapper { width: 1000px; margin: 0 auto; overflow: hidden; text-align: left; }
    #content .wrapper { padding: 20px; }
    .container { float: left; width: 670px; }
    .fullcontainer { width: 100%; }
    .widget-area { float: left; width: 300px; margin-left: 20px; }

    Play with the .container px number and the widget-area width px number. You have a max to work with. One can go up, but the other might have to go down. These are my settings and I changed them to 670px and 300px respectively.

    Then click save at the bottom. Keep in mind, these are my settings for one column at the right, not two.

    Thread Starter mmatson

    (@mmatson)

    Thank you! This worked perfectly! Very clear.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adjust Sidebar Width’ is closed to new replies.