Flexible Footer Widths

Home Forums Support Flexible Footer Widths

Home Forums Support Flexible Footer Widths

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #223816
    Alex

    Hi there,

    I would first like to say a massive well done on the theme, it is amazing.

    I do however have a request, footer width settings, is or would it be possible to set footer widths?

    Footer 1 – 20% | Footer 2 80%

    An example as above.

    Regards
    Alex

    #223884
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Give this a try:

    @media (min-width: 769px) {
        .active-footer-widgets-2 .footer-widget-1 {
            width: 20%;
        }
    
        .active-footer-widgets-2 .footer-widget-2 {
            width: 80%;
        }
    }
    #223920
    Alex

    Yep that is what i am using right now, just an idea to be able to set them in the admin without custom css.

    Thank you Tom for your quick support πŸ™‚

    Alex

    #223984
    Tom
    Lead Developer
    Lead Developer

    I’ll see if I can come up with something πŸ™‚

    #228657
    Damond

    Hi Tom,

    What are the footer settings for:

    Footer 1 – 20% | Footer 2 – 20% | Footer 3 – 20% | Footer 4 – 40%

    #228682
    Tom
    Lead Developer
    Lead Developer

    Same idea as the above:

    @media (min-width: 769px) {
        .active-footer-widgets-4 .footer-widget-1 {
            width: 20%;
        }
    
        .active-footer-widgets-4 .footer-widget-2 {
            width: 20%;
        }
    
        .active-footer-widgets-4 .footer-widget-3 {
            width: 20%;
        }
    
        .active-footer-widgets-4 .footer-widget-4 {
            width: 40%;
        }
    }
    #228700
    Damond

    Thanks! BTW, loving the theme and plugins! here’s what I’ve created so far: http://www.zrdivorceattorney.com

    #228805
    Tom
    Lead Developer
    Lead Developer

    Looks great! Very nice design πŸ™‚

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