• Resolved emmabsf

    (@emmabsf)


    Hi there,

    Minamaze support has not been able to fix this issue so I’m wondering if someone can help!

    The sidebar shows up on the bottom of my posts, even though I’ve selected it to display on the left side. I thought it was because I was using a plugin, but I disabled it, and used the built-in sidebar, and it still does not work.

    Does anyone have suggestions? If you go to the link: beneficialstate.org/blog and click on any of the posts, you’ll see they all show up on the bottom.

    Thank you!!!

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • seems to be caused by the 50px margin in this style:

    #main { 
    margin: 0px 50px;
    }
    

    did you add this?

    Thread Starter emmabsf

    (@emmabsf)

    What do you mean by “did you add this”? That styling? I think it comes with the theme. Do you suggest changing it and how would I do that? Thank you!

    Hi Emma,

    You can try adding the following code to your Admin Panel > Appearance > Customize > Additional CSS field:

    #main {
      margin: 0px;
    }

    Thanks!

    Thread Starter emmabsf

    (@emmabsf)

    You saved our website!!!! Thank you SO much!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Sidebar showing up on bottom (instead of left side)’ is closed to new replies.