Adjusting the Width of the Sidebar

Discussion in 'Cloriato WordPress Theme' started by macshadowcombos, Feb 20, 2013.

Thread Status:
Not open for further replies.
  1. macshadowcombos

    macshadowcombos New Member

    Joined:
    Apr 10, 2012
    Messages:
    3
    Likes Received:
    0
    I am trying to run advertisements on my site and when I inserted an ad size of 300x250, the right sidebar is not wide enough to accommodate the ad and it hangs off the edge. I have looked through the Stylesheet and can't figure how to increase the width.

    My site: www.MyEyeshadowConsultant.com

    Can you please assist?
    Thank you for your time.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your custom css
    Appearance -> Theme Options -> Styling Options -> Custom CSS
    Code:
    .content_wrapper .sidebar_wrapper .sidebar {
    padding-left: 0px;
    width: 320px;
    }
    .sidebar .wrap_sidebar {
    width: 310px;
    }
    html > body div.bsap_1283437 a.adhere {
    width: 307px;
    }
    This will solve your issue.
     
  3. macshadowcombos

    macshadowcombos New Member

    Joined:
    Apr 10, 2012
    Messages:
    3
    Likes Received:
    0
    That worked like a charm; thank you, Piyush!
     
Thread Status:
Not open for further replies.

Share This Page