hello …
I want to set my website logo on the right, and the menu below ….
I used to use the following quick css code
.html_header_top.html_logo_center .logo {
left: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
but now it’s not working , after last update …
Hey kasem-online,
Could you post a link to the page in question so that we can take a closer look please?
Best regards,
Rikard
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.rtl span.logo {
left:auto;
right:0;
}
Best regards,
Rikard
Thank you Rikard … its working
but what about social Icons ?
I want them in the left side in logo area
Hi kasem-online,
Social icons are in a different container and so they stay there is the meta header area.
To have them there, you can add a widget area to the header and assign a widget there with social icons.
If you need further assistance please let us know.
Best regards,
Victoria