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

how do i put text on topbar (left, centre, right)

Home / Forums / Virtue Theme / how do i put text on topbar (left, centre, right)

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
July 13, 2017 at 7:34 am

I’ve found this code (see below) to put text on the top bar. It works fine on the left side. But when I paste the code again and change the float to ‘centre’ and then ‘right’ it won’t up. I would like to put text in left, centre and right side of the top bar. Thank you.

.topbar_social ul:after {
content: “FREE UK DELIVERY ON ORDERS OVER £10.00”;
padding-left: 10px;
font-weight: 300;
line-height:30px;
font-size:14px;
color:black;
display:block;
float:left;
}

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