Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • amir00251 Friend
    #170876

    I have a module attached file. It is one of spotlight module types in left.

    Its width has been hardcoded 33.3%. I have tryied to adjust these three modules in custom width without changing the jat3 css codes.

    I have been successful to do this for two modules center and right (by defining a absolute position and left in template.css).

    The left module will show in right width and positon if I do again define a absolute position but it looses its background. The only way is to change the 33.3% eigher in core jat3 css file or by adding something to overwrite that.

    I have attached firebug information for that element, I have change the width=65% and it works perfect (originlally 33.3%).

    I want to know looking at thoses classes what should I add to my template.css file to make the width=65% perminently.
    thanks.


    1. Untitled1
    2. Untitled232142
    amir00251 Friend
    #425495

    Okay, I solved this problem. I think the solution is the best to change wdith of user1, user2, user3, … spotlight modules.

    In my case I just added below to template.css this just makes sure when I am upgrading jat3, it dont get module width changed.

    .wrap .main .main-inner1 .ja-box-left {
    width: 62% !important;
    }

    .wrap .main .main-inner1 .ja-box-center {
    width: 21.3% !important;
    }

    .wrap .main .main-inner1 .ja-box-right {
    width: 17% !important;
    }

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

This topic contains 2 replies, has 1 voice, and was last updated by  amir00251 13 years ago.

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