Black Screen Issue: Please update your theme to ensure WordPress 5.6 compatibility. Dentalia 2.1 and Recycle 2.1 are now available on ThemeForest. 

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

  •  532
    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!

  •  532
    OrionThemes replied

    I am glad I was able to help.

    Cheers!

    Andrej