[Support request] Footer widget area different width to main container

Home Forums Support [Support request] Footer widget area different width to main container

Home Forums Support Footer widget area different width to main container

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #755922
    Michael

    Hi,

    For desktop users I want a different footer widget area width compared to the main container width.

    i.e. main container width is 1200px, Footer width (4 widgets layout) to be 1380px.

    Is there a setting for this or just easier to target the footer class or ID?

    #756013
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    @media (min-width: 769px) {
        body .footer-widgets-container.grid-container {
            max-width: 1380px;
        }
    }

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

    Let me know 🙂

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