Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • skyshing Friend
    #130181

    As soon as I applied the Class Suffix “-hilite” to the poll module, the layout seems to crumble, text are centralized etc when compare with the original one of the left – See attached image.

    Should I create new styling just for the poll module, if so, please advise with step-to-step instructions. Any help would be most appreciated.


    1. poll_mod_layout
    Sherlock Friend
    #256562

    Hi kongcept !
    Please send url of your site.

    skyshing Friend
    #256645

    I have sorted it out now thanks.

    anisjolly Friend
    #256649

    Hi Kongcept

    Can you please share with us how you fixed the problem,just in case someone else has the same problem, your fix will help them in return.

    Anis

    Sherlock Friend
    #256657

    Yes kongcept !
    Please explain detail how to solved the problem , i think that it will help many people.

    kalinski Friend
    #256662

    <em>@anisjolly 62716 wrote:</em><blockquote>Can you please share with us how you fixed the problem …</blockquote>

    Yes please, and also mark the thread as solved. 🙂

    skyshing Friend
    #256687

    Ok since it is helpful as most of you said, here it is:
    By Adding -hilite to some of the template.css codes in 3 locations as follows:

    Firstly, CHANGE

    table.poll {

    padding: 0;
    width: 100%;
    border-collapse: collapse;

    }

    TO

    table.poll, table.poll-hilite {

    padding: 0;
    width: 100%;
    border-collapse: collapse;

    }

    Secondly, CHANGE

    table.pollstableborder {

    padding: 0;
    width: 100%;
    border: none;
    text-align: left;
    }

    TO

    table.pollstableborder, table.pollstableborder-hilite {

    padding: 0;
    width: 100%;
    border: none;
    text-align: left;
    }

    Thirdly, CHANGE

    table.pollstableborder td {

    padding: 4px!important;
    border-collapse: collapse;
    border-spacing: 0;

    }

    TO

    table.pollstableborder td, table.pollstableborder-hilite td {

    padding: 4px!important;
    border-collapse: collapse;
    border-spacing: 0;

    }

    I hope it works for all of you, enjoy!

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

This topic contains 7 replies, has 4 voices, and was last updated by  skyshing 16 years, 2 months ago.

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