Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1398282

    I want to adjust the height of the top bar so that there is more space for the icons. But only in the mobile version. The height of the topbar in desktop version is good as it is.

    Enfold

    Thanks in advance.

    • This topic was modified 1 year, 9 months ago by Emanon.
    #1398413

    Hey Emanon,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    #header_meta {
        padding: 10px 0;
    }
    }

    Best regards,
    Rikard

    #1398579

    Thank you very much!

    Can you also give me some code to left align these three words in the mobile version: +31 26 445 13 02, (Email address hidden if logged out) and Blog?

    Greetings

    #1398615

    Hi,

    Please add the following code to the Quick CSS field in Enfold theme options > General Styling tab

    
    @media only screen and (max-width: 767px) { 
    #header_meta .phone-info {
      text-align: left;
    }
    }
    

    If that doesn’t work, please post a link to your website.

    Best regards,
    Yigit

    #1398626

    Hi Yigit,

    Thanks for your reply. I added the code, but it’s not working.

    You can login if you need. Maybe the code is in conflict with other code in Quick CSS?

    #1398640

    Hi,

    The text is already left aligned on my end. Would you like to remove the highlighted space in the screenshot I attached in the private content field?
    If so, please use the following code instead

    @media only screen and (max-width: 767px) { 
    .responsive #top #wrap_all #header_meta .container {
      padding: 0;
      width: 100%;
      max-width: 100%;
    }
    }
    

    Best regards,
    Yigit

    #1399110

    Hi,

    Thanks for your response, but what I actually mean is that I want to align the text to the left. The icons are already aligned as you said.
    Is that possible?

    Screenshot

    Greetings

    #1399153

    Hi,

    I edited the last media query you have in your Quick CSS field and added the following code to it as well

    
    #header_meta .sub_menu #menu-item-2545::before {
      padding-right: 15px;
    }
    #header_meta .sub_menu #menu-item-2547::before {
      padding-right: 18px;
    }
    

    Please review your website.

    Best regards,
    Yigit

    #1399418

    Thank you very much Yigit!

    Thread can be closed!

    #1399439

    Hi,

    Great, I’m glad that Yigit could help you out. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Increase hight top bar mobile version’ is closed to new replies.