[Resolved] resizing the footer widget areas

Home Forums Support [Resolved] resizing the footer widget areas

Home Forums Support resizing the footer widget areas

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1489050
    Nadine

    Hi,
    I’m trying to change the widths of the footer widgets. I want it to be 40%, 20%, 20%, 40%. I had found two post in here with filters to add to my functions file, but neither worked unfortunately.
    Thanks!

    #1489133
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the site in question?

    You can use the private information field.

    Let me know πŸ™‚

    #1489169
    Nadine

    I’m working locally. I’ll try to put it up on a staging server tomorrow.

    #1489171
    Leo
    Staff
    Customer Support

    Sounds good.

    If you are using the flexbox version then things should be much easier πŸ™‚

    #1490324
    Nadine

    Ok, put it up on a test server. Details in the private info. I want the first and last footer widgets to be wider (about 30%) and the middle two to be narrower (20% each).

    Also, I’m having an issue with the header. I added a hook to include a widget above the nav bar, floated right of the logo, but it’s putting it next to it instead of above.

    Thanks so much for your help!

    #1490634
    Leo
    Staff
    Customer Support

    Try this:

    @media(min-width: 769px) {
        .inside-footer-widgets>div {
            flex: 0 0 20%;
        }
    
        .inside-footer-widgets>div:first-of-type, .inside-footer-widgets>div:last-of-type {
            flex: 0 0 40%;
        }
    }
    #1490645
    Nadine

    Perfect, I just changed the 40% to 30%!

    Should I start a new topic for my header issue?

    #1490659
    Leo
    Staff
    Customer Support

    Yes please.

    Thanks!

    #1490668
    Nadine

    thank you, appreciate the help!

    #1490688
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

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