Viewing 1 replies (of 1 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Instead of this in your Custom CSS:

    .blog #secondary {
    clear: right;
    display: block;
    float: right;
    width: 50%;
    padding: 10px 0;
    }

    Try using this:

    #secondary {
    clear: right;
    display: block;
    float: right;
    width: 50%;
    padding: 10px 0;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Extending sidebar capabilities’ is closed to new replies.