• Resolved dropped90

    (@dropped90)


    My sidebar is below my content on all pages except the homepage. I have looked through the codes and cannot find the issue. I am fairly new to coding so this may be something simple that I am overlooking however; I am at a loss and desperately needing help to resolve this issue. Thank you in advance for your help.

    Here is the website link https://www.wickedautovids.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi dropped90,

    On my screen all the sidebars appear on the right side until I reduce my screen size to around 1100px and then it switches layout again around 900px wide. So I think this is only an issue in that size range.

    I believe this is being caused by that last menu item, “uncategorized.” On your home page the section with the content and sidebar is lower and clear of it but on the other pages, things that float left are floating next to that item instead of below it.

    Try adding this

    #center {
        clear: both;
    }

    Thread Starter dropped90

    (@dropped90)

    Thank you so much Starxedsteph! Moving the uncategorized tab in to a sub menu fixed the issue. No coding was necessary. I can’t thank you enough. 2 hours wasted last night for a 20 second fix.

    Great! I was thinking after I posted it that I should have mentioned that adjusting the menu was really the best way to deal with it. I’m really glad that you worked it out that way.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sidebar below content’ is closed to new replies.