denis Posted August 1, 2018 Share Posted August 1, 2018 So I have this problem with horizontal top menu. I have my subcategories vertically too close to each other. I mean, if you look at the photo cajas registadoras and dictado are two different categories but appear almost as if they are the same. Same happens with calculadoras and encuadernacion in the next column, etc. the issue is because the first column, accesorios electronicos, is actually one category, and the following ones all appear missalgined. How can I add space between cateogories vertically? thanks Link to comment Share on other sites More sharing options...
ENS Enterprises Posted August 2, 2018 Share Posted August 2, 2018 May i have your shop url Link to comment Share on other sites More sharing options...
denis Posted August 2, 2018 Author Share Posted August 2, 2018 1 hour ago, ENS Enterprises said: May i have your shop url https://papeleriaherso.com/index.php Link to comment Share on other sites More sharing options...
ENS Enterprises Posted August 2, 2018 Share Posted August 2, 2018 @denis The simplest way is to add height . .sf-menu > li > ul > li { float: left; width: 20%; padding-right: 15px; height: 80px; } 1 Link to comment Share on other sites More sharing options...
denis Posted August 3, 2018 Author Share Posted August 3, 2018 20 hours ago, ENS Enterprises said: @denis The simplest way is to add height . .sf-menu > li > ul > li { float: left; width: 20%; padding-right: 15px; height: 80px; } Thank you so much, this worled Link to comment Share on other sites More sharing options...
ENS Enterprises Posted August 3, 2018 Share Posted August 3, 2018 thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now