sidebar issue

  • Unknown's avatar

    Hi there,

    I’m having issues w/ my sidebar. It’s displaying after the post content, not besides it. I’m still testing it, before it’s implemented more thoroughly inside the posts.

    You can notice the problem here: https://revistausina.com/2017/01/01/fragmentos/

    How can I fix it? Also, can the sidebar be displayed on the left hand-side? (I’m not sure if it’s the default or not, since I’ve never used it).

    Just another question, does the sidebar also show on mobile devices or is it hidden?

    Thanks a lot!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Oops, I just had to hide the sidebar using the following code, since other pages and posts were displaying an archive widget that I haven’t chosen…

    #secondary.widget-area {
    	display: none;
    }
    
    .widget {
    	display: none;
    }

    Can we fix that as well? That is, not show the archive on sidebar?

    Thanks again

  • Unknown's avatar

    Btw, I’m not sure if it’s a bug or a problem with the CSS. If it’s the CSS, I’m sorry for posting on the wrong forum

  • The topic ‘sidebar issue’ is closed to new replies.