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

Eliminate Space between Menu and Header Image

Home / Forums / Virtue Theme / Eliminate Space between Menu and Header Image

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
March 12, 2019 at 9:34 pm

How do I get rid of the space between the menu and the header image?

This is what I have in custom CSS.
.footercredits {
text-align: center;
padding-top: 0px;
padding-bottom: 0px;
}

.footercredits p {
font-size: 12px;
color: #000;
border: 1px solid #000;
padding: 5px 10px;
display:inline-block;
}

.home [class*=wp-image] {
padding: 0;
width: 100%;
}

.virtue_image_widget_caption {
font-size: 16px;
color: #000;
margin-top: 5px;
}

Thanks.

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