Images in shop page covering text below in mobile view

This topic has 4 replies, 2 voices, and was last updated 8 years, 9 months ago ago by Jack Richardson

  • Avatar: icdesign4u
    icdesign4u
    Participant
    June 24, 2015 at 00:05

    Images in shop page covering text in mobile view

    3 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 24, 2015 at 11:49

    Hello,

    Please add this code in custom.css file:

    #products-grid.products_grid .product-grid img {
       padding-top: 0px !important;
    }

    To create custom.css you need rename default.custom.css to custom.css in wp-content/themes/blanco directory via FTP and enable it in Blanco – Theme Settings, tick “Enable Custom CSS file”.

    Best regards,
    Jack Richardson.

    Avatar: icdesign4u
    icdesign4u
    Participant
    June 24, 2015 at 22:56

    Thanks for that, worked perfectly.
    How can I increase text size for mobile view as well, plus the category header images in shop extend out of the view screen in mobile, how can I get the image to fit?
    Thanks, Ian

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 25, 2015 at 07:43

    Hello,

    Please add this code in custom.css:

    @media (max-width: 480px) {.cat-banner {
     padding-left: 0px !important;
    }}

    Please clarify if you want to change text size for products titles.

    Thank you.

    Best regards,
    Jack Richardson.

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.