Hi,
i added a header widget,
1.) which i would like to make bigger to the left.
2.) And i would like to have my logo, the header widget and my menu in the same height and fit to each other (please see screenshot).
3.) And all a little bit lower from the top of the page.
How can i do that in desktop and responsive modes?
Kind regards Jak
Hey Jak,
Thanks for contacting us!
1- Please use following code and adjust left value as needed
#top #header #header_main .widget {
left: -50px;
}
The code I shared in this thread – https://kriesi.at/support/topic/how-to-add-a-hover-affect-to-a-menu-images/#post-1344007 would move menu items lower.
Best regards,
Yigit