Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • arthurjohnston Friend
    #184658

    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,

    arthurjohnston Friend
    #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)


    1. user-13-and-14
    Ninja Lead Moderator
    #482509

    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.

    arthurjohnston Friend
    #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 Moderator
    #482896

    You 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 Friend
    #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,


    1. user-13-and-14
    Ninja Lead Moderator
    #483514

    You 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%;
    }

Viewing 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