[Resolved] Align nav nenu in footer widget

Home Forums Support [Resolved] Align nav nenu in footer widget

Home Forums Support Align nav nenu in footer widget

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

    Hi,

    Trying to align a nav menu in footer widget 1 (and only footer widget in generatepress theme). I’ve put the following CSS in additional CSS, but nothing

    .footer-widget-1 {
    text-align: center;
    width: 100%;
    overflow: hidden;
    }

    The site: rsite.hbg.pt

    regards
    Martinho

    #1652938
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    #menu-subpaginas {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    Some other options for the flex justify-content property can be seen here:

    https://www.w3schools.com/cssref/css3_pr_justify-content.asp

    #1654348
    Martinho

    Thanks! Also for the inofrmation on the properties (y)

    #1654620
    David
    Staff
    Customer Support

    You’re welcome

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