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

    Hi,
    I’d like to keep the social media icons display in menu also on mobile. How can I do it?
    Thank you in advance!

    #919912

    Hey mstasik,

    Please provide a link to the site in question so we can look into the further and provide the proper code to do so.

    Best regards,
    Jordan Shannon

    #920148

    Please find the information below.

    #920475

    Hi,

    Thanks for providing that info. Please add the following to quick css:

    @media only screen and (max-width: 767px){
    .social_bookmarks.icon_count_4{
    display:block!important;
    }
    
    .av-main-nav-wrap{
    float:right!important;
    }
    }

    Best regards,
    Jordan Shannon

    #921461

    Hello I was also trying to do this. I set the menu to display top bar right, for reference in the CSS this is top socket? Related, what’s the class (or quick css) to affect only ‘left top bar’? This is currently displaying “header phone number/extra info”.
    At this point just need to affect text styles without affecting global header or default styles (the text is simple HTML link). Should I just use span tags for that in the text field?
    Since the content is subject to change- graphic,etc- for future reference I’d rather affect ‘top bar left’ with quick CSS to make it easier to change down the road.

    #921583

    Thank you, Jordan! It works fine.

    #921675

    Hey ovm1,

    Please provide a link to the site in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #921676

    Hey mstasik,

    I’m glad my solution as able to help. If you need additional help please let us know here in the forums.

    Best regards,
    Jordan Shannon

    #973401

    Is there any way to get those icons in the burger menu?

    #973517

    Hey ytaras,

    Please provide a link to your site if possible.

    Best regards,
    Jordan Shannon

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