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

    Hey guys…would you please give me the CSS to reposition the social links…not sure what happened, but this occurred with the new update. The social links are covered by the logo in the header…please advise.

    #239018
    This reply has been marked as private.
    #239073

    Hi!

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

    @media only screen and (max-width: 480px) {
    #header_main .social_bookmarks { top: 85%; right: -23%; }}

    Regards,
    Yigit

    #239115

    That’s definitely better, thanks Yigit – how can I also reposition the navigation menu so it isn’t overlaid on the logo – it’s currently cutting off the last quarter of our logo.

    • This reply was modified 10 years, 9 months ago by Mark.
    #239166

    Hi!

    You can resize the logo using this at the very bottom of Quick CSS or custom.css:

    @media only screen and (max-width: 480px) {
    .responsive .mobile_slide_out .logo {
    float: left;
    width: 80%;
    }
    }

    Regards,
    Ismael

    #239794

    Perfection – thanks guys…stellar as usual!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Logo is covering social media links when viewing via phone’ is closed to new replies.