Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1050341

    Hi!

    I have issues with some longer menu items where the title overlaps with the price, is there a way to fix this on the mobile page ?

    It’s not an issue on desktop version.

    Please see example
    Example

    #1051164

    Hey Paul,

    Thank you for using Enfold.

    You can use decrease the font size of the title or the price on mobile view.

    @media only screen and (max-width: 767px) {
    .av-catalogue-price {
        font-size: 13px;
    }
    
    .av-catalogue-title {
        font-size: 15px;
    }
    }

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.