• Use own header banner and change the size of the space around the banner. Center the main menu. These are what I want to do, easily. Theme developers could make header a wigitized area. This limitation keeps me from adopting the theme and buying pro. Otherwise this is a truly great theme. If this header customization can be done easily and I am missing the controls – let me know. Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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('https://.../header.png') no-repeat center top ;
    	border-style : hidden none;
    }
    
    /* Background picture for sticky header */
    .sticky-enabled .tc-header {
            background:     url('https://.../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 8 years, 1 month 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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Header Customization – limited’ is closed to new replies.