Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #480432

    Hello,
    I would like to insert a image (with a link) à the right of the search icon in the main menu.
    In wich file can i do that ?
    Thank you.
    Eric

    #480434

    Hi kaboume!

    Everything is possible, but that would need a lot of work to be done.

    You can contact one of our Customization Contractors, who will help you out with the process.
    http://kriesi.at/contact/customization

    Let us know if we could do anything else, regarding our theme

    Regards,
    Basilis

    #480439

    Thank you but i don’t want to spend money for this task.
    Regards

    #480476

    Hey!

    Can you please post the link to your website and a screenshot and show the changes you would like to make?
    Also, please see – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    Regards,
    Yigit

    #480974

    Hello,
    Thank you for your reply.
    I have uploaded the screenshot here : http://www.duplex-bagneux.ovh/college.jpg
    Regards.
    Eric.

    #481014

    Hi!

    Please add a widget area to your header – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ and then add your button inside your widget area and apply the custom CSS code provided in the link and adjust the values. If you need help, please post the link to your website.

    Best regards,
    Yigit

    #481563

    Hello,
    Thank you very much.
    I’m going to try and tell you if it works.
    Eric.

    #481985

    Hey Eric,

    Did you have any luck adding the widget? Let us know if you should need any help styling it.

    Cheers!
    Rikard

    #482012

    Hey,
    Thank you. The result is here : http://ericmery.net/college/
    The image is only shown whene the screen is large.
    Eric.

    #482646

    Hi,

    Yes, since you put it outside of the boxed layout, try the following CSS as well:

    @media only screen and (max-width: 990px) {
    #header .widget {
        right: -13px;
        top: -9px;
    }
    }

    You might need a media query for smaller screens as well, if so, add this as well and experiment with the values until you are happy with the look:

    @media only screen and (max-width: 767px) {
    #header .widget {
        right: -13px;
        top: -9px;
    }
    }

    Best regards,
    Rikard

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