CSS Issues in Header | WordPress.org

Having CSS issues trying to get my contact information to float to the right side of the screen in the header.

Using the Hello theme by Elementor. This is the CSS. I have tweaked it using Chrome developer tools but to no avail. The only thing I can get done is to give a percentage or a px number to the width element.

.contact-info {
    width: auto;
    overflow: hidden;
    text-align: right;
}

Thanks for your help.

The page I need help with: [log in to see the link]



Source link