Before you ask please READ THIS

How to create a custom Breakpoint for sidebar to appear below the main content

edited August 2014 in Fame Posts: 6
Hi there,

I am just having an issue with some boxed elements in my sidebar looking weird and crappy when the screen size is about 800px or below wide and I want to force the sidebar to drop below the Content when it gets to this width. How do I do this?

Thanks in advance for any assistance.

Kind regards,

Kate

Comments

  • AirAir
    Posts: 10,970
    Hello:-)

    Currently sidebar drops under content when width is 800px wide, so it look like theme is already doing what you want :-) You can see rules for that breakpoint in style.css line ~4473:
    @media only screen and (max-width: 800px) {
    If you wish to change this behaviour to lower or bigger width then modify this number.

    With regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion