Reply To: Styling questions

Home Forums Support Styling questions Reply To: Styling questions

Home Forums Support Styling questions Reply To: Styling questions

#73687
Tom
Lead Developer
Lead Developer

Hi there,

1. This CSS will work:

.widget-area .main-navigation li {
      text-align: center;
}

2.

.main-navigation .main-nav ul .current-menu-item > a, .main-navigation .main-nav ul .current-menu-parent > a, .main-navigation .main-nav ul .current-menu-ancestor > a, .main-navigation .main-nav ul .current_page_item > a, .main-navigation .main-nav ul .current_page_parent > a, .main-navigation .main-nav ul .current_page_ancestor > a {
      font-weight: bold;
      font-size: 18px;
}

3.

.main-title {
      margin-bottom: 20px;
}

4.

.main-title {
      margin-top: 30px;
}

You may have to adjust some of the pixels to suit your needs 🙂