Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2684143
logo position
Closed

Comments

  • Olaraouf started the conversation

    hello, How can I move the logo to the right, please?

  •  2,699
    PenciDesign replied

    Hi,

    Please try to add more this code to Customize > Custom CSS to do that:

    body.rtl .container.align-left-logo #logo {
        text-align: right;
    }
    

    Best Regards,

    PenciDesign

  • Olaraouf replied

    Thank you, It works.

    but how can I remove that upper tab (body.rtl .container.align-left-logo #logo { text-align: right; })?

  •  2,699
    PenciDesign replied

    Hi,

    It seems you've added the code I sent to another place also.

    Please go to Customize > Logo and Header > General > on "Add Custom Code Inside <head> tag" and "Add custom code after <body> tag" > and make sure you don't put the code I sent there.

    Best Regards,

    PenciDesign

  • Olaraouf replied

    Thanks a lot