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

Move the underline under sidebar title to the left

Home / Forums / Pinnacle Theme / Move the underline under sidebar title to the left

This topic is: Resolved
[Resolved]
Posted in: Pinnacle Theme
July 27, 2015 at 11:18 am

Hi, I am using Pinnacle Premium with a child theme.
I created a menu to be dislayed in a custom sidebar on a specific page.
Through css, I moved the sidebar to the left, changed the font styles and made its background transparent.

@media
(min-width: 992px) {
body.page-id-24 .main.col-lg-9 {float:right;}
}
.page-id-24 .sidebar .widget-title {
text-align: left;
font-size: 25px;
font-family: Courgette;
font-style: italic;
}
.page-id-24 .sidebar {
font-size: 20px;
line-height:20px;
font-family: Courgette;
font-style: italic;
}
.product-categories li a, .widget_archive li a, .widget_categories li a, .widget_nav_menu li a, .widget_pages li a, .widget_recent_entries li a {
background: transparent;
}

The result is fine except the title underline is centered, it has not followed the sidebar bar title to the left, it remains centered. How can I make this underline to be moved to the left? I will send you the link via a private message.
Thanks!

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