Viewing 4 replies - 1 through 4 (of 4 total)
  • Option #2 can easily be achieved without any customization, if you use this version (has a header image field in Theme Options > Header).

    I’m looking to re-build the background image and header image option with default WordPress functionality, so that it can be added to the www.ads-software.com release, but I’ve not yet had time to do so.

    Or, to get rid of that 10px padding above and below the banner, you could just add:

    .site-title { padding: 0; }

    However, the image will not work so well responsively I think.

    Thread Starter bmkrein

    (@bmkrein)

    Thank you, Alexander

    It works, with adding this CSS code to #header description.

    It has truely some issues with responsivity when zooming in. (Header image stays with proportion with columns in zooming out, but not at zooming in).

    Now to make it as my version #2.

    How to avoid caps in left and right side of header, to make it same wide as 3 colums?

    What size should be header image, to make it even with 3 colums, when Website Max-width in settings is default 1380 px and Header Logo Image Max-height is 200 px.

    Thankfully,

    Rein

    P.S.
    Wordpress is 3.7.1, Hueman versioon is 1.9.9

    I ran into a similar problem. I solved it by adding this into the beginning of stylesheet.css:

    #header { padding: 0 !important; }
    .container-inner { padding: 0 !important; }
    .container { padding: 0 !important; }
    .group pad { padding: 0 !important; }
    #header .pad { padding: 0 !important; }
    .site-title { padding: 0px 0px 60px 0px !important; }

    It gets rid of all the padding and spaces on the sides. This works with my specific image, which is 1380×200. Customize it to your own liking.

    P.S. Ma olen ka eestlane.

    Thread Starter bmkrein

    (@bmkrein)

    Thank you Alex and s25986241

    Your code helped to find solution.

    For me works this

    #header .pad { padding-top: 0; padding-bottom: 0; padding-left: 0;}
    .site-title { padding: 0; }

    PS. R??m kuulda, ?it?h vastuse eest.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Header image from topbar to topmenu’ is closed to new replies.