[Resolved] Footer widget spacing

Home Forums Support [Resolved] Footer widget spacing

Home Forums Support Footer widget spacing

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

    Hi, I want to make the links in the footer widgets bold, but can’t seem to work it out, can you please advise? Also the 3 widgets are spaced a little too far apart, can I bring them together? Thank you

    #653767
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:
    .footer-widgets a, .footer-widgets a:visited {
    font-weight: 700;
    }

    For the widget spacing, you should be able to bring them closer by increasing the left and right padding:
    https://docs.generatepress.com/article/footer-padding/#footer-widget-area

    Let me know if this helps ๐Ÿ™‚

    #653930
    debbie

    Hi, thank you – the font weight worked.

    Unfortunately however the widget spacing still isn’t right, the three of them look off centre, and amending the padding didn’t really do anything. Is there anything I can do to move them closer and have the centred on the page? (Loving the theme by the way).

    Thanks
    Deb

    #654572
    Leo
    Staff
    Customer Support

    Perhaps this CSS would help?

    #acurax_si_widget_simple {
        text-align: center !important;
    }
    .inside-footer-widgets {
        text-align: center;
    }
    #655271
    debbie

    You’re a star – thank you so very much

    #655882
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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