How to remove unnecessary gap between sidemenu and mainbody?

GK User
Mon Jun 02, 2014 10:52 pm
I have a big annoying vertical gap of appr. 50px in width which exists between the sidebar left menu and mainbody area. Please let me know how to reduce this.

Hope to hear from you soon.
User avatar
Gold Boarder

GK User
Tue Jun 03, 2014 11:02 am
Could you please post an url to your site?
User avatar
Moderator

GK User
Tue Jun 03, 2014 2:12 pm
Done. Please check you PM inbox :)
User avatar
Gold Boarder

GK User
Wed Jun 04, 2014 3:01 pm
Please edit: /templates/gk_storefront/css/override.css and add at its end:
Code: Select all
#gkContentWrap.gkSidebarLeft + #gkSidebar {
padding-right: 30px;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator


cron