Okay
  Public Ticket #2171573
restaurante menu problem
Closed

Comments

  • rub32 started the conversation

    Hi,

    first at all, congratulations for your theme, I have bought it three times for three clients.

    I have a problem, I need introduce the menu of a restaurant, but there are problems:

    1. In mobile, if the name is long, the line is dissapeared. If is a short name the line looks fine.

    2. Symbol of coin (€) jump to other line

    3. I need two variants for one product. For example, Bread: white 2€ brown 3€

    I add some pictures in the mail

    How can I fix this questions?

    Thank you very much

  •  8,992
    Tahir replied

    Hey Again, 

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    @media only screen and (max-width: 690px) {
        .nectar_food_menu_item .item_price {
            min-width: 60px !important;
        }
        body .nectar_food_menu_item {
            margin: 0 30px !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  • rub32 replied

    Hi thanks but it does not works :(

  •  8,992
    Tahir replied

    Seems to be working alright in live browser : http://prntscr.com/peszxe .

    Try using this code instead: 

    @media only screen and (max-width: 1000px) {
        .nectar_food_menu_item .item_price {
            min-width: 60px !important;
        }
        body .nectar_food_menu_item {
            margin: 0 30px !important;
        }
    }

    Please clear your cache using this guide: https://themenectar.ticksy.com/article/6226/ and for WP Rocket use this guide :  https://docs.wp-rocket.me/article/108-render-blocking-javascript-and-css-pagespeed#critical-path-css .

    Best


    ThemeNectar Support Team 

  • rub32 replied

    thanks, it does not works.

    I think that your option for menu restaurant it doesn´t works fine on mobiles if the name of the menu item is long in two lines, the underline that goes from the name to the price is dissapeared. is this right? Can you have a example that works fine? It is possible to fix?

    thanks

  •  8,992
    Tahir replied

    Could you provide a screenshot of the element thats causing this issue so i can check .

    Best 


    ThemeNectar Support Team