• Resolved Bobbles

    (@bobbles)


    Hi Anthony

    Thanks for such a great starter theme, I love working with it! You’ve created something that’s so intuitive and easy to customize 🙂

    I do have one question though (apologies if this has already been answered, I had a look through the support forum but didn’t find what I was looking for).

    With the front page widget areas, how can I adjust the css to make the heights uniform when resized? I’ve tried applying various bits of code but I can’t get it working 🙁 Any help at all is appreciated!

    Rob

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Anthony Hortin

    (@ahortin)

    Hi Rob,

    I appreciate the kind words. Thanks.

    To make the widgets the same height, I would consider using something like the following…

    .home-sidebar .widget {
        min-height: 300px;
    }

    You can obviously change the height to whatever suits you.

    Thread Starter Bobbles

    (@bobbles)

    Hi Anthony

    Thanks for your reply, I really appreciate your help. I had fudged my way around the problem in the meantime by adding in some media queries to rescale the fonts which works well, but I’ll incorporate your solution as well for a belts and braces approach 🙂

    Thanks again for your help and for such an amazing starter theme!

    Rob

    Theme Author Anthony Hortin

    (@ahortin)

    My pleasure 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Front Page Responsive Widget Heights’ is closed to new replies.