Skip to:
Content
Pages
Categories
Search
Top
Bottom

Template works yet sidebar is too close

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

  • kizzywizzy
    Participant

    @kizzywizzy

    Hi. I havent haf a chance to look through your css but i came up with this as a quick, temporary fix. Open your css file and hit ctrl+f and search for

    –> .container_12 .grid_3

    — add this:–> float:right;

    so that full block should look like this :

    .container_12 .grid_3 {
    width: 220px;
    float: right;
    }


    kizzywizzy
    Participant

    @kizzywizzy

    What theme are you using?


    marikane
    Participant

    @marikane

    Hi kizzywizzy and thanks. I’m using Next by Adaptive Themes.
    I tried your fix and here is how the full block looks
    footer > .container_12 .grid_3 {
    width: 220px;
    float: right;
    }first-child > div.widget-first.divider {
    background: none;
    }
    I’m afraid it did not work though. Any other suggestions? Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Template works yet sidebar is too close’ is closed to new replies.
Skip to toolbar