Dual Theme Q-translate widget

Home Forums All Other Themes Dual Theme Q-translate widget

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #86377
    AndreiAndrei
    Member
    • Topics: 1
    • Replies: 6
    • Total: 7
    Member since: January 26, 2017

    Hi,

    I have placed the selector languages widget (Q-translate) in the
    header right topbar . I would like the icons to be on a single line,
    horizontaly, but they are now displayed verticaly,without list
    dots and ani specify of active language flag. 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 !

    #86448
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly show us your website URL so that we can assist further.

    Regards,
    Dave

    #86479
    AndreiAndrei
    Member
    • Topics: 1
    • Replies: 6
    • Total: 7
    Member since: January 26, 2017

    www.baltiachemi.ee

    #86490
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize>>Basic >> Scroll down to find Custom CSS and paste there:

    #qtranslate-2-chooser li { float:left; padding:3px 8px !important; list-style:none;}

    Regards,
    Dave

    #86492
    AndreiAndrei
    Member
    • Topics: 1
    • Replies: 6
    • Total: 7
    Member since: January 26, 2017

    Thanks, and can I have no marking of active language?

    #86493
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize>>Basic >> Scroll down to find Custom CSS and paste there:

    li.active a { padding:0; background-color:transparent !important;}

    Regards,
    Dave

    #86496
    AndreiAndrei
    Member
    • Topics: 1
    • Replies: 6
    • Total: 7
    Member since: January 26, 2017

    Thanks, working perfectly.

    #86497
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi Andrei,

    If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/11/

    Regards,
    Dave

    #86549
    AndreiAndrei
    Member
    • Topics: 1
    • Replies: 6
    • Total: 7
    Member since: January 26, 2017

    1 more small fix need
    On the main page I have contact form and SEND button on it.
    In English and Estonian submit button looks nice, but in Russian word SEND have too many letters and looks not centered, can this be fixed?

    #86576
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize>>Basic >> Scroll down to find Custom CSS and paste there:

    .wpcf7-submit { width:auto !important;}

    Regards,
    Dave

    #86586
    AndreiAndrei
    Member
    • Topics: 1
    • Replies: 6
    • Total: 7
    Member since: January 26, 2017

    works. tnx

    #86588
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    🙂

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.