Text Group Alignment Issue

Home Forums Jevelin Theme Text Group Alignment Issue

Home Forums Jevelin Theme Text Group Alignment Issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Erin_Rose04
    Participant

    Hi, we’ve created a text group for a menu element showing the Menu Item and then the price. On website it works perfectly in that the price is horizontally placed at the end of the line however on mobile, it appears slightly below. Could you please use my images as guidance and advise me on how to get the price on the same line as the Menu item for mobile.

     

    Thanks

    Attachments:
    You must be logged in to view attached files.

    Hi @Erin_Rose04,

     

    I hope you are well today and thank you for your question.

     

    Could you please share me the page URL from your site where it is displaying so that I can help you?

     

    Best regards,
    Shufflehound team

    Erin_Rose04
    Participant

    I did reply to this but for some reason it hasn’t submitted! I’ll attach the website and relevant pages.

    You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #menu .col-md-6:first-child {
        float: left;
        width: auto;
    }
    
    #menu .col-md-6:last-child {
        float: right;
        width: auto;
    }
Viewing 4 posts - 1 through 4 (of 4 total)