Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #126262
    fleaUX
    Participant

    Hey,

    I would like to change the Header image position to under the header menu.
    How do I do that in css?
    Also where in the code is the difference between the header menu before scrolling (invis) and the header menu after scrolling (solid background)?

    Edit: ah i forgot, my site is fleaux.de

    Thanks in advance,

    fleaUX

    #126266
    tikaram
    Keymaster

    @fleaux : Go to Appearance => Customize => Additional css and add the following css.

    #header-featured-image {
    	margin-top:5%;
    }

    Is there anything that you would like to do with the header menu before and after scrolling ?
    Let me know if you need any further assistance.

    Regards,
    Tikaram

    #126275
    fleaUX
    Participant

    thank you!
    I dont know yet, just want to know where in the code it is.
    Also I would like to know how I can center the font (+ search icon) on the header menu, since i changed the size of it.

    Regards,
    fleaUX

    #126417
    tikaram
    Keymaster

    @fleaux : You can either align it to left or right but you cannot bring it to middle. Let me know if you have any further issues.

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change Position of Header Image’ is closed to new replies.