Height on main menu
- GK User
- Fri Jan 17, 2014 3:53 am
Hi, it is possible to increase to the top the main menu height? I attached an example
-
- Senior Boarder
- GK User
- Fri Jan 17, 2014 8:36 am
Could You please post an url to your site?
-
- Moderator
- GK User
- Fri Jan 17, 2014 11:03 pm
I see you have made some changes already in override.css:
You can use this to increase bottom margin, or:
#gkPageTopWrap {
top-bottom: 10px;
}
to increase top margin.
- Code: Select all
#gkPageTopWrap {
margin-bottom: 20px;
}
You can use this to increase bottom margin, or:
#gkPageTopWrap {
top-bottom: 10px;
}
to increase top margin.
-
- Moderator
4 posts
• Page 1 of 1