How to reduce the spaces between modules in Music State

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Wed Sep 17, 2014 5:12 am
Hi Guys,

How can I reduce the modules spaces in Music State.

The Title " FEATUTED ARTIST" is having a very big space in between after the "FEATURED EVENTS" listings.

http://misslistings.com/

Could you please help me?


Thanks.
User avatar
Junior Boarder

GK User
Wed Sep 17, 2014 8:59 am
Hi,
try this:
Code: Select all
.frontpage.dark-bottom .gkDarkBottom + #gkBottom1 {
    margin-top: -270px; }


or even less -300px, -330px , as you wish
User avatar
Platinum Boarder

GK User
Wed Sep 17, 2014 1:22 pm
I tried that code but it does not have any effects
User avatar
Junior Boarder

GK User
Wed Sep 17, 2014 1:34 pm
try to add !important at the end.
User avatar
Platinum Boarder

GK User
Thu Sep 18, 2014 5:35 am
I added the !important code but of no success, there are still a lot of white background spacing in between mdules
User avatar
Junior Boarder

GK User
Thu Sep 18, 2014 11:20 am
so maybe we talk about different modules, hmm?
Because first time when you used my code you reduced space, try again. check new code on screenshot.
User avatar
Platinum Boarder

GK User
Thu Sep 18, 2014 12:08 pm
How to attached images on you website like you did here so I can elaborate more clearly. I have dropbox account I will used that to attached image link. Tnx
User avatar
Junior Boarder

GK User
Thu Sep 18, 2014 12:25 pm
use attachments
User avatar
Platinum Boarder

GK User
Mon Sep 22, 2014 4:37 pm
Hi Oscar,

Please see screenshot attached.

thanks
User avatar
Junior Boarder

GK User
Mon Sep 29, 2014 11:00 am
Sorry for delay,
two solutions:
Code: Select all
.frontpage.dark-bottom #gkPageContent { padding: 0 0 460px; }

OR LARGE SPACE REDUCTION
Code: Select all
.frontpage #gkDarkBottom:after, .frontpage #gkDarkBottom:before {  transform: skewY(8deg); }
.frontpage.dark-bottom #gkPageContent {padding: 0 0 420px;}
User avatar
Platinum Boarder


cron