Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1214957

    Hi

    Is there a possibility to change the height of header secondary menu, over the main menu?

    Thanks

    #1215129

    Hey msulecki,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1215183
    #1215282

    Hi,

    Add this to quick css:

    #header_meta .container {
        min-height: 60px!important;
    }
    
    #top .social_bookmarks {
        height: 60px!important;
    }
    
    #top .social_bookmarks li a,
    .phone-info  {
    min-height:50px!important;
    line-height:50px!important;
    }

    Best regards,
    Jordan Shannon

    #1216019

    Great that helps! Is there also possibility to make the font and icons a bit bigger?

    #1216339

    Hi,

    Thanks for the update, I can’t load your site though:

    Error establishing a database connection

    Could you make sure that it’s up please?

    Best regards,
    Rikard

    #1216463

    The website is up

    #1216600

    Hi,

    To increase the icon size add this also:

    .social_bookmarks li a{
    font-size:20px!important;
    }

    Adjust the size to whatever you want.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.