Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #285410

    Hi,
    my webiste project getting better and better, it wouldn’t be possible without your help :) so at first thank u!
    now i’ve got two new problems.
    http://www.oldmencrew.com

    1. My social icons on top disappeard (as responsive) somehow… i think it happened after i updated the theme.
    2. i tried to make the social icons and the menu bigger but didn’t manage it.

    Would be very glad for help guys!

    Regards
    Damian

    #285416

    Hi Damian!

    Please add following code to Quick CSS
    1-

    @media only screen and (max-width: 479px) {
    .responsive.html_header_top #header_main .social_bookmarks {
    display: block;
    }}

    2-

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

    Regards,
    Yigit

    #285433

    Thanks Yigit,
    the bookmarks are bigger now thank u! :) unfortunately there isn’t enough space in responsive so the bookmarks are above the logo.

    May u also help me making the font of the menu a litte bit bigger? it is too small for me.

    Regards

    Damian

    #285439

    Hey!

    Try adding this code to the Quick CSS:

    @media only screen and (max-width: 480px) {
    .responsive.html_header_top #header_main .social_bookmarks {
        right: 0 !important;
    }
    .responsive.html_header_top #header_main .social_bookmarks li a{
        font-size: 14px;
    }
    #mobile-advanced li a{
        font-size: 18px;
    }
    }

    Modify as needed.

    Cheers! 
    Josue

    #285501

    Bookmarks looks great now! Thank u :)

    But the menu is still too small. I set it to 30px and nothing

    New Website Url : http://www.dma-dancecenter.de

    #285526

    Hi!

    You can use this for the mobile menu font:

    #mobile-advanced a, #mobile-advanced .mega_menu_title {
    font-size: 20px;
    padding: 13px 28px;
    }

    Cheers!
    Ismael

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