• Im using the Magazino template and added a Sidebar. Now its blank on the right side. Can someone help me correct it? My website is

Viewing 4 replies - 1 through 4 (of 4 total)
  • I missed the website?

    Thread Starter slsims26

    (@slsims26)

    Here is what I did…

    Add this to your style.css

    #main { float: left; margin-left: 0; }
    #sidebar { clear: left; }

    #sidebar-right { margin-left: 3%; padding-left: 2%; float: right; margin-top: 20px; }
    @media only screen and (max-width: 2000px) {
    #sidebar-right { width: 30%; }
    }

    At the top of page.php – take out the clearfix and add col620

    <div id=”content” class=”clearfix”>

    <div id=”main” class=”col620″ role=”main”>

    On your sidebar page – Remove clearfix and add col300

    <div id=”sidebar-right” class=”widget-area col300″ role=”complementary”>

    This worked for me in every browser except ie7 & ie8, still trying to figure that out. Hope this helps!

    Thread Starter slsims26

    (@slsims26)

    the side bar is on home screen.. but it’s on the right side above it is blank. How to I get it up to the top under the navigation bar?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Blank on right side of Homepage after Adding Sidebar’ is closed to new replies.