badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Changing position of primary Menu in Header Container

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #42688
    chriswieser
    Participant

    Hi guys,

    i need some help to change the horizontal and vertical position of the primary menu in the header container.

    Is it possible to set a specific picture as background for the header container?

    thanks in advance and best regards

    Chris

    #42706

    Hi Chris,

    How would you like to have the primary menu in the header.

    And to add the backgroud Image for the header container just go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    .hgroup-wrap {
        background-image: url("ADD-YOUR-IMAGE-LINK-HERE");
    }

    Note: Please replace your image link in above ADD-YOUR-IMAGE-LINK-HERE text

    Thank you!

    #42711
    chriswieser
    Participant

    Hi,

    thanks for your quick response and the background solution!

    I dont now yet what final position will do it, i need to adjust the menu with the background picture so i will have to play with some values if this is possible.

    I would like to vary the value of its horizontal and vertical position to adjust it for my picture.

    thanks a lot and best regards

    chris

    #42833

    Hi Chris,

    To adjust your image to cover the whole menu section with your picture please add below Custom CSS too.

    .hgroup-wrap {
        background-position: center center;
        background-size: cover;
    }

    Thank you!

    #42878
    chriswieser
    Participant

    Hi,

    apparently setting my pciture as header background didn’t work.
    Any other suggestions?
    (WordPress keeps putting slashes into the quote-marks of the url section of the code)

    Anyways thanks for your triple A support!

    best regards

    Chris

    #42964

    Hi Chris,

    Please add the above custom CSS and provide us the site URL so that we can see the exact issue. And what slashes into the quote-marks of the URL section you are talking about? Could you please clarify it once again?

    Thank you!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.