Tagged: mobile, social bookmarks, socket
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
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
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.
Thank you, it worked like a charm.
This ticket can then be closed now.
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon