Reply To: Site title and tagline to be aligned

Home Forums Support Site title and tagline to be aligned Reply To: Site title and tagline to be aligned

Home Forums Support Site title and tagline to be aligned Reply To: Site title and tagline to be aligned

#193565
Tom
Lead Developer
Lead Developer

I wonder if it would be worth adding those icons into the menu instead of the widget?

Otherwise you could try something like this:

@media (min-width: 769px) {
    .inside-header {
        position: relative;
    }
    .header-widget {
        position: absolute;
        right: 30px;
        top: 30px;
    }
}