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

    Hi thanks for a great them, I’m wondering how to change the size of menu item titles on the restaurant theme? On mobile the text and pricing are overlapping on the longer ones.

    menuimage

    #1016715

    Hey,

    Please go to Enfold theme options > Advanced Styling and edit “Main menu links”. If that does not help, could you please upload your screenshot on imgur.com or Dropbox public folder and post the link here?

    Cheers!
    Yigit

    #1016739

    Hi! Thanks for the fast response. Here is an image, the middle food item shows the overlapping

    View post on imgur.com

    #1016747

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

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

    If that does not help, please post a link of your page :)

    Best regards,
    Yigit

    #1016752

    You’re a young god, that worked perfectly! Thanks so much!

    #1016753

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Restaurant Menu on mobile’ is closed to new replies.