Reply To: Ho to redice space between nav-primary and home-feature 4

Homepage Community Forums Epik Theme Support Ho to redice space between nav-primary and home-feature 4 Reply To: Ho to redice space between nav-primary and home-feature 4

#13221
Jason M
Customer

    Since the code used for that section is the same for all the other sections I would add a custom css change so it will only affect that particular area. You can add this for example –

    .hf4 .wrap {
    	padding-top: 30px;
    }

    Then you can adjust that number if you need it to increase/decrease.