Viewing 2 replies - 1 through 2 (of 2 total)
  • The problem is the iframe holding the adverts is too wide to fit inside the sidebar which has left and right padding applied

    Find

    .sidebar-primary {
        color: #A4A4A4;
        font-size: 13px;
        padding: 10px 12px;
    }

    and change the padding to

    padding: 10px 2px 10px 5px;

    I think that should do it

    Thread Starter lmasud

    (@lmasud)

    Thanks! that did the trick.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to shift items in the sidebar’ is closed to new replies.