Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #687146

    We would like to center (align center) and style the deep footer (copyright line, etc). Right now we are doing that in the Copywright area of Theme Options. Can you help us overwrite/adapt this? We are using our own child theme so prefer to make custom changes to keep up with Enfold updates.

    #687216

    Hey lumberkings,

    Thanks for reaching out to us!

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    And exactly what changes to the footer are you trying to make other than aligning it to the center?

    Best regards,
    Jordan

    #687575

    Sure, sharing login privately.

    What we are trying to do is align center and make all elements appear inline. If there is a way to create a footer/manage in footer menu, that is preferred.

    #687630

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .copyright {
        width: 100%;
        text-align: center;
    }

    Best regards,
    Yigit

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