HTML:
<div class="label-header"> <div class="site-navig"style="text-align: center;font-size: 18px; font-weight: bold;text-transform: uppercase;"> <?php echo the_title() ?> </div> </div>
Description:
.label-header{
width: 681px;
height: 35px;
background-color: #6a6a6a;
color: white !important;
position: fixed;
padding-top: 85px;
text-transform: uppercase;
line-height: 33px;
}
How it looks:
![]()