Hi,
So you want just the menu to be hidden, but the rest of the top bar should be visible? you could build or import a cloud header template and remove/not use a menu element
– https://cloud.tagdiv.com/#/load/Headers
Or you could use CSS to remove it, something like this should work
.td-header-wrap .td-header-menu-wrap {
display: none;
}
If it doesn’t work, please post a link to the website and I will modify it accordingly. Or specify what header style you use. Let me know.
Thanks
The rows in the header can be stretched, just like any rows. You can stretch the row with these options – http://prntscr.com/np8xu2
So you can stretch just the row itself while the content width remains the same, or you can stretch the row and the content.
I’m using stretch row and content now and my picture’s a bit wider now, but it still doesnt fit the entire width. If I check with the inspector, the a element with the class tdb-logo-a is still over the complete width, the content h1 div and img are limited in width. How do I fix this?
The logo element has a width setting – https://www.screencast.com/t/JFp1OgvL maybe you could use that.
If that doesn’t help, some screenshots with the header would be helpful, so I can see what is happening.