Dentalia has now been updated to 2.3 and a major update for Recycle is coming soon. We hope you enjoy the new features! Thanks for your patience!

Okay
  Public Ticket #2309662
Header 2 - repositioining
Closed

Comments

  •  6
    Taryn Casey started the conversation

    Hi!

    On the homepage, I am trying to move, the Header 2 that has an icon widget (call us on etc etc) to the right as it is floating in a strange location currently (on desktop) .I cannot find how to do this?


    Thank you

  •  564
    OrionThemes replied

    Hi,

    You could try align it right maybe?

    Here is the css to do that, Just paste it into Theme Options -> Custom CSS

    @media (min-width: 992px) {
    .mainheader .header-widgets .widget_orion_button_w .wrapper.block {
    text-align: right!important;
    }
    }

    I hope this helps,

    Andrej

  •  6
    Taryn Casey replied

    This worked perfectly - thank you!

  •  564
    OrionThemes replied

    I am glad I was able to help.

    Cheers!

    Andrej