[Resolved] logo in footer, just above footer bar

Home Forums Support [Resolved] logo in footer, just above footer bar

Home Forums Support logo in footer, just above footer bar

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

    Hi,
    I am working on a web site and I would like to have 4 small logo’s in the footer, just above the footer bar that contains another image. I have made 1 image of the 4 logo’s and used 3 footer widgets to show it: the first 2 are empty (&nbsp), and the third contains the logo-image. It seems to work, but I would just like to know if there is a better solution…

    Thank you very much!
    Eva

    #825072
    Leo
    Staff
    Customer Support

    Hi there,

    Is the current position what you want for the logos?

    If so you can probably just use one footer widget and we can adjust with some CSS.

    Let me know πŸ™‚

    #825373
    Eva

    Hi Leo,
    Thanks for your reply.
    Yes, this is more or less the position, a bit more down would be even better.
    I also found out that the img is quite big on mobile, and aligns right. I there can be done something about that, great. If not, ok πŸ™‚

    Thanks!

    #825775
    Leo
    Staff
    Customer Support

    We could try it with just one widget and some CSS if you’d like.

    Your site link no longer works for me though.

    #826005
    Eva

    Yes, I would like that. Sorry about the link… Had some major problems, but all solved now πŸ™‚
    As for the link: I have changed it….

    Thank you!!

    #826060
    Leo
    Staff
    Customer Support

    I’m still seeing 3 footer widgets.

    Can you add the logo to footer widget 1 and set the display setting to 1 as well?

    #826648
    Eva

    Hey, I have changed it to 1, displaying 1. I even think it’s not too bad as it is, but I still prefer it to be aligned right, with the content and maybe a bit down πŸ™‚
    Thanks!

    #826719
    Leo
    Staff
    Customer Support

    Try adding this CSS:

    @media (min-width: 769px) {
        .footer-widgets {
            text-align: right;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Then add some right padding:
    https://docs.generatepress.com/article/footer-padding/

    #826834
    Eva

    Thanks Leo, this works just fine.
    Great support, as always! Where would I be without you guys πŸ™‚
    Have a nice weekend!

    #826961
    Leo
    Staff
    Customer Support

    You as well!

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