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

    Hi,
    I have been trying to get the “Kontakt” link and telephone number in same line at responsive view but I can’t fix it. Please help!
    Is it possible to have them in one line to the right and that it has the same margin to the right as the burger menu icon?
    Look at the url in private content.
    Hope you can help, kindly regards, Mathilde

    #904848

    Hey mofix,

    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) {
      .responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul {
        float: none;
        width: 50%;
        text-align: none; 
        margin: 0;
      }
      .responsive .phone-info {
          float: right;
          width: 50%;
          clear: both;
          text-align: right;
          margin-top: -30px;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #909400

    Perfect! Thank you so much!!
    Kindly regards, Mathilde

    #909415

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Basilis

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Secondary menu and telephone number on one line not two in mobile and tablet’ is closed to new replies.