• Resolved kharro

    (@kharro)


    Can someone help me change the width of the SECONDARY SIDEBAR (for pages) in the Azul Silver theme. The overall page is set for 900px and it looks like the main page is 650 and the secondary sidebar (for pages, not posts) is 250. I did find entries in the style.css The only thing that I found close was code in the HEADER NAVIGATION section of the .css but that didn’t seem to be correct. Thank You.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello, kharro

    What are you exactly trying to do! are you trying to make the content full width when viewing pages.

    Make sure that you are working a child theme of the parent theme “Azul Silver”. If I make changes to the theme, it will take affect and you may loose your changes.

    Child Themes

    kharro,
    do u have a link to your page?

    Thread Starter kharro

    (@kharro)

    Thanks for your reply. I am actually using the TEST DRIVE THEME plugin so my live website isn’t affected while I re-design my site. As far as CHILD, I do not have WordPress installed locally, I log into the site at our ISP so I didn’t know about creating folders, etc.

    Anyway, no I like the sidebar but it is too skinny. I want to make the sidebar wider for my widgets and the main viewing area narrower.

    in the sytle.css

    you can just change the following but i would recommend using child theme.

    #site-content {
       width: 650px;
    }
    
    #site-sidebar {
       width: 250px;
    }

    if i do updates. it will go back to the original size.

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