• Resolved Zachdoug

    (@zachdoug)


    My Home Icon section should have 3 per row but for some reason there is always a row with only one icon, almost as if there is a couple of empty icon sections…

    I already tried a couple css fixes but nothing really worked

    Any help?

    https://www.theagencylab.com/

Viewing 2 replies - 1 through 2 (of 2 total)
  • All of your items have different lengths of text so you would need to set a min-height like this:

    .home-iconmenu .home-icon-item, .home-iconmenu a {
        min-height: 310px;
    }

    Or add a clear left to certain items with css lie this:

    @media (min-width: 992px){
        .home-iconmenu.homeitemcount4, .home-iconmenu.homeitemcount7 {
        clear: left;
    }
    }

    Kadence Themes

    Thread Starter Zachdoug

    (@zachdoug)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Home Icon’ is closed to new replies.