Viewing 30 posts - 1 through 30 (of 41 total)
  • Author
    Posts
  • #246596

    Is there anyway to add the social icons in the header on a mobile device? Maybe between the logo and the menu button?

    My website is http://www.jaredburnettphoto.com. It used to display the icons before I updated.

    #246677

    Hi JaredBurnett!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    @media only screen and (max-width: 767px) {
    .main_menu, #header_main_alternate {
    display: block;
    }
    .responsive #header .social_bookmarks {
    display: block!important;
    }}

    Best regards,
    Yigit

    #246748

    Applied the Quick CSS, cleared the cache, and I don’t see a difference.

    #246950
    This reply has been marked as private.
    #246994

    Hey!

    Have you removed the code? It seems like it is not being applied. Please try to disable minifying on total cache plugin and check if that helps.

    @designing
    Please add following code to Quick CSS in Enfold theme options under Styling tab

    @media only screen and (max-width: 767px) { 
    #header_main .social_bookmarks { top: 12%; }}

    Cheers!
    Yigit

    #247013

    Hi Yigit,

    I’ve disabled the minifying on total cache plugin and added your code in the quick css but still no change. The icon are still beneath the logo on the mobile I’m using an iPhone if that’s any help?

    Thanx
    Leroy

    #247017

    Hi!

    Please try adding !important rule as following

    @media only screen and (max-width: 767px) { 
    #header_main .social_bookmarks { top: 12% !important; }}

    After applying the code, please flush browser cache

    Cheers!
    Yigit

    #247021

    Perfect Yigit,

    Thanks Man
    Leroy

    #247027

    Hi!

    You are welcome Leroy, glad we could help. If you have any other questions or issues, please start a new topic. I will keep this open for OP @jaredburnett :)

    Regards,
    Yigit

    #247037

    Ok I removed the code, cleared the cache, added it again, cleared the cache, and it’s working now.

    The alignment is off. It looks like it may need to be more centered. The logo may be pushing it lover into the menu button. If I turn my phone sideways and get landscape mode it still looks a little off center.

    #247040

    Hi!

    Please add following code to Quick CSS as well and adjust to center it perfectly

    @media only screen and (max-width: 767px) {
    .responsive #header .social_bookmarks {
    right: -40px; }}

    Regards,
    Yigit

    #247053

    Almost seems like my logo needs to be smaller or pushed to the side. I have the recommended 340×156 logo dimensions. If the icons were centered across the screen they would overlap the logo on the left.

    #247535

    Any ideas on how to push items left?

    #248139

    Hey!

    I have just checked your website on my iphone and it does look fine on my end. Please see screenshot here – http://i.imgur.com/GGJr6Ib.png
    Have you already fixed it?

    Cheers!
    Yigit

    #248170

    I’m not sure what code made it change to that, but I would like it all one line. So I guess the social icons need to be pushed up to be even with the logo and menu button.

    #248173

    Hey!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 767px) {
    .responsive #header .social_bookmarks {
    top: -15px;
    }}

    You may need to adjust the value

    Cheers!
    Yigit

    #248297

    I adjusted the value to -1 and then tried -60 and I haven’t seen any difference clearing all caches after adjustments.

    #248475

    Hi!

    Do you have any caching plugins installed? If so, please try flushing their settings as well. As i checked earlier today, the code i posted may apply later due to caching. Please also paste all your custom CSS code on http://pastebin.com/ and post the link here so we can check if there is anything wrong with codes

    Best regards,
    Yigit

    #248508
    This reply has been marked as private.
    #248634

    Yigit,

    I flushed the plugins.

    Also, here is the link to the custom code I have applied http://pastebin.com/QW7qfs5G

    #248646

    Hi Jared,

    Icons are showing on my end (try seeing it from another device):


    @designing
    scroll to the very top of this topic and click Unsubscribe.

    Cheers!
    Josue

    #248663

    Correct Josue. The goal is to get them up in the middle to make it look like they are on the same row as the logo and menu. Right now they look really far down.

    #248677

    Hey!

    Seems dynamic enfold.css isn’t being updated with the Quick CSS, try putting the code in css/custom.css in the meantime:

    @media only screen and (max-width: 767px) {
    .responsive #header .social_bookmarks {
    top: -15px;
    }}

    Regards,
    Josue

    #248690

    that looks so much better! Can I make the icons a little bigger?

    What are the tags for the logo and menu button?

    I assume the alignment code is the same. I can play with the alignment to center up logo better on mobile as well.

    #248817

    Hey!

    This will increase the icons:

    .social_bookmarks li a {
        font-size: 22px;
    }

    Regarding the others, you can use:

    #advanced_menu_toggle {
    
    }
    .logo{
    
    }
    

    I’m not sure if the logo is re-positionable, remember to wrap this selectos within the mobile media query.

    Best regards,
    Josue

    #248965

    Looks awesome now! Thank you guys so much!

    Last Question: How do I put a dotted line between the search button and social icons in the header on a desktop? (I assume the menu and social icons align to leave space for the line)

    #248997

    This will do it:

    .av-main-nav-wrap {
        border-right: 1px dashed gray;
        padding-right: 20px;
    }

    Cheers!
    Josue

    #249005
    This reply has been marked as private.
    #249027
    This reply has been marked as private.
    #250242

    Any suggestions?

Viewing 30 posts - 1 through 30 (of 41 total)
  • The topic ‘Social Icons in Header for Mobile’ is closed to new replies.