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*

Modify right sidebar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8404
    Victoria
    Participant

    Hi,

    I’d like to reduce the right sidebar width on this page: http://www.proconciliation.com/?page_id=191, so that the sidebar is more narrow and/or there is not as much space to the right of the sidebar. I already have some custom css for the entire site re: headers and font size, and I don’t want to add script to mess with that. I just need to make the changes to this one page re: the sidebar. Thanks.

    Victoria

    #8459
    Sanjip Shah
    Participant

    @Victoria If this is just for this one page, in the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’. Hope this helps.

    .page-id-191 #primary {
        width: 82.64%;
    }
    .page-id-191 #secondary {
        margin-left: 5.06%;
        width: 12.28%;
    }
    #8495
    Victoria
    Participant

    Thanks a bunch Sanjip!

    #8539
    Sanjip Shah
    Participant

    @Victoria Okay. Great!

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