• hi

    i would like to minimize the spaces between the icons in my home page..

    tried all the tricks that but to no avail..

    my icons contain images instead on vector icons

    anyone can give advice? my website is etransac.com.ph

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Eve

    (@etransac)

    currently using these codes in my CSS

    .home-iconmenu a h4 {color::#034ea2;}
    .home-iconmenu a {background:orange;}
    .home-iconmenu a:hover h4 {color:black;}
    .home-iconmenu a {background:#F8A037;}

    @media (max-width: 768px){
    .home-iconmenu {
    width: 50%;
    float: left;
    }
    }

    .home-iconmenu a {
    position: relative;
    background-color: orange;
    margin-left:0px;
    margin-right:0px;
    padding:0px;
    }
    }

    You can add this css:

    .home-iconmenu {
        padding: 0 2px;
    }

    Kadence Themes

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘customize Icon menu on home layout’ is closed to new replies.