Hi,
I´m trying to change the header to show a image on the right when I use the layout “Logo Left (or center), menu below”. How can I do that? Is there a widget there to use?
Thanks
Hey alpaezes,
Not by default, but you can try adding one: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Best regards,
Rikard
Thanks, I´ll try
I´m trying to position the logo on the left and the widget on the right. Could you help me with this?
Shrinking header option is unchecked.
Thanks
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.html_header_top.html_logo_center .logo {
left: 0;
-webkit-transform: translate(0%, 0);
-ms-transform: translate(0%, 0);
transform: translate(0%, 0);
}
Best regards,
Rikard
Thanks, but I have another question: ¿How can I position the right widget under the logo in mobile view?
Thanks again!