Viewing 1 replies (of 1 total)
  • Michael

    (@alchymyth)

    if you changed the width of the .sidebar, you also need to change the width of the .content by the same amount (and possibly .header);

    also, there is no ‘float: center;’ – change that to ‘float: left;’ in .main

    all in style.css of your theme.

    .content {overflow: hidden; width: 1012px; margin: 0 auto;}
    .main {float: left; width: 630px; }
    .sidebar {float: right; width: 350px;}

    for general formatting help, possibly ask at a css forum https://csscreator.com/forum

Viewing 1 replies (of 1 total)
  • The topic ‘sidebar widgets at bottom of page’ is closed to new replies.