Space underneath titles

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 Feb 13, 2014 10:08 am
Reply with quote
Report this post
[url]venfin.co.nz[/url]
How would I get rig of the spaces between and in the modules. I tired changes css but I am tired
https://zpqcjq.dm2303.livefilestore.com/y2m_0MiHVaqtgBvm34JMvIPWF5IRnMIicwDPNXNrKbpUoDu_1cE6bdP7Tqvz_5DkTSL8_wo6NQj7zM1rhVuv6ixoTNA-OoD86U8r-_l2UpO8_dIzpDQdC3zIAa_iEvTPYIt/download%20%283%29.png?psid=1

please help me.
User avatar
Senior Boarder

GK User
Thu Feb 13, 2014 11:04 am
Reply with quote
Report this post
Please edit: /templates/gk_musicstate/css/override.css and add at its end:
Code: Select all
#gkBottom2 h3 {margin-bottom: 0px; padding-bottom: 0px;}
#gkBottom2 div.content {margin-top: 0px;}

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

GK User
Fri Feb 14, 2014 1:12 am
Reply with quote
Report this post
Nothing changed! :( cleared cache.....
If you ask I can PM my ftp details.

Cheers,
Anirudh.

Cyberek wrote:Please edit: /templates/gk_musicstate/css/override.css and add at its end:
Code: Select all
#gkBottom2 h3 {margin-bottom: 0px; padding-bottom: 0px;}
#gkBottom2 div.content {margin-top: 0px;}

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

GK User
Fri Feb 14, 2014 9:58 am
Reply with quote
Report this post
Could You please post an url to your site?
User avatar
Moderator

GK User
Fri Feb 14, 2014 12:10 pm
Reply with quote
Report this post
venfin.co.nz
User avatar
Senior Boarder

GK User
Fri Feb 14, 2014 4:06 pm
Reply with quote
Report this post
You have an error in override.css - there is a missing closing "}" for first declaration:
Code: Select all
#gkBottomSection:before,
.frontpage #gkBottom3:after,
.frontpage #gkBottom3:before,
.frontpage #gkDarkBottom::after, .frontpage #gkDarkBottom::before {
   -webkit-transform: skewY(0deg);
   -moz-transform: skewY(0deg);
   -ms-transform: skewY(0deg);
   -o-transform: skewY(0deg);
   transform: skewY(0deg);
   
#gkBottom2 h3 {margin-bottom: 0px; padding-bottom: 0px;}
#gkBottom2 div.content {margin-top: 0px;}

should be:
Code: Select all
#gkBottomSection:before,
.frontpage #gkBottom3:after,
.frontpage #gkBottom3:before,
.frontpage #gkDarkBottom::after, .frontpage #gkDarkBottom::before {
   -webkit-transform: skewY(0deg);
   -moz-transform: skewY(0deg);
   -ms-transform: skewY(0deg);
   -o-transform: skewY(0deg);
   transform: skewY(0deg);
}   
#gkBottom2 h3 {margin-bottom: 0px; padding-bottom: 0px;}
#gkBottom2 div.content {margin-top: 0px;}
User avatar
Moderator

GK User
Mon Feb 17, 2014 9:25 am
Reply with quote
Report this post
I am such a fool

Anyway, How do I remove the space above all modules except Mainbody and Bottom 2

Venfin co nz
User avatar
Senior Boarder

GK User
Mon Feb 17, 2014 6:35 pm
Reply with quote
Report this post
Its hard to do it for "all modules" it would be easier if you could create a screenshots of the spaces you would like to remove. Then Ill be able to create overrides that targets those elements.
User avatar
Moderator

GK User
Tue Feb 18, 2014 6:38 am
Reply with quote
Report this post
Cyberek wrote:Its hard to do it for "all modules" it would be easier if you could create a screenshots of the spaces you would like to remove. Then Ill be able to create overrides that targets those elements.


There are two modules with too much space.
I hired few tricks even tired to divide .frontpage.dark-bottom .gkDarkBottom + #gkBottom1 but I am doing something work all the other modules are moving so I gave up

Space 1) https://www.dropbox.com/s/9bdqt5u4rytu3ff/11.png
Space 2)https://www.dropbox.com/s/cite390779hvxq2/22.png
its all yours now..

website venfin.co.nz

cheers
Anirudh.
User avatar
Senior Boarder

GK User
Tue Feb 18, 2014 4:48 pm
Reply with quote
Report this post
Forgot about it... got pissed off already
User avatar
Senior Boarder


cron