Mainbody_bottom position not in stack
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Thu Oct 24, 2013 11:15 am
- Reply with quote
- Report this post
Hello.
I need to publish 2 modules( in this case, both NSP 4) that first module has 3 columns (one row) and second module has 1 column (1 row). I need to publish in mainbody_bottom position in same row, not in stack. First module with 75% and second module with 25% to complete 100% of row space. Final effect I need is show 4 columns with same widht on same row.
How can I do that?
Thank in advance,
David N.
I need to publish 2 modules( in this case, both NSP 4) that first module has 3 columns (one row) and second module has 1 column (1 row). I need to publish in mainbody_bottom position in same row, not in stack. First module with 75% and second module with 25% to complete 100% of row space. Final effect I need is show 4 columns with same widht on same row.
How can I do that?
Thank in advance,
David N.
-
- Expert Boarder
- GK User
- Thu Oct 24, 2013 2:31 pm
- Reply with quote
- Report this post
Could You please post an url to your site and publish both modules so I can prepare custom css for You?
-
- Moderator
- GK User
- Thu Oct 24, 2013 2:52 pm
- Reply with quote
- Report this post
Please edit: /templates/gk_magazine/css/override.css and add at its end:
Remember to enable "CSS override" in template settings - advanced section.
- Code: Select all
#gkMainbodyBottom {overflow: hidden;}
#gkMainbodyBottom > div.box {width: 25%; float: left;}
#gkMainbodyBottom > div.box.nomargin {width: 75%;}
Remember to enable "CSS override" in template settings - advanced section.
-
- Moderator
- GK User
- Thu Oct 24, 2013 3:12 pm
- Reply with quote
- Report this post
Just I need it, fast and simple solution.
Thanks,
David N.
Thanks,
David N.
-
- Expert Boarder
- GK User
- Thu Oct 31, 2013 8:21 am
- Reply with quote
- Report this post
danabeo wrote:Just I need it, fast and simple solution.
Thanks,
David N.
Hello,
I need same for #gkBannerTop, I need to put search box on top right of page. I copy you solution changing to gkBannerTop but doesn't work. Can you help me?
Thanks,
-
- Expert Boarder
- GK User
- Thu Oct 31, 2013 4:02 pm
- Reply with quote
- Report this post
Right now there is only one module published inside. Could You post also searchbox so I can prepare working css?
-
- Moderator
- GK User
- Fri Nov 01, 2013 8:50 am
- Reply with quote
- Report this post
Hello Cyberek,
Modules now are published. First module with text "ASOCIACION..." and search box are modules are to be in same row.
Thanks a lot for your help.
David N.
Modules now are published. First module with text "ASOCIACION..." and search box are modules are to be in same row.
Thanks a lot for your help.
David N.
-
- Expert Boarder
- GK User
- Sun Nov 03, 2013 1:30 pm
- Reply with quote
- Report this post
Its far more complicated to do it in header as there is not enough place.
I have come with this solution:
I have come with this solution:
- Code: Select all
#gkLogo {display: block; width: 300px; height: 49px;}
#gkMenuCedom {float: left;}
#gkMenuCedom div.custom {float: left; margin-top: 12px;}
#gkMenuCedom form {float: right; width: 220px; margin: 20px 0 0 10px}
-
- Moderator
- GK User
- Sun Nov 03, 2013 3:57 pm
- Reply with quote
- Report this post
Hello,
just is I was looking for.
Thanks a lot again,
David.
just is I was looking for.
Thanks a lot again,
David.
-
- Expert Boarder
10 posts
• Page 1 of 1