Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1208352

    Hi
    We have the copyright, a sub navigation and the social media icons in the footer (base).
    On the mobile the copyright has left alignment, the social media icons have right alignment and the sub navigation has left alignment again.
    It looks a little bit crazy.
    Is it possible, to set the alignment of the social media icons in the footer (base) to left?
    See login data in the private content section.
    Thanks very much.
    Best regards
    Mike

    #1208354

    Hey Michael,

    Add this to quick css:

    @media only screen and (max-width: 767px){
    .noLightbox.social_bookmarks.icon_count_5{
    float: left!important;
    margin-left: -10px!important;
    }}

    Best regards,
    Jordan Shannon

    #1208535

    Hi Jordan
    Thanks for the code.
    Unfortunately it seems that this does not work.
    See screenshot in the private content section. The social media icons are still aligned on the right side.
    Best regards
    Mike

    #1208536

    Hi,

    Did you add my code to the very top of quick css so it runs first? Also, clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1208544

    Hi
    Can you have a look at the website? Does it work at you?
    I put the code now to the very top of quick css. I also cleared the cache…
    Best regards
    Mike

    #1208558

    Hi,

    Yes, refer to the following:

    https://snipboard.io/ZKEv20.jpg

    Best regards,
    Jordan Shannon

    #1208756

    Hi
    The problem seems to bee the following.
    When I do the change directly in the console, like you did it, it works.
    But when I do in the custom css under Enfold settings, it does not work.
    Any idea why this is?
    Best regards
    Mike

    #1208918

    Hi,

    Are you putting the code in the quick css section or another file?

    Best regards,
    Jordan Shannon

    #1209116

    Hi
    In the quick css section under Enfold Child – General Styling.
    Best regards
    Mike

    #1209248

    HI again
    It was a code error, a comment was not closed so the code was in comment.
    You can close this issue.
    Best regards
    Mike

    #1209369

    Hi,
    Glad to hear you have this sorted out now, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Alignment of social media icons in footer’ is closed to new replies.