New Landing How can we help? Atelier Feature Product Module question

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #202775
    Klarity
    Member
    Post count: 183

    Hi Guys,

    I am wondering if you can help.
    Take a look at the page URL attached and then ‘feature products’

    This all looks fine on the desktop.
    However when switching over to mobile view the
    ‘show all products icon disapears’
    and the ‘feature products’ text / title is aligned to the centre and should be on the left.

    Hope this makes sense any help would be really a appreciated.

    Regards,
    Pete

    #202792
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    @media only screen and (max-width: 479px) { 
    .product_list_widget .title-wrap.has-button .spb-heading {
      float: left;
      text-align: left;
    }
    .product_list_widget .title-wrap a.sf-button {
      display: inline-block;
      float: right;
      margin-top: 0;
    }
    }

    – Kyle

    #202820
    Klarity
    Member
    Post count: 183

    Supa dupa! thanks Kyle

    #202825
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register