Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter emberjd123

    (@emberjd123)

    Hi I’ve managed to add extreme right but the three columns are lining up. The extreme right column is much higher up. Please see LINK. Any assistance would be much appreciated.

    the existing bottom sidebars are styled with (in style.css):

    #bottom-left,#bottom-mid,#bottom-right{width:30%;padding:20px 0 20px 20px;float:left;}

    add your new one to this style;
    example:

    #bottom-left,#bottom-mid,#bottom-right,#bottom-extreme-right{width:30%;padding:20px 0 20px 20px;float:left;}

    Thread Starter emberjd123

    (@emberjd123)

    Thanks very much alchmyth.
    I’m new to this, please can you let me know where to insert this code? The complete coding, with links removed, is now:

    [code moderated - use the pastebin for any code over 10 lines]

    the css code goes into style.css;

    edit style.css (for instance in dashboard – appearance – editor: select style.css)

    then scroll down to about half-way; search for the existing:

    #bottom-left,#bottom-mid,#bottom-right{width:30%;padding:20px 0 20px 20px;float:left;}

    then change it to the suggested css.

    Thread Starter emberjd123

    (@emberjd123)

    Thanks v much alchymyth it worked. Your help in appreciated.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘bottom.php sidebar’ is closed to new replies.