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.
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
Hi! Thanks for the fast response. Here is an image, the middle food item shows the overlapping
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
You’re a young god, that worked perfectly! Thanks so much!
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