• Hi guys,

    I am using the Polished theme. I have mostly everything working with the blog and the theme. The only problem that I am having is that when I add get the Facebook Like Box Iframe code and insert it into either an image or text widget, the box is always on the right side of the sidebar and spills over on the background.

    I have attemped a <div> align, changing the width of the box, and adding some css like “i#text-7 .. align”. All these were recommendations from other problems on this forum. Any help would be greatly appreciated.

    blog: https://soundlogik.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • actually this time that portion is taking the CSS from
    style.css line no 134

    #sidebar .block {
    color:#404040;
    margin:13px 0 52px;
    padding-left:20px;
    }

    Here a padding of 20px from left is given to it, this CSS applies on all the sidebar items.

    Now add `#text-7{
    padding-left:your desired value or just to check 13px;
    }`
    if this will not work please add !important just after pixel value. like 13px!important

    Have a nice blogging..

    Thread Starter Sound Logik

    (@soundlogik)

    WOW! thank you so much for the quick response. It worked beautifully. I ended up having to use the !important so it looked like this

    ‘#text-7{ padding-left: 10px!important;}’

    thank you again for your help.

    ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sidebar Spillover : Facebook Like Iframe’ is closed to new replies.