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.
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.
-
- Junior Boarder
- GK User
- Wed Sep 17, 2014 8:59 am
Hi,
try this:
or even less -300px, -330px , as you wish
try this:
- Code: Select all
.frontpage.dark-bottom .gkDarkBottom + #gkBottom1 {
margin-top: -270px; }
or even less -300px, -330px , as you wish
-
- Platinum Boarder
- GK User
- Wed Sep 17, 2014 1:22 pm
I tried that code but it does not have any effects
-
- Junior Boarder
- GK User
- Wed Sep 17, 2014 1:34 pm
try to add !important at the end.
-
- 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
-
- 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.
Because first time when you used my code you reduced space, try again. check new code on screenshot.
-
- 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
-
- Junior Boarder
- GK User
- Thu Sep 18, 2014 12:25 pm
use attachments
-
- Platinum Boarder
- GK User
- Mon Sep 22, 2014 4:37 pm
Hi Oscar,
Please see screenshot attached.
thanks
Please see screenshot attached.
thanks
-
- Junior Boarder
- GK User
- Mon Sep 29, 2014 11:00 am
Sorry for delay,
two solutions:
OR LARGE SPACE REDUCTION
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;}
-
- Platinum Boarder
10 posts
• Page 1 of 1