Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • teneo Friend
    #145647

    Hi All

    Very new to Joomlart , and have a quick question about the new Halite template.

    I use the “USER1” position to show a FOllow-us button bar (Facebook, Twitter ,etc logo’s).
    They are only 20px heigh , in a table 25 px heigh.

    However , my “user1” position remains a lot heigher.
    So how can I change the height for “USER1” position ?

    Thank you !

    EDIT : it might be easier to understand me when you can actually see it 🙂

    THis is my site under construction : http://cms.teneo.be

    John Wesley Brett Moderator
    #322213

    Hi Teneo,

    Sorry, but your URL does not work.
    No matter…here’s how you do it.

    Let me first warn you that changing the height to USER1 ONLY is not a good thing to do…if you are planning to use USER 2 or USER 3 in the future. So below I’ll show you how to change the height of USER1 by it self…and then change the height for all three positions (which may be preferable)

    To Change the Height of USER 1:
    Goto template.css – line 1292
    And add the following in RED…adjusting to the height you need.


    #ja-topsl .ja-box, #ja-botsl .ja-box {
    padding:0;
    height: 200px;
    }

    To change the height to USER 1, 2 AND 3 together….
    Goto template.css – line 984
    and ADD the following in RED…adjusting the height to your needs.


    .ja-box {
    padding-bottom:10px;
    padding-top:10px;
    height: 200px;
    }

    Have fun!
    John.

    teneo Friend
    #322222

    Hey John

    Sorry about the URL , it’s in my hostfile , forgot there’s no DNS :p

    Anyways , great , works like a charm ! And indeed I need to change both user 1 2 and 3 , but I assumed it to be abvious.

    Thanks again !

    teneo Friend
    #322246

    Hmm, after some reviewing , it’s actually not a good solution.
    Changing this height settings will also affect user 6/7/8/9 zones at the bottom of the page

    John Wesley Brett Moderator
    #322258

    That is correct.

    All have the class “ja_box” that is why I cautioned at the beginning to be sure you want to do this before doing anything…as one change effects others. 🙂

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

This topic contains 5 replies, has 2 voices, and was last updated by  John Wesley Brett 15 years ago.

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