• Resolved socialclub

    (@socialclub)


    I need to do two customizations in my right sidebar.

    1 ) I includes two ads in the sidebar 300×250 only that they are not centralized. How do I centralize them?

    2) Includes the following code to change the sidebar background color , but only half of the sidebar is white . How do I change the color of the entire sidebar ?

    .sidebar {background:none!important; background-color: #ffffff!important;}

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi socialclub. Is this still your site?
    http://www.boranessa.com.br

    Thread Starter socialclub

    (@socialclub)

    Yes bdbrown, sorry for bothering

    1. The issue with the ads in the sidebar is they are iFrames and don’t respect the size of the parent container. To center them we need to move the parent container to the left by reducing the padding:

    .s1 .widget_text {
        padding-left: 20px;
    }

    2. The background below the active part of the sidebar is actually an image. We can remove that with this:

    .col-2cl .main-inner {
        background: none;
    }
    Thread Starter socialclub

    (@socialclub)

    Its ok!

    tahnks bdbrown!

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