-
AuthorPosts
-
arthurjohnston Friend
arthurjohnston
- Join date:
- November 2010
- Posts:
- 170
- Downloads:
- 152
- Uploads:
- 16
- Thanks:
- 58
- Thanked:
- 27 times in 2 posts
February 4, 2013 at 4:57 am #184658Using: Joomla 2.58; Puresite 1.0.5; T32.5.9.
My Custom HTML module will not fill (left and right) of user positions 13 & 14.
See attached.
Thank you,
arthurjohnston Friendarthurjohnston
- Join date:
- November 2010
- Posts:
- 170
- Downloads:
- 152
- Uploads:
- 16
- Thanks:
- 58
- Thanked:
- 27 times in 2 posts
February 4, 2013 at 1:16 pm #482366<em>@arthurjohnston 358529 wrote:</em><blockquote>Using: Joomla 2.58; Puresite 1.0.5; T32.5.9.
My Custom HTML module will not fill (left and right) of user positions 13 & 14.
See attached.
Thank you,</blockquote>
Adding the attachment. (again)
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 5, 2013 at 11:58 am #482509Because user13 & user14 are using type=”spotlight” on JAT3V2 config and they have been fixed it align center.
You can send me url on your site. I shall check it and help you solve it.
arthurjohnston Friendarthurjohnston
- Join date:
- November 2010
- Posts:
- 170
- Downloads:
- 152
- Uploads:
- 16
- Thanks:
- 58
- Thanked:
- 27 times in 2 posts
February 7, 2013 at 4:20 am #482758<em>@Ninja Lead 358826 wrote:</em><blockquote>Because user13 & user14 are using type=”spotlight” on JAT3V2 config and they have been fixed it align center.
You can send me url on your site. I shall check it and help you solve it.</blockquote>
I sent it via PM, but here is the url: seacrestcockers.com
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 8, 2013 at 5:09 pm #482896You can fix the problem on your site as follows :
<blockquote>Open templates/ja_puresite/css/template.css file</blockquote>
and add new script below
.ja-box.column.ja-box-left .ja-moduletable {
float: left;
}.ja-box.column.ja-box-right .ja-moduletable {
float: right;
}
arthurjohnston Friendarthurjohnston
- Join date:
- November 2010
- Posts:
- 170
- Downloads:
- 152
- Uploads:
- 16
- Thanks:
- 58
- Thanked:
- 27 times in 2 posts
February 9, 2013 at 9:45 pm #482977<em>@Ninja Lead 359348 wrote:</em><blockquote>You can fix the problem on your site as follows :
and add new script below
.ja-box.column.ja-box-left .ja-moduletable {
float: left;
}.ja-box.column.ja-box-right .ja-moduletable {
float: right;
}
</blockquote>The above code did manipulate the position of the images. Although, the images continue to be cropped. Is this the “spotlight” formatting that is causing the issue? (see attached)
Thank you,
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 15, 2013 at 5:39 am #483514You can try it again
Open templates/ja_puresite/css/template.css file
from
.ja-box.column.ja-box-left .ja-moduletable {
float: left;
}.ja-box.column.ja-box-right .ja-moduletable {
float: left;
}
change to
.ja-box.column.ja-box-left .ja-moduletable {
float: left;
width: 100%;
}.ja-box.column.ja-box-right .ja-moduletable {
float: left;
width: 100%;
}1 user says Thank You to Ninja Lead for this useful post
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 2 voices, and was last updated by Ninja Lead 11 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum