This topic has 2 replies, 2 voices, and was last updated 9 years, 11 months ago ago by Eva Kemp
Hi,
Thanks for the last support.
Guys i have a little problem, i have been looking through the code for removing the following::
The blog description in the header http://prntscr.com/5fk067, i want it removed completely. I have tried searching for <div class=”tbs blog-description”><span></span></div> without any luck.
My second problem, i want the logo width to be 700, here is the CSS i have added to the custom CSS file:
.header-logo {
float: none;
display: table-cell;
vertical-align: middle;
max-width: 700px;
padding-right: 20px;
position: relative;
}
But it didn’t help, i have sent a screenshot in private of how it looks.
NB: Please have in mind, when i “hacked” the image size with firebug to 700px in width it covered the cart in the header, so maybe it should be align left where the blog description is now that i want removed.
Thanks a million in advance,
Wish you guys a nice day.
Hello,
Please add this code into custom.css file:
.tbs {
display: none;
}
.header-type-6 .header .header-logo img {
max-width: 700px !important;
margin-left: 140px !important;
}
Thank you.
Regards,
Eva Kemp.
The issue related to '‘Remove blog description on header and expand logo width’' has been successfully resolved, and the topic is now closed for further responses