widget displays at bottom of blog

  • Unknown's avatar

    Hello.

    I just added basic widgets to my blog;

    blog.tattvasherbs.com

    and they display at the very bottom right of my page. I would like them to display on the right side, at the top, just below the header image.

    thank you,
    Christina

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

  • Unknown's avatar

    Hi Christina,

    The layout you’re seeing is caused by this custom CSS you’re using on your blog:

    #primary {
      float: left;
      margin: 0 -6.4% 0 0;
      width: 100%;
    }

    That makes the main content take up the full width of the page, pushing your widgets to the bottom. If you remove that custom CSS from the CSS section of your site’s Customizer, your sidebar will display on the right side of the page.

    Please let me know if you have any questions about that. :) If you’d like to see how other people customize their sites with CSS we also have a CSS Customization forum. It can be a great place to get ideas and help from others (including some volunteers with extensive CSS experience).

  • Unknown's avatar

    Thank you, Rachel!

    You gave me exactly the information I needed. Excellent, smart customer service.

  • The topic ‘widget displays at bottom of blog’ is closed to new replies.