Hello,
Can I get your existing website URL?
Madvin
Thread Starter
Jetra
(@jetra)
Appreciate the reply. I am running the theme in WAMP on the hard drive of my computer. I like to test ideas first on a hard drive before I commit to the web. So, sorry, don’t have a URL.
I tried setting the logo as “centered” – that seems to allow for a full size header. Then I still wish there was a simple control for the horizontal main menu to be centered rather than just right or left.
Here are some parameters I adjust for my header in the style.css file
The menu is align left in the global parameters
/* Background picture for header */
header.tc-header {
background: url('http://.../header.png') no-repeat center top ;
border-style : hidden none;
}
/* Background picture for sticky header */
.sticky-enabled .tc-header {
background: url('http://.../sticky.png') no-repeat center top ;
border-style : hidden none;
}
/* Position of the menu */
.navbar.resp {
position: relative;
left: 10%;
width: 90%;
}
-
This reply was modified 5 years, 11 months ago by
Tandhruil.
Thread Starter
Jetra
(@jetra)
Thank you Tandruil. This is very helpful.
I hope in time the developers of customizr will build a bit of this style.css customizing for the header into the main controls for the theme.