hello,
i want to add some code in the header (a mini menu – see attached screenshot). i found this:
but the minimenu should be aligned right in the div with the av-logo-container class. how can i achieve this? i use the Logo center, menu below options in the enfold options.
thanks
Hey kopf-und-stift,
After you create a header widget make changes to the css provided in the documentation or use the below code instead to position the widget to the right.
#header .widget {
right: 0%;
padding-top: 0;
position: absolute;
top: 0;
z-index: 999;
}
Best regards,
Vinay
thanks vinay!
but i need the widget in the content container. with the provided code, the widget is positioned fullwidth. there is the problem with the cart icon (see attached site for example)