Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #62330
    Florence
    Member

    Hi,

    I have placed the selector languages widget (Q-translate) in the header right sidebar. I would like the icons to be on a single line, horizontaly, but they are now displayed verticaly. Is there anything in the CSS I can change ??

    -> Here is the actual CSS :

    .qtranxs_widget ul { margin: 0; }
    .qtranxs_widget ul li
    {
    display: inline; /* horizontal list, use “list-item” or other appropriate value for vertical list */
    list-style-type: none; /* use “initial” or other to enable bullets */
    margin: 0 5px 0 0; /* adjust spacing between items */
    opacity: 0.5;
    -o-transition: 1s ease opacity;
    -moz-transition: 1s ease opacity;
    -webkit-transition: 1s ease opacity;
    transition: 1s ease opacity;
    }
    /* .qtranxs_widget ul li span { margin: 0 5px 0 0; } */ /* other way to control spacing */
    .qtranxs_widget ul li.active { opacity: 0.8; }
    .qtranxs_widget ul li:hover { opacity: 1; }
    .qtranxs_widget img { box-shadow: none; vertical-align: middle; }
    .qtranxs_flag { height:12px; width:18px; display:block; }
    .qtranxs_flag_and_text { padding-left:20px; }
    .qtranxs_flag span { display:none; }

    Thanks !

    #62403
    Sakin
    Keymaster

    @Florence: Please post in your site URL so that I check in and suggest your custom css.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘languages selector widget – Q translate – display horizontaly’ is closed to new replies.