Tagged: menu
-
AuthorPosts
-
July 29, 2015 at 9:57 pm #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.
EricJuly 29, 2015 at 10:06 pm #480434Hi 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/customizationLet us know if we could do anything else, regarding our theme
Regards,
BasilisJuly 29, 2015 at 10:11 pm #480439Thank you but i don’t want to spend money for this task.
RegardsJuly 30, 2015 at 12:37 am #480476Hey!
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,
YigitJuly 30, 2015 at 10:01 pm #480974Hello,
Thank you for your reply.
I have uploaded the screenshot here : http://www.duplex-bagneux.ovh/college.jpg
Regards.
Eric.July 31, 2015 at 1:02 am #481014Hi!
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,
YigitJuly 31, 2015 at 9:32 pm #481563Hello,
Thank you very much.
I’m going to try and tell you if it works.
Eric.August 3, 2015 at 10:31 am #481985Hey Eric,
Did you have any luck adding the widget? Let us know if you should need any help styling it.
Cheers!
RikardAugust 3, 2015 at 11:44 am #482012Hey,
Thank you. The result is here : http://ericmery.net/college/
The image is only shown whene the screen is large.
Eric.August 4, 2015 at 1:19 pm #482646Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.