badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Side bar width

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #42303

    Hi guys, I have been using Attitude Pro for a few years and have now decided to revamp my website using Ambition Pro. Is it possible to alter the width of the sidebars?

    Thanks
    James

    #42357

    Hi there,

    What alter you need for the width of the sidebars?

    Thank you!

    #48498
    Webmaster
    Participant

    I have the same question and was hoping the answer would be in this thread. But I see James never responded when you asked him what width he wanted his sidebar to be set at.

    I don’t know if I can tell you in pixels, but on the site I’m developing with Ambition Pro, it appears the main column is about twice the width of the sidebar column. That means the sidebar column is set to about 50 percent of the pixel width as the main column.

    I would like to be able to see how the page looks with the sidebar column more like 40 percent of the main column, and also 35 percent. I believe one of those two options would get the width of the sidebar down to where I want it.

    Thanks for your assistance.

    Jeff Brody

    #48576

    Hi Jeffrey,

    To edit the primary and secondary width size go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save button.

    #primary {
        width: 60%;
    }
    #secondary {
        width: 36%;
    }

    Edit the above percentage value as per your need.

    Thank you for using our theme.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.