Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1099456

    When viewing in mobile sizes 1001×768 through 1165×768 the top menu with the social media icons are cut off. How do I solve this?

    View post on imgur.com

    Thanks!

    #1099692

    Hey webguy007,

    This CSS is causing that to happen:

    nav.main_menu {
        left: 28%;
    }

    Please alter it or apply different code in a media query for the screen sizes in question.

    Best regards,
    Rikard

    #1099744

    Hi,

    I assume this is the CSS to add:

    @media only screen and (max-width:1112px) {
    nav.main_menu {
    left: 10%;
    }}

    Thank you

    • This reply was modified 5 years, 4 months ago by webguy007.
    #1099900

    Hi,

    If that works as you want it to on that screen size, then yes :-)

    Best regards,
    Rikard

    #1100363

    Actually, how do I have the social media icons show below the logo and burger menu in the header?
    Link is below of the area highlighted in yellow where I need the social media icons to show in mobile screens.

    Thanks

    #1100559

    Hi webguy007,

    Well, this can be difficult. You can try adding the widget to the header and showing it just on mobile.

    Here is how to add the widget area to the header

    Best regards,
    Victoria

    #1101189

    Hi,

    I added this code:
    @media only screen and (max-width: 479px) {
    ul.social_bookmarks {
    display:block !important;
    }
    }

    The issue is it appears on the top line. How do I have it appear below the phone number and appear centered on the 2nd line on the header?

    Thanks

    #1102099

    Hi webguy007,

    I am only seeing the span phone info and no header widget. Did you add it at all?

    Best regards,
    Victoria

    #1102329

    Please check now.. I had to restore the site to the latest version of where I’m talking about in needing help.

    Thanks

    #1103510

    Hi,

    Thanks for the update.

    Do you want to reverse the order of the social icons and the phone number? This css code should help.

    @media only screen and (max-width: 767px) {
    .responsive #top #header_meta .container {
        display: flex;
        flex-direction: column;
    }
    
    .responsive #top #header_meta .container .social_bookmarks {
        order: 2;
    }
    }

    Best regards,
    Ismael

    #1103512

    Awesome! That’s what worked!

    Thanks

    #1104534

    Hi,

    Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Please bookmark Enfold Documentation for future reference.
    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Mobile responsive top social media icons’ is closed to new replies.