How can i reduce the gap on the main page only on theses 2 section.
See Picture below
Thank you
#gkPageNav {
margin: 0 auto 36px;
}
#gkTop1 {
padding-top: 40px!important;
}
.mysuffix #gkPageNav {
margin: 0 auto 36px;
}
.mysuffix #gkTop1 {
padding-top: 40px!important;
}
Konrad M wrote:Please go to template settings. Here in 'Features' section you will find 'Suffixes for pages' option. Add suffix for example ' mysuffix' to home ID. (Check in menu items id of home, probably it is 101) Then change code I gave you to this one:
- Code: Select all
.mysuffix #gkPageNav {
margin: 0 auto 36px;
}
.mysuffix #gkTop1 {
padding-top: 40px!important;
}
and change values to fit your needs.
Konrad M wrote:It looks that you didn't add css class in correct way becasue I don't see it in source code. One thing more please send me Private Message with access to your joomla backend. Remember to add link to this topic too.