Home Forums ArileWP Pro Top Header Info – Align Right

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #37987
    Brian Fisher
    Participant

    How can I make the the “Top Header” “info” align to the right instead of the left?

    #37996
    themearile
    Keymaster

    Hi Brian

    Thanks for contacting us.

    Please share your site URL so we can take a look and provide you with a good solution.

    Thanks

    #38000
    Brian Fisher
    Participant
    #38001
    Brian Fisher
    Participant

    Here is the URL … https://djv.728.myftpupload.com/

    #38009
    themearile
    Keymaster

    Hi Brian

    Okay, please add the css code below in Additional Css Box. Please go to Appearance => Customize => Additional CSS then paste the CSS here and click on to Publish button.

    @media (min-width: 768px) {
    .site-header .col-lg-9 {
    max-width: 100%;
    flex: 0 0 100%;
    }
    }
    .theme-contact-block {
    text-align: right;
    }

    Let us know if it works for you.

    Thanks

    #38011
    Brian Fisher
    Participant

    Worked great, thank you!

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