Reducing gaps

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
Thu Aug 02, 2012 7:55 am
Reply with quote
Report this post
How can i reduce the gap on the main page only on theses 2 section.
See Picture below

Thank you

01-08-2012 23-13-49.png
User avatar
Expert Boarder

Konrad M
Thu Aug 02, 2012 8:58 am
Reply with quote
Report this post
Hi,
can you give us url to page with this section ?
User avatar

GK User
Thu Aug 02, 2012 10:13 am
Reply with quote
Report this post
http://re7pc.pt/dev/creative/

Thank you
User avatar
Expert Boarder

Konrad M
Thu Aug 02, 2012 10:56 am
Reply with quote
Report this post
To reduce first one please add to override.css
Code: Select all
#gkPageNav {
margin: 0 auto 36px;
}

and decrease last value to fit your needs.
To fix second one please add:
Code: Select all
#gkTop1 {
padding-top: 40px!important;
}

and decrease this value. Remember to enable override.css option in template settings.
User avatar

GK User
Fri Aug 03, 2012 9:07 am
Reply with quote
Report this post
Konrad thank you for your assistance, that work well
I just have one more question about this.

How can i make theses changes just for the main page only?

I don't theses changes to reflect on the rest of the website.

Thank you
User avatar
Expert Boarder

Konrad M
Fri Aug 03, 2012 9:12 am
Reply with quote
Report this post
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.
User avatar

GK User
Fri Aug 03, 2012 1:34 pm
Reply with quote
Report this post
Thank you Konrad
User avatar
Expert Boarder

GK User
Fri Aug 03, 2012 5:59 pm
Reply with quote
Report this post
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, i just done that but it seems that the sufix are not working with the template

Many thanks
User avatar
Expert Boarder

Konrad M
Mon Aug 06, 2012 8:02 am
Reply with quote
Report this post
@danrcf can you give me url to your website. I would like to check it.
User avatar

GK User
Mon Aug 06, 2012 8:12 am
Reply with quote
Report this post
As requested Konrad

http://re7pc.pt/dev/creative/

Thank you
User avatar
Expert Boarder

Konrad M
Mon Aug 06, 2012 8:17 am
Reply with quote
Report this post
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.
User avatar

GK User
Mon Aug 06, 2012 12:40 pm
Reply with quote
Report this post
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.



Details sent.

Thank you
User avatar
Expert Boarder

Konrad M
Wed Aug 08, 2012 11:19 am
Reply with quote
Report this post
I didn't recieve any message from you. Please try send it again.
User avatar


cron