Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1217823

    Hi,
    I would need to switch position of secondary menu and telephone number on mobile and tablet (see screenshot in private content).
    Which code do I need to add to achieve this?
    If needed, you can find credentials and a link to my website in private content.
    Thanks a lot!

    #1218095

    Hey fcp,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 767px) { 
    #header_meta > .container {
    	display: flex !important;
        flex-wrap: wrap !important;
    }
    #header_meta > .container > .sub_menu {
    	order: 2;
    }
    #header_meta > .container > .phone-info {
    	order: 1;
    }
    }

    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    #1218173

    Hi Mike,
    This is perfect! :-)
    Thanks a lot!

    #1218263

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Switch secondary menu and telephone number on mobile and tablet’ is closed to new replies.