Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

have you any hint to solve this little issue with flags?

Home / Forums / Virtue Theme / have you any hint to solve this little issue with flags?

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
February 23, 2015 at 3:09 am

Hello Ben,

I’m not sure if it is a css problem because using the inspector of chrome this time I cannot fix the little issue of the flags being in vertical instead of horizontally and without bullet. In the plugin widget they are listed in horizontally at least is what I understood. as you can see from below rules
.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; }

Please, check by yourself at http://www.wocmultimedia.biz
thanks
Angelo

  • The forum ‘Virtue Theme’ is closed to new topics and replies.