• Resolved Enno

    (@ewx)


    Hi there!
    After having updated wordpress to the latest version I have the following issue:
    The widgets appear under the main content instead of directly next to the content

    [__ LOGO / TITLE________________]
    [__ MENU _______________________]
    [__ post 1 __]
    [__ post 2 __]
    [__ post 3 __]
    ..................[__Widget 1 __]
    ..................[__Widget 2 __]
    ..................[__Widget 3 __]

    What’s wrong there?

    I am using a child theme…

    Thanks
    Enno

    • This topic was modified 7 years, 1 month ago by Enno.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Rigorous Themes

    (@wpgaint)

    By inspecting your site it is because of Simple Link Directory Plugin. Please add following CSS in style.css of child theme.

    .right_sidebar .secondary-sidebar{
    clear: none !important;
    }

    Thanks

    Thread Starter Enno

    (@ewx)

    Thanks for your fast reply and the exact hint what to change!
    Actually it does not work yet, but I will check if I have done everything right.
    If it will not work I will get rid off the plugin which causes the error.
    Thanks a lot!

    Theme Author Rigorous Themes

    (@wpgaint)

    Please, try??with this CSS code

    #secondary-right {
    ????clear: none!important;
    }

    If it doesn’t work please provide your login details through email ([email protected])

    Thread Starter Enno

    (@ewx)

    Now it works! Thanks a lot!
    I do not know why, because I think, I had a caching-problem and meanwhile the Simple Link Directory Team provided an update

    Changelog
    2.6.5 Fixed some potential css conflicts

    Reagrds
    Enno

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Sidebar-content under main-content after update’ is closed to new replies.