Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #970415

    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 …

    #970646

    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

    #970759
    This reply has been marked as private.
    #970972

    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

    #971087

    Thank you Rikard … its working

    but what about social Icons ?

    I want them in the left side in logo area

    #971785

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.