How to edit header logo placement place and adjust height of header?

Posted in: Newspaper
Post count: 96

How to adjust header height, there is no option in theme panel to adjust the height of header logo placement to remove extra space, and also how can I adjust LEFT margin. I want to show my logo in the right end of the main menu. Look this screenshot for more understanding and help me to achieve this.
https://cyberthana.com/wp-content/uploads/2018/05/2018-05-19_15-21-29.png
My website link is https://cyberthana.com
In this screenshot, the first image is my current style and the second image is what I want to achieve.
Thank you

Post count: 22421

Hello,

You can use this custom css in the theme panel to make the modifications you mention:

.td-header-style-1 .td-header-sp-recs, .td-header-style-1 .td-header-sp-logo {
margin-bottom: 0px!important;
}
.td-header-style-1 .td-header-sp-logo{
margin:0!important;
}
.td-header-sp-logo img{
margin:0
}

It could need a bit of adjusting for responsiveness on other devices though

Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.