no margin/padding between menu and page content after update

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Mar 13, 2017 6:48 pm
Reply with quote
Report this post
After upgrading to the latest version of Simplicity last week, and updating Joomla to 3.6.5, along with all extensions, there is no margin/padding between the menu and page content.

Please see:
http://imagebuildingmedia.com/internet-marketing
http://imagebuildingmedia.com/blog

Please notice that the sidebar is up against the menu after updating the template.

Please advise how to fix.

Thanks!

Allan
User avatar
Fresh Boarder

teitbite
Thu Mar 16, 2017 7:18 pm
Reply with quote
Report this post
Hi

In override.css at line 27 You have a change to template's style to remove the martin from below of the header. Please change Your class:

Code: Select all
#gkHeader {
    background: #fff none repeat scroll 0 0;
    border-bottom: 0 none;
    margin-bottom: 0;
}


to

Code: Select all
#gkHeader {
    background: #fff none repeat scroll 0 0;
    border-bottom: 0 none;
}
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.