New Landing How can we help? Themeforest Theme Support Dante Swift Page builder v Woocomerce.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Dante
  • #131793
    mdearden
    Member
    Post count: 39

    Hello,

    Im having a problem with the swift page builders product listing and WooComerce.

    Im trying to build a sales section for Black Friday, but when the screen is resized to fit an iPhone the two colours shrink right down and leave a gap in the middle of the page??

    Any ideas how i can fix this?

    Link: http://shop.rampworx.com/sale/

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #131924
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    
    @media only screen and (max-width: 767px){
      body .has-no-sidebar ul.products li.product {
         width: 45%!important;
      }
    }
    

    -Rui

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.