-
AuthorPosts
-
user11224767 Friend
user11224767
- Join date:
- October 2008
- Posts:
- 57
- Downloads:
- 45
- Uploads:
- 5
- Thanks:
- 2
- Thanked:
- 3 times in 1 posts
July 25, 2012 at 10:30 am #179391I have a problem!
I have modified the index.php to put the right moduls right to the slideshow.
Now i have a space (red marked in the picture) beetween the slideshow and the content.
Where can i delete this space?Tnaks for your help
regards
Jörg
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
July 25, 2012 at 12:56 pm #462181I hope you can appreciate our trouble in helping you without seeing your site.
If you still require our help, please provide further information.Thank you,
John.user11224767 Frienduser11224767
- Join date:
- October 2008
- Posts:
- 57
- Downloads:
- 45
- Uploads:
- 5
- Thanks:
- 2
- Thanked:
- 3 times in 1 posts
July 25, 2012 at 1:06 pm #462184Sorry, i forgot!
You can see the site under
http://www.berlinger-baumarkt.at/test/Thanks!
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
July 25, 2012 at 1:25 pm #462186You’ve got a
<div>
<div></div>
</div> problem.
Your right modules are INSIDE the Slideshow DIV instead of being equal to it.
http://screencast.com/t/fyGFy4ar0Tdx
So the nothing will occupy the area under the slideshow because the right modules are stretching the height out.
http://screencast.com/t/D4MmlMESJohn.
user11224767 Frienduser11224767
- Join date:
- October 2008
- Posts:
- 57
- Downloads:
- 45
- Uploads:
- 5
- Thanks:
- 2
- Thanked:
- 3 times in 1 posts
July 25, 2012 at 3:26 pm #462201Can you post the correct code.
i am not an experte so it will help me what to do!
thank you very much!
Jörguser11224767 Frienduser11224767
- Join date:
- October 2008
- Posts:
- 57
- Downloads:
- 45
- Uploads:
- 5
- Thanks:
- 2
- Thanked:
- 3 times in 1 posts
July 27, 2012 at 6:07 am #462370Please post the corect code.
i am not a <div>-expert!
Thanksuser11224767 Frienduser11224767
- Join date:
- October 2008
- Posts:
- 57
- Downloads:
- 45
- Uploads:
- 5
- Thanks:
- 2
- Thanked:
- 3 times in 1 posts
July 30, 2012 at 1:32 pm #462600For all who have the same problem, here ist the code of the modified index.php:
<!– CONTENT –>
<div id=”ja-content”>
<div class=”main clearfix”>
<jdoc:include type=”message” /><div id=”ja-current-content” class=”clearfix”>
<?php if ($this->countModules(‘ja-slideshow’) ) { ?>
<!– TOP SPOTLIGHT –>
<div id=”ja-topsl” class=”wrap”>
<div class=”main”>
<div class=”inner clearfix”>
<div id=”ja-slideshow”>
<jdoc:include type=”modules” name=”ja-slideshow” style=”raw” />
</div>
</div>
</div>
</div>
<!– //TOP SPOTLIGHT –>
<?php } ?>
<jdoc:include type=”component” />
</div>
<?php if ( $ja_right): ?>
<div id=”ja-col2″>
<jdoc:include type=”modules” name=”right” style=”jamodule” />
</div>
<?php endif; ?>
</div>
<!– //CONTENT –>AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 2 voices, and was last updated by user11224767 12 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Slideshow an right modul – space beetween slideshow and content
Viewing 7 posts - 1 through 7 (of 7 total)