Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #863599

    I am having trouble getting the mobile icons to show on mobile devices.
    I have added the following code to quick css with no change:

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

    I also have what seems to be a “second” top bar above where the social icons and the phone number are located in top header socket. It is very strange. Here is a screenshot: https://www.awesomescreenshot.com/image/2886666/1160bcec882f7fd01ecd9dc2aed4b4e8

    #864585

    Hey coryhubbell,

    What are the mobile icons? Can you explain us?
    Are you referring for the Top Bar?

    I am really sorry but not exactly clear what you are aiming to do.

    Best regards,
    Basilis

    #864859

    I have included a screenshot.
    https://www.awesomescreenshot.com/image/2893704/11f3275041e3e5bafd17a9a7bb4ce32f

    The social icons as well as the phone number are disappearing on mobile as well as the contact number.
    I also do not know where the gray bar above the top social bar is coming from.

    #865143

    Hi,

    Thanks for the screenshots, could you post a link to the site in question so that we can have a closer look please?

    Best regards,
    Rikard

    #865294
    #865620

    Hi coryhubbell,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

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

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #866331

    This still is not working. I also see no suggestions for the extra header bar.
    Please advise asap. I am gearing up for a mobile hack on Monday of next week.

    #867252

    Hi,
    To remove the dark top band and show the social icons in mobile view, try this css:

    @media only screen and (max-width: 479px) {
    .responsive #top #wrap_all #header .social_bookmarks {display: block!important; }
    .html_stretched #wrap_all {margin-top: -20px!important; }}

    please see screenshot in Private Content area

    Best regards,
    Mike

    #867320

    Perfect thank you Mike, this worked like a charm!

    #867347

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Mobile icons still not showing – Extra bar on top of header’ is closed to new replies.