Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #834872

    Hi – I am trying to center three logos in the footer, which I have done using the three widget format. The logos are in the middle third widget. Two issues:
    1. Can I reduce the height of the footer area to 125px?
    2. For mobile, it seems I have to reduce the size of the logos, as they don’t view correctly. Can you tell me how to do this?

    Thanks

    #835561

    Hi – will I be able to get a reply to this question?

    Thanks

    #835846

    Hi,

    Sorry for the late reply! Forums are pretty busy at the moment.

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #footer .widget {
        margin: 0;
    }
    #footer {
        padding-bottom: 25px;
    }
    @media only screen and (max-width: 400px) {
    #footer .container {
        width: 100%!important;
        max-width: 90%!important;
    }}
    

    Best regards,
    Yigit

    #835908

    Hi – the code did not work, but I had to increase the size of the logos, so I am now using just one widget. As you can see, they are over to the left. What I need is to get them centered – what is the best way of doing that for both desktop and mobile?
    Thanks very much.

    #835916

    Hi -actually, I think I figured it out. if I have another question, I’ll open a new thread.
    Thanks

    #835963

    Hi! We’re glad that you were able to figure this out! We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.

    For your information, you can also take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/

    We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads

    Thank you for using Enfold.
    Cheers!
    Sarah

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Footer question’ is closed to new replies.