• Resolved hugofilipe

    (@hugofilipe)


    Hi!

    Great theme! But having some problem in the icon alignment – please, visit https://marca.hugof.pt/ look at icon grid while resizing the browser window: some of the icons get out of the grid alignment… Is it too much text int the description?

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Kevin

    (@jx-3p)

    Hey,

    Try adding this CSS to Theme Options> Custom CSS:

    .home-iconmenu {
        min-height: 245px;
    }

    -Kevin

    Thread Starter hugofilipe

    (@hugofilipe)

    Hi Kevin.

    Sorry, that CSS code does not do the trick… 🙁 But, thanks for trying.

    Is there another way?

    Kevin

    (@jx-3p)

    Try adding this too:

    @media (min-width: 500px) and (max-width: 1200px) {
    .home-iconmenu {
        min-height: 290px;
        }
    }

    -Kevin

    Thread Starter hugofilipe

    (@hugofilipe)

    Kevin, with the latest addition, was nearly perfect.
    But, after some attempts, figured out the perfect porportions:

    .home-iconmenu {
    min-height: 305px;}

    @media (min-width: 500px) and (max-width: 1200px) {
    .home-iconmenu {
    min-height: 305px; }}

    Thanks for helping! 😀

    • This reply was modified 9 years ago by hugofilipe.
    Kevin

    (@jx-3p)

    Glad I got you on the right track! Let me know if you need any further assistance.

    -Kevin

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

The topic ‘Icon grid problem’ is closed to new replies.