Split bannertop position in two modules position.

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
Sat Mar 02, 2013 11:04 am
Reply with quote
Report this post
Hi
I want to split the bannertop position in two modules position in row. I tried the solution here, https://www.gavick.com/forums/corporate ... 12290.html but not working in my case.
Thank you
User avatar
Fresh Boarder

GK User
Sat Mar 02, 2013 11:59 am
Reply with quote
Report this post
Hi, easy way: add 2 modules inside one, using {loadposition abc} in "Custom HTML" module.

This is the same method like when you inserting module in article, read here:
http://docs.joomla.org/How_do_you_put_a ... article%3F
and here:
http://www.inmotionhosting.com/support/ ... in-article
User avatar
Platinum Boarder

GK User
Sat Mar 02, 2013 12:46 pm
Reply with quote
Report this post
Hi and thank you for the support.
The new html module looks like {loadposition newposition1} {loadposition newposition2}
I tried, but in this case the newposition2 appears bellow the newposition1. For my needs should be beside, with a distance 400px from one to the another.
Thank you
User avatar
Fresh Boarder

GK User
Sat Mar 02, 2013 1:43 pm
Reply with quote
Report this post
Hi, fixed!
<div style="width: 100%; display: block;">
<div style="width: 50%; float: left;">{loadposition newposition1}</div>
<div style="width: 50%; float: right;">{loadposition newposition2}</div>
</div>
Thank you
User avatar
Fresh Boarder


cron