[Resolved] Footer Widgets Stacking with Different widths

Home Forums Support [Resolved] Footer Widgets Stacking with Different widths

Home Forums Support Footer Widgets Stacking with Different widths

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1312971
    Angus

    My footer widgets aren’t playing nicely! I’ve created the same text widget in each widget area but renamed each one 2, 3 and 4 so I can see which ones should be where. 1 and 4 are stacked, and 2 and 3 are where I would expect 3 and 4 to be and the widths are smaller. Is there a way of making each of the widget areas 25% when 4 are selected? Or is there any other way of fixing this?

    Thanks

    #1312988
    Leo
    Staff
    Customer Support

    Hi there,

    Go to Additional CSS field in the customizer and remove this block of CSS:

    /* footer widget spacing */
    
    @media (min-width:1025px) {
      .footer-widgets .footer-widget-1 {
        width: 65%;
    		padding-right: 80px;
      }
      .footer-widgets .footer-widget-2 {
        width: 15%;
      }
      .footer-widgets .footer-widget-3 {
        width: 20%;
      }
    }
    #1313056
    Angus

    Thanks so much Leo! Perfect

    #1313196
    Leo
    Staff
    Customer Support

    No problem 🙂

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