Hello,
I am trying to make restaurant menu like on Enfold demo but I have made all but it is not looking a same like on your demo .
Can you please take a look and see where is a problem?
Regards
Hey Zaccc,
If you have problems recreating the demo, then wouldn’t it be easier if you imported the demo and used that as a template? If you want then you can even import individual pages using shortcodes which we can give you.
Best regards,
Rikard
Hello,
I have import demo and remove all what I don’t need.
I have problems with menu page because on preview is all looking good but on page after saving is disaster.
Thank you
Hi,
Thanks for the clarification. Could you try to activate the Classic Editor in the main page of the theme options to see if that helps?
Best regards,
Rikard
Hello,
I have already make that before but same thing.
Regards
Hi Zaccc,
Are you referring to the text overlapping?
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width:767px){
.av-catalogue-title {
width: 200px;
}
}
@media only screen and (min-width:768px){
.av-catalogue-title {
width: 290px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria