Widget not showing up in sidebar in posts

  • Unknown's avatar

    My social media icons are in a text widget (text-6) and I have added a float as well as a negative top margin value to the CSS so that it will be in my header section rather than in the sidebar widgets panel. However, because there is no slideshow on my posts page like there is on the front page, the top margin value no longer works because of that missing space from the slideshow. Long story short-I can’t figure out how to position the textwidget so it shows up in the header on the front main page AND on any post page. HELP!

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

  • Unknown's avatar

    Hi, your main page has the slider, where your archive, category, tag, author and static pages do not, so the negative margin top has to be different. Add the following to the end of your custom CSS and it should take care of all other issues and put your social icons in the header everywhere.

    .single #text-6, .archive #text-6, .page #text-6 {
    	margin-top: -150px;
    }
  • Unknown's avatar

    Thank you so so so much!!!!!!! :)

  • Unknown's avatar
  • Unknown's avatar

    I noticed that you have hidden the theme footer text, and that is required to stay per the Terms of Service here at WordPress.com (see #11). Could you please restore those by removing the following from your CSS:

    .site-info {
        display: none;
    }

    Many thanks.

  • The topic ‘Widget not showing up in sidebar in posts’ is closed to new replies.