Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • Aratype Friend
    #186640

    In my site, http://www.alamna.net, I have introduced few articles and I noticed that they are on 2 colons only as in:

    http://www.alamna.net/index.php/83-resources/123/95-targamat

    Is it possible to let them show in the full page width?

    Thanking you in advance.

    Ara

    Ninja Lead Moderator
    #489532

    You can use this solution here

    Open templates/ja_mitius/css/themes/red/template.css file

    add new script

    .ja-sidebar.span4 {
    display: none;
    }

    #ja-content.span8 {
    width: 960px;
    }

    Aratype Friend
    #489937

    Thank you,

    It resolved the question and crated a new issue as I have the introductioray texts of DEV. NEWS section moved to the right side of images and not under them…

    http://www.alamna.net/

    It is possible to put again the introductioray texts under the images?

    Thanking you in advance.

    Ninja Lead Moderator
    #489988

    You can fix it this way

    Open templates/ja_mitius/css/template.css file

    add new script


    .sidesnews-content {
    float: left;
    width: 100%;
    display: block;
    }
    .ja-slidenews-item .ja-title {
    color: #222222
    float: left;
    width: 100%;
    }

    Aratype Friend
    #490057

    Thank you, I put it but still have the issue:

    The text should go under images as in the original template.

    Thanking you in advance.

    Ninja Lead Moderator
    #490173

    I have checked the link: http://www.alamna.net/ your site is using red theme.

    But you can try it again

    Open templates/ja_mitius/css/themes/red/template.css file

    add new script


    .sidesnews-content {
    float: left;
    width: 100%;
    display: block;
    }
    .ja-slidenews-item .ja-title {
    color: #222222
    float: left;
    width: 100%;
    }

    Let me know the result

    Aratype Friend
    #490188

    Thank you, actually this resolved partially the issue as you can see…

    Ninja Lead Moderator
    #490263

    You can go to Admin -> Module Manager -> JA SlideNews Module and change the setting of Image as screenshot


    1. JA_Slide_New
    Aratype Friend
    #490356

    Thank you, I applied it (http://www.alamna.net), however, images are not affected and not centered as texts now…

    Ninja Lead Moderator
    #490363

    The image will center with css style below

    Open templates/ja_mitius/css/themes/red/template.css file

    add new script


    .ja-slidenews-item img {
    border: medium none;
    display: list-item;
    margin: auto;
    }

    Aratype Friend
    #490561

    OK, thanks, I applied the code:

    [PHP].ja-slidenews-item img {
    border: medium none;
    display: list-item;
    margin: 48px;
    }[/PHP]

    However, I lost the image (Adv3) in the right side although it is activated 🙂

    Ninja Lead Moderator
    #490701

    Sure, because you used css style to disable it here, for this reason that Adv3 doesn’t show

Viewing 12 posts - 1 through 12 (of 12 total)

This topic contains 12 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum