Viewing 4 replies - 1 through 4 (of 4 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello mcritchiejourney,

    Try below css code.


    .singular-post .site-inner .wrap,
    .singular-post .site-inner .entry-comments,
    .singular-post .site-inner .comment-respond {
    width: 67%;
    float: left;
    display: inline-block;
    }

    .singular-post .site-inner .sidebar-primary {
    float: none;
    display: inline-block;
    }

    Hope this will helps you.

    Thanks!

    Thread Starter mcritchiejourney

    (@mcritchiejourney)

    Thanks, but I don’t even know where to go to add that.

    AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Add css code into your current active child theme’s style.css file( at the end).

    Note : Don’t modify your theme. Use child theme for any modification.

    Thread Starter mcritchiejourney

    (@mcritchiejourney)

    Didn’t work.

    I removed my image from the top as well. Didn’t work.

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