Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • icsmarketing Friend
    #194773

    Could you please provide assistance upon the issue below regarding Extra Field Check-boxes not aligning properly with the Extra-Field item.

    Please see image below:

    Thanks in Advance

    TomC Moderator
    #522731

    How are you wanting them to be aligned?

    icsmarketing Friend
    #522904

    Hi Tom,

    I would like to have them aligned horizontally.

    In reference to the photo, the first two check-boxes would be horizontally aligned with ‘Mining’ and ‘Passive Cooled’, and so on.

    The live page can be found at http://www.icsindustries.com.au/projects

    Inspecting the element I have found the check-boxes are placed above each of the search labels, but have little idea on how to correctly align them.

    HeR0 Friend
    #522916

    That problem is caused by your template style. Please modify the modules/mod_jak2filter/assets/css/style.css file to get it fixed:

    Replace (line 20)
    ul.ja-k2filter li input, ul.ja-k2filter li input {
    float: left;
    margin: 0 5px 0 0;
    }

    With:
    ul.ja-k2filter li input, ul.ja-k2filter li input {
    float: left;
    margin: 0 5px 0 0;
    width: 15px;
    }

    Hope this helps.

    icsmarketing Friend
    #522948

    Thank you very much. The extra property worked like a charm.

    Appreciate your help.

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

This topic contains 5 replies, has 3 voices, and was last updated by  icsmarketing 10 years, 3 months ago.

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