Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #809108

    Hello, here is the staging URL:
    puresinse.mystagingwebsite.com

    I would like the footer bar text “© Copyright 2017 PureSinse Inc. | All Rights Reserved | Privacy Policy.”
    and social media icons to be centered.

    How would I do this?
    Bryan

    • This topic was modified 7 years, 3 months ago by bryankerr.
    #809160

    Hey bryankerr,

    Add the following to quick css:

    
    .sub_menu_socket {
        display: none;
    }
    #socket .copyright {
        text-align: center;
        width: 100%;
    }
    
    #socket .social_bookmarks {
        text-align: center;
        width: 53%;
    }

    Best regards,
    Jordan Shannon

    #1118977

    How would I get the Privacy Policy links right justified on the footer as seen in the link attached. I can see where I add the Social Icons, but would like to add page links.

    Thank you!

    #1119075

    Hi hunter_ncmed,

    You can create a new menu under Appearance->Menus, then assign it to display in the footer.

    Best regards,
    Rikard

    #1119703

    Thanks Rikard! Is there a style that you have handy that would remove the underline in the link? I have one for the footer widgets that work, but it doesn’t seem to work on the Privacy Policy link. Thank you!

    #1119788

    Hi,

    Please provide a link to the site again.

    Best regards,
    Jordan Shannon

    #1119967
    This reply has been marked as private.
    #1120072

    Hi,

    Thanks for the screenshot, but I can’t see an underline there? If there is one then you can try this CSS:

    #socket a {
      text-decoration:none !important;
    }

    Best regards,
    Rikard

    #1125723

    That did it. Thanks Rikard!

    #1125739

    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 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Enfold footer, need centre alignment’ is closed to new replies.