Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #217036

    What is the Quick CSS to make the top header (social media icons) larger?

    #217040

    Hi Guilherme!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    #top .social_bookmarks li a { font-size: 18px; }

    Regards,
    Yigit

    #218801

    that worked fine :)

    What about if i need to space it a little?

    #218805

    Hi!

    Please add following code to Quick CSS as well and adjust as needed

    #top .social_bookmarks li { margin-right: 10px; }

    Cheers!
    Yigit

    #218809

    That did not work

    #218815

    Hey!

    I have just checked your website and it seems like you have added wrong class. You are using
    #top .social_bookmarks li a instead of #top .social_bookmarks li
    Please check once again

    Regards,
    Yigit

    #218816

    My quick CSS code looks like this:

    #header_main .container, .main_menu ul:first-child > li a, .logo img, .logo a {
    height: 125px !important;
    line-height: 125px !important;
    max-height: none !important;
    }
    
    #top .social_bookmarks { top: 20%; }
    
    .home .template-page.content.twelve.alpha.units {
        padding-top: 5 !important;
        padding-bottom: 0 !important;
    }
    
    #top .social_bookmarks li a { font-size: 18px; margin-right: 10px; }
    #218819

    Hi!

    Please remove margin-right: 10px; from the bottom line and add (copy&paste) the code i posted here https://kriesi.at/support/topic/what-is-the-quick-css-to-make-the-top-header-social-media-icons-larger/#post-218805

    Regards,
    Yigit

    #218821

    That’s more like it! Thanks :D

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘What is the Quick CSS to make the top header (social media icons) larger?’ is closed to new replies.