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

    Hello support,

    All the way at the bottom of my site there are two links (Enfold Footer Menu): Privacy policy and Sitemap.

    I would like to align them with the footer columns ‘Producten’ en ‘Volg ons’.
    Like this: http://www.testdnsemanon.nl/wp-content/uploads/2022/11/Screenshot-2022-11-29-at-11.25.55.png

    Thanks in advance

    #1374374

    Hey Alfredo,

    It looks like your site is in coming soon mode. Please include login details in private, so that we can inspect the actual elements on your site.

    Best regards,
    Rikard

    #1374743

    Hi Rikard,

    Here are the credentials.

    Here’s the image once again. Screenshot

    • This reply was modified 1 year, 11 months ago by Emanon.
    #1374784

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    #socket .copyright {
        width: auto;
    }

    Best regards,
    Rikard

    #1375321

    Hi Rikard,

    Thanks for your response. It didn’t work unfortunately.
    Maybe I didn’t explain well what I want to do. I want to align ‘Privacy Policy’ with ‘Producten’. And ‘Sitemap’ with ‘Volg ons.’

    Thanks in advance.

    #1375478

    Hi,

    Thank you for the clarification.

    You can replace the previous modification with the following css code.

    #socket .sub_menu_socket {
        width: 100%;
        display: block;
    }
    
    #socket .menu {
        display: flex;
        width: 100%;
        justify-content: flex-end;
    }
    
    #socket .sub_menu_socket li {
        width: 25%;
    }

    You may need to adjust each menu item to align them perfectly with the footer columns.

    Best regards,
    Ismael

    #1375637

    Thanks for the code!

    I adjusted some stuff but I can’t get it to align perfectly. Is there a way to align it perfectly?

    Greetings

    #1375712

    Hi,

    Please try this CSS as well:

    #socket .sub_menu_socket {
        margin-top: -20px !important;
    }

    Best regards,
    Rikard

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