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 #2203244
How could I let top bar menu to the right side
Closed

Comments

  • hsujay0120 started the conversation

    How could I let the top bar menu to the right side?

    I use magazine demo.

    thanks a lot.

  •  2,699
    PenciDesign replied

    Hi,

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

    .penci-top-bar{ text-align: right; }
    ul.penci-topbar-menu, div.penci-topbar-menu>ul{ text-align: left; }
    .penci-topbar-social{ float: left; }
    

    Best Regards,

    PenciDesign

  • hsujay0120 replied

    Thanks