Viewing 3 replies - 1 through 3 (of 3 total)
  • Try updating the code to this:

    #testimonials {
    float: right;
    width: 428px;
    margin-right: 20px;
    margin-left: 24px;
    position: relative;
    }

    on line: 181 in /public_html/wp-content/themes/Fusion/style.css

    Thread Starter illwillsites

    (@illwillsites)

    Did not work, thanks for your reply though, any other thoughts? This is about to KILL me!

    It looks like adding Bootstrap inadvertently added some extra padding to the sides of the main container, which is pushing the sidebar down because there isn’t enough space in main container. If your theme has a built-in custom CSS option, use it; otherwise, get a custom CSS plugin and put:

    .container {
    	padding-left: 0;
    	padding-right: 0;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘My sidebar on pages are showing up under the main text instead of on the right’ is closed to new replies.