• WPBeginner

    (@jonast92)


    Hi,

    On my pages i have a sidebar on the right side of the content and the widgets used to be placed here. Now it′s like my widgets has been forced down and appears under the main content instead of on the right side of it. How can I get the widgets back where i want them?

Viewing 5 replies - 1 through 5 (of 5 total)
  • stephencottontail

    (@stephencottontail)

    What theme are you using? Can you post a link to your site?

    Thread Starter WPBeginner

    (@jonast92)

    I′m using ExpressNews.
    This is a link to one of the pages that has the problem: https://www.sportsekstra.no/primera-division/

    stephencottontail

    (@stephencottontail)

    Did the problem start when you added the scoreboard widget to your site? It looks like it’s a bit too wide for the sidebar area and it’s causing the sidebar to be pushed down to the next “line”, so to speak.

    You could try widening the content area a bit to make room for the sidebar. If your theme has a built-in custom CSS option, use it; otherwise, get a custom CSS plugin and put:

    #container {
    width: 1000px;
    }
    
    #main {
    float: left;
    }

    I could be mistaken about the cause, though, so I’d also suggest asking your theme’s authors for assistance as well.

    Thread Starter WPBeginner

    (@jonast92)

    Looks like that was the solution. Thank you!

    But now a small part of my footer appears on the right side of the widget on my front page… This is a endless problem.. -_-

    stephencottontail

    (@stephencottontail)

    Looks like you’ve switched themes. Is the footer still an issue?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Why do my widgets appear under the content?’ is closed to new replies.