Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1248331
    mattdmedia
    Participant

    Hi,

    I’ve been looking around at the forums to help with getting a two column Wooccommere cart look.

    I found some help with the 2 columns but they are chopping up my background. I can’t seem to get that background colour to fill that chopped space. Is there some CSS tweak I need to make?

    Any suggestions?

    Image attached.

    CSS:

    
    .page-id-5 .woocommerce .cart.shop_table {
        width: 65%;
        float: left;
        margin-right: 5%;
    }
    
    .page-id-5 .cart-collaterals{
          float: right;
        width: 30%
    }
    

    Link is needed: http://54.179.173.167/shop/

    Thanks!

    #1248378
    Lely
    Moderator

    Hello There,

    Please also add this custom CSS:

    .page-id-5 .entry-content {
        background-color: transparent !important;
    }

    That will set background white to transparent so we can your background like the original screenshot.

    Hope this helps.

    #1248762
    mattdmedia
    Participant

    Ahh That makes sense! Thanks so much, you’re the best Lely!

    #1248803
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1248331 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>