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

    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

    #1180639

    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

    #1180680

    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

    #1180873

    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

    #1180926

    Hello,

    I have already make that before but same thing.

    Regards

    #1181050

    Hi Zaccc,

    Are you referring to the text overlapping?
    Image 2020-02-03 at 21.15.05.png

    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

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