Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #699247

    Hi, i have a small problem on mobile. In product list the titles are too long but not everywhere – look at the screenshot. What can i do?

    #699612

    Hey ConnyQ,

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 767px) {
    .av-catalogue-title {
        padding-right: 90px !important;
    }
    }

    Thanks,
    Rikard

    #699660

    Hi Rikard,

    thank you very much – i try it but now some title are changed and ok but not all :) its crazy look at the screen shoot http://la-palma-neuwied.com/pizzaria/wp-content/uploads/2016/10/IMG_0344.png

    #700376

    Hi,

    Thanks for the screenshot, could you try increasing the padding a bit. For instance:

    @media only screen and (max-width: 767px) {
    .av-catalogue-title {
        padding-right: 110px !important;
    }
    }

    Best regards,
    Rikard

    #700433

    Hi Rikard,

    yessss thats it :) Its looking fine now.
    Thank you very much for your help
    Conny

    #701019

    Hi Conny,

    Great, glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Enfold and WooCommerce responsive’ is closed to new replies.