Reply To: Struggling to align elements in Header

Homepage Community Forums Epik Theme Support Struggling to align elements in Header Reply To: Struggling to align elements in Header

#9857
kronos
Customer

    Did you remove it? I don’t see it.

    You would need to add something like this to your css in order to make that happen –

    .header-widget-area section {
        float: left;
    }

    I’m not 100% sure if that will work since the search box isn’t there, but give it a try and see if it does.