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

    Hello together,

    I’ve activated social bookmarks in my socket right next to a copyright and a legal menu.
    On mobile devices, I’d love to align them to the left just like the two other elements but no solution worked so far.
    Can you solve this?

    Best regards,
    Marc

    #1211667

    Hey Marc,

    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) {
        #socket .social_bookmarks {
            float: left;
            margin: -10px 0 0;
        }
        #socket .copyright {
            display: block;
            width: 100%;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1211672

    yes – and if you like to have a little spacing between these add into that media querry from above:

    #socket .container > * {
        margin-bottom: 20px;
    }

    the selector > * indicates that only the first level childs are influenced.
    If you have a lot of social media links – so that there will be two or more lines – we had to find a different way.

    #1211748

    Hi,

    Thanks for helping out @guenni007 :-)

    Best regards,
    Rikard

    #1212261

    Thank you, it worked like a charm.
    This ticket can then be closed now.

    #1212386

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Align socket social bookmarks left on mobile devices’ is closed to new replies.