Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Sidebar underneath on WooCommerce pages

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #237380
    papdronning
    Participant

    On this site: http://historietosserne.dk/shop/

    I’ve just installed WooCommerce and on the WC-pages the sidebar disappears underneath the content. I can quite figure out how to get it back into the right place – any ideas?

    Thanks :-)

    #237442
    timbarden
    Participant

    The #containerthat contains the #content div is full width so naturally the #sidebar will move below it.

    Adding the following to the container div (at min-width 768px) would be one way to get the result you’re after:

    float: left;
    width: calc(100% - 330px);
    padding-right: 30px;
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.