• Hiya!

    How I can decrease the margin of “icons” in the main page?

    I mean, I’d like to have it absolutely close, like windows style bricks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello!

    Can you be a bit more specific as to what icons you’re referring to?

    A link to your site that would be very helpful in determining the best way to decrease this space, so please post that if you don’t mind.

    thanks!

    Thread Starter snp_85

    (@snp_85)

    http://icf.bofh.ru/~phr0zen/

    that icons I’d like to do it like windows alike briks
    all together

    add this css in the theme options > advanced settings. Let me know if it’s what you are thinking:

    .home-iconmenu {
        padding-left: 2px;
        padding-right: 2px;
    }

    Kadence Themes

    Thread Starter snp_85

    (@snp_85)

    Ok. Set it to 0 px . But still top and bottom the same.
    Also some icons went wrong layuot, the size of icon images are all the same..

    How I can fix it, please?

    Thanks

    Try adding this CSS:

    .home-iconmenu {
        margin-bottom: 0;
        margin-top: 0;
    }

    As for the broken layout, I cant quite figure that one out, but the theme dev will know for sure what to do.

    Thread Starter snp_85

    (@snp_85)

    yep!

    but the layout still broken

    Your images are all different sizes so you would need to set a min height like this:

    .home-iconmenu a {
        min-height: 256px;
    }

    Kadence Themes

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘space betwin icons’ is closed to new replies.