[Resolved] Footer Widgets Width

Home Forums Support [Resolved] Footer Widgets Width

Home Forums Support Footer Widgets Width

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #179728
    Cristina

    Hi Tom

    I would like to make full width the footer where widgets are placed.

    I saw that you told another person in the forum how to make it but in all of the page using this code, so maybe it could be possible changing the body to the name of that footer (which I don’t know)?

    body .grid-container {
          max-width: 100%;
    }
    
    #179737
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Give this a try:

    body .inside-footer-widgets.grid-container {
        max-width: 100%;
    }
    #179740
    Cristina

    It worked! Thank you πŸ™‚

    And what are the names of each widget (I have three) to edit theirs margins? What I want to do is to have three boxes with different background images and texts, without any separation between them.

    #179805
    Tom
    Lead Developer
    Lead Developer

    .footer-widget-1, .footer-widget-2 and .footer-widget-3.

    You can see class names and current CSS by using the Inspect Element tool in your browser πŸ™‚

    #179847
    Cristina

    Ok, thank you so much for your help! πŸ™‚

    #179905
    Tom
    Lead Developer
    Lead Developer

    You’re welcome! πŸ™‚

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