Adding space above product logo in woo

Hello. Any ideas why I have the logo not showing except when I resize the browser?

I added this but it has no effect.
I have added this css to the custom css:

.woocommerce .button {

background-color: goldenrod;
color: white;
border-color: black;
width: 100%;
margin-bottom:10px;
margin-top:10px;

border: none;

}
.woocommerce .button:hover {
background-color: black;
color: yellow;
}

a.added_to_cart.wc-forward {

position: absolute; 
display: block; 
bottom: 0px;

}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
min-height: 105px !important;
margin-bottom:10px;
}

a.button.add_to_cart_button,
a.button.product_type_simple {
bottom: 100px;
position: absolute;
top: 10px
}

.woocommerce .cart.shop_table .product-thumbnail img, .woocommerce-page .cart.shop_table .product-thumbnail img {
width: 100%;
margin-bottom:10px;
margin-top:30px;
}
td.product-thumbnail {
max-width: 130px;
}
.product-addon p {
margin-bottom: 0;

margin-top:10px; 

}

.woocommerce .wc-proceed-to-checkout {
text-align: right;
}

#top .woocommerce-cart .actions .wc-proceed-to-checkout {
float: right;
}

#top .woocommerce-cart .actions .button[name=“update_cart”] {
float: none;
}

.woocommerce-page .sections_group {
margin-top: 100px;
}

.woocommerce .sections_group,
.woocommerce-page.woocommerce-account .sections_group {
margin-top: 66px;
}

.single-product .tm-totals-form-main {
float: left;
width: 50%;
min-height: 250px;
margin-top:100px;
}

Thank you.
–el

Hi el,

Thank you for reaching out to us. To fix the issue please find and remove the following code:

.masthead {
    position: absolute;
    width: 100%;
}

Try finding it in the Theme Options > CSS. Let us know how this goes!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.