Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #284088

    Hello is it possible to change the social media icons and to move them to the left of the logo :)

    the green box is where they normally appear :)

    #284090

    Hi Transformers Universe!

    Can you post the link to your website?

    Cheers!
    Yigit

    #284097
    This reply has been marked as private.
    #284124

    Hey!

    Please go to Enfold/css folder and open Layout.css file and remove or comment out following line

    #top #wrap_all .social_bookmarks, #top #wrap_all .social_bookmarks a, #top #wrap_all .social_bookmarks li{ background: transparent; }

    then add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    #header_main .social_bookmarks { left: 19%; }

    Regards,
    Yigit

    #284225
    This reply has been marked as private.
    #284231

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 990px) {
    #header_main .social_bookmarks { left: 0; }}

    Regards,
    Yigit

    #284236
    This reply has been marked as private.
    #284398

    Hi!

    Thank you for the screenshot.

    Please add this at the very bottom:

    @media only screen and (max-width: 990px) {
    #header_main .social_bookmarks {
    left: 8% !important;
    }
    }

    Best regards,
    Ismael

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