Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1718251
Mobile: Rug Categories (Left Side bar) over product catalog
Closed

Comments

  • danielcastelo started the conversation

    Hi guys.

    Please send me a custom css or something so I can display the Rug Categories on top of product catalog on Mobile only. 

    Thanks


    Daniel

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    @media only screen and (max-width: 480px){
    body.archive.post-type-archive.post-type-archive-product.woocommerce-page .penci-sidebar-content{
        position: absolute !important;
        top: 0 !important;
        padding-right: 40px;
    }
    body.archive.post-type-archive.post-type-archive-product.woocommerce-page .container.penci_sidebar{
        position: relative !important;
        padding-top: 140px !important;
    }
    }
    

    Note Important:

    Please don't add anymore widget above or below run categories widget because that will make the css I sent you above broken.


    Best Regards,

    PenciDesign

  • danielcastelo replied

    Wow. You guys rock!!! Thanks!!!