[Support request] Moving widget items in footer

Home Forums Support [Support request] Moving widget items in footer

Home Forums Support Moving widget items in footer

  • This topic has 10 replies, 3 voices, and was last updated 2 years ago by David.
Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #2159776
    kayleigh

    Good morning,

    I am trying to move the Facebook link in the footer to sit to the right of the current footer info. How do I do this?

    Many thanks
    Kayleigh

    #2159919
    David
    Staff
    Customer Support

    Hi there,

    can you first Group those other ‘widgets’ together – see here:

    https://docs.generatepress.com/article/grouping-widgets/

    Unlike the Old WordPress each block you add creates a new widget so we need them grouped together 🙂

    #2160334
    kayleigh

    Hi

    Sorry but I don’t get it. How does that allow me to divide the footer into 3 and add the Facebook link to the left?

    #2160351
    kayleigh

    Sorry ignore that, I have found it, but now there is a large gap between the footer widgets and the footer bar. How can I reduce this.

    Many thanks

    #2160408
    Ying
    Staff
    Customer Support

    Hi there,

    Footer widgets area has 40px default padding around it:
    https://www.screencast.com/t/CuEQZBoivEx0

    You can use this CSS to override it:

    .site-footer .footer-widgets-container {
        padding-bottom: 0;
    }

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

    #2164685
    kayleigh

    Thank you but this is not applying to the Facebook symbol.

    Many thanks
    Kayleigh

    #2164714
    David
    Staff
    Customer Support

    It looks ok on Desktop.
    To remove the space on Mobile add this CSS:

    @media (max-width: 768px) {
        .inside-footer-widgets > div:not(:last-child) {
            margin-bottom: 0 !important;
        }
    }
    #2164949
    kayleigh

    Hi,

    Sorry that doesn’t work either, its a social icon

    #2165001
    Ying
    Staff
    Customer Support

    Can you tell me which space are you exactly referring to? And is it for mobile or desktop?
    https://www.screencast.com/t/Nz0CFWGv6

    #2166110
    kayleigh

    Hi,

    Sorry to be a pain. The client would like less space around the social media icon in the footer on both

    #2166136
    David
    Staff
    Customer Support

    Can you share a screenshot of the problem ?

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