Remove spaces between modules

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
Mon Apr 22, 2013 9:12 pm
Reply with quote
Report this post
Hi,
Can you help me to remove these spaces between modules, i've add
#gkBreadcrumb {margin-bottom:0;}
article header {margin-top:0}

to the override.css, but it's still not very nice
site [url]prostoboss.com[/url]
User avatar
Fresh Boarder

GK User
Tue Apr 23, 2013 2:09 am
Reply with quote
Report this post
Try following css code

Code: Select all
#gkContentWrap > section:first-child { padding-top: 0px!important;}


See you around...
User avatar
Platinum Boarder

GK User
Tue Apr 23, 2013 8:44 am
Reply with quote
Report this post
add this to override.css but with no effect

#gkContentWrap > section:first-child { padding-top: 0px!important;}
User avatar
Fresh Boarder

GK User
Tue Apr 23, 2013 8:49 am
Reply with quote
Report this post
sorry, a little differense is exist, but spaces remains
User avatar
Fresh Boarder

GK User
Tue Apr 23, 2013 8:53 am
Reply with quote
Report this post
I can see it has reduced the empty space. However you can replace it with following css which will reduce even more.

Code: Select all
#gkContentWrap > section:first-child {padding-top: 0 !important;margin-top: -60px;}
#gkMainbody {margin-top: -40px;}


See you around...
User avatar
Platinum Boarder

GK User
Tue Apr 23, 2013 8:58 am
Reply with quote
Report this post
thanks a lot)
User avatar
Fresh Boarder

GK User
Tue Apr 23, 2013 9:01 am
Reply with quote
Report this post
No problem at all, see you around...
User avatar
Platinum Boarder

GK User
Wed Apr 24, 2013 11:54 am
Reply with quote
Report this post
One more moment? how remove space between #mainbody and #mainbody bottom?
http://prostoboss.com/
User avatar
Fresh Boarder

GK User
Wed Apr 24, 2013 12:23 pm
Reply with quote
Report this post
Add following code.
Code: Select all
#gkMainbody + #gkMainbodyBottom {margin-top: -30px;}


See you around...
User avatar
Platinum Boarder

GK User
Wed Apr 24, 2013 2:30 pm
Reply with quote
Report this post
Thanks, another problem, when open that url http://prostoboss.com/index.php/directory main menu change it's position
User avatar
Fresh Boarder

GK User
Thu Apr 25, 2013 8:30 am
Reply with quote
Report this post
This is probably caused by the job component you are using. It probably has an open tag somewhere in its html which breaks template layout.


See you around...
User avatar
Platinum Boarder

GK User
Thu Apr 25, 2013 9:02 am
Reply with quote
Report this post
Is the any way to stick main menu for the current url?
User avatar
Fresh Boarder

GK User
Thu Apr 25, 2013 9:51 am
Reply with quote
Report this post
You can use following css code. But this will effect all of pages so see below and use Page suffix feature along to limit this css only for your broken layout menu item.

Css code.

Code: Select all
.menuposition #gkInset {position: absolute;top: 200px;left: 30px;}


Now we need to add page suffix " menuposition" to your chosen menu items.
For this example I will use "Home" menu item which has menu item id of "101". To see menu item ids go to your main menu and follow menu item, at the end of each menu item it has "menu item id".

1. Now go to template settings > Features > Find "Suffixes for pages".
2. Enter item id in "ItemID/Option:". In this example I will enter "101" without quotes.
3. Enter suffix which is " menuposition" without quotes and an empty space in front. Click on add rule.
4. Now you will see extra line underneath, in my example i have "ItemID 101 menuposition"
5. Save and close template settings.

Now when ever you go to your menu item which you chose above joomla will add .menuposition page suffix which then will use its own css which we have added right at the top of this topic.

See you around...
User avatar
Platinum Boarder

GK User
Wed May 22, 2013 7:44 am
Reply with quote
Report this post
Thanks fo reply, it works fine. Now when I move cursor over the custom menu it's expands over it's borders, how to fix this?
User avatar
Fresh Boarder

GK User
Wed May 22, 2013 11:37 am
Reply with quote
Report this post
I have checked your site with Firefox and Chrome and cannot see this issue. If you still need help let me know which page and which browser you are checking with.

See you around...
User avatar
Platinum Boarder

GK User
Wed May 22, 2013 9:44 pm
Reply with quote
Report this post
This can be seen under IE8, not a big problem. A more serious thing is how user menu looks like for links like http://prostoboss.com/directory/....
For example http://prostoboss.com/directory/korpora ... sfera_l776. A good advice was to create a menu item for such links and override the menu position for it as you wrote above. But the problem is that these links are script generated and for each item it unique. Is any way to create override menu position for all links like /directory/.... ?
User avatar
Fresh Boarder

GK User
Thu May 23, 2013 10:07 am
Reply with quote
Report this post
Can you please repost your links as currently they are broken, so I can check again and understand the issue properly.

See you around...
User avatar
Platinum Boarder

GK User
Thu May 23, 2013 11:30 am
Reply with quote
Report this post
For example http://www.prostoboss.com/directory/emp ... ction_c11/ A screenshot was made from chrome
User avatar
Fresh Boarder

GK User
Fri May 24, 2013 3:24 am
Reply with quote
Report this post
Use following css pls.

Code: Select all
.menuposition .nav {width: 300px;padding-left: 40px;}


See you around...
User avatar
Platinum Boarder

GK User
Fri May 24, 2013 7:27 am
Reply with quote
Report this post
Thanks a lot!!! All works fine)
User avatar
Fresh Boarder

GK User
Fri May 24, 2013 9:24 am
Reply with quote
Report this post
No problem at all, see you around...
User avatar
Platinum Boarder

GK User
Fri Jan 31, 2014 4:25 pm
Reply with quote
Report this post
Hi Norman,
I also have several gaps between modules (URL:kawowo.com)
Based on this thread, it looks like there are several solutions for different module positions. Could you be having one solution for most of the gaps. I specifically have lots of gaps in the sidebar and in the main body area.

Kind Regards
User avatar
Junior Boarder

GK User
Mon Feb 10, 2014 4:12 am
Reply with quote
Report this post
Hi owinojoe,

If you still need help with this please post a screenshot of which gaps you are referring to and I ll check it out.

See you around...
User avatar
Platinum Boarder

GK User
Mon Feb 10, 2014 3:56 pm
Reply with quote
Report this post
Hi NormanUK,
Thanks i managed to bridge the gaps based on your earlier posts.

Thanks and Regards
User avatar
Junior Boarder

GK User
Tue Mar 01, 2016 5:46 pm
Reply with quote
Report this post
I need space between this menu....http://originsofbalance.com/
User avatar
Fresh Boarder

teitbite
Thu Mar 03, 2016 9:14 am
Reply with quote
Report this post
Hi

Can You please be a little more specific ? I'm afraid I do not understand what You have in mind.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.