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

Align

This topic is: Resolved
[Resolved]
Posted in: Pinnacle Theme
September 9, 2015 at 4:35 am

Hello,

I would like to center the “related products” title block with the border here :

I have tried with this code, but the margin-top is blocked to -25px max :/

.related.products, .upsells.products {/*Global>container*/
border-top: 1px solid #000;
text-align: center;
}
.related.products>h3, .upsells.products>h3 {/*Title*/
color: #fff;
text-transform: uppercase;
font-size: 16px;
font-weight: 400;
margin-bottom: 15px;
background-color: #000;
display: inline-block;
line-height: 0px;
padding: 25px 10px;
margin-top: -25px;
}

Thanks for your help !

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