New Landing How can we help? Cardinal Shop grid / alignment

Viewing 11 posts - 1 through 11 (of 11 total)
  • Posted in: Cardinal
  • #163063
    serieux
    Member
    Post count: 112

    Hi,

    How can I fix the shop allignment ?

    It seems that ‘select options’ is making the store go out of allignment.

    What is the custom CSS I can put in to fix this issue?

    Please see attached photo.

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #163160
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    
    @media only screen and (max-width: 479px) {
    .product-display-standard .product-actions > a{
    padding:10px !important;
    }
    }
    

    Thanks
    Mohammad

    Thanks
    Mohammad

    #163161
    serieux
    Member
    Post count: 112

    Hi Mohammad,

    Unfortunately it didn’t work

    You can see the problem easily in the following link:

    http://quirktools.com/screenfly/#u=http%3A//serieux.com.au&w=320&h=568&a=37&s=1

    #163162
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove last code and use this new code :-

    @media only screen and (max-width: 479px) {
    .product-display-standard .product-actions > a {
        padding: 4px !important;
        font-size: 11px !important;
    }
    }

    Thanks
    Mohammad

    #163166
    serieux
    Member
    Post count: 112

    Hi Mohammad,

    We’re getting closer, but still not what i want.

    http://quirktools.com/screenfly/#u=http%3A//serieux.com.au&w=320&h=568&a=37&s=1

    Please see the link again

    #163167
    serieux
    Member
    Post count: 112

    Also,

    As you can see, on the iphone 6 plus, it looks great! That is what i want all the mobile versions to look like.

    #163191
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    It looks perfect. Please attach a marked screenshot.
    Thanks
    Mohammad

    #163214
    serieux
    Member
    Post count: 112

    Hi Mohammad,

    It still doesn’t look good on a iphone 5.

    And there was no picture attached

    #163372
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    The button is fine now for me on iphone 5. The reason the alignment is still off is because of the length of your product titles, however there’s no much we can do about that. You could force them to be a min height, add this to your custom css:

    @media only screen and (max-width: 479px) { 
    .woocommerce .products .product .product-details {
      min-height: 60px;
    }
    }

    – Kyle

    #163546
    serieux
    Member
    Post count: 112

    Kyle and Mohammad,

    That was exactly what i needed!

    Thanks again mate!

    Appreciate all your support gents

    #163560
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome and we are glad that your issues have been resolved.
    Thanks
    Mohammad

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

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

License required for one of the following items
Login and Registration Log in · Register