• Hello Ben and support team,

    Like to ask how it is possible to display all of the HEADER EXTRAS WIDGET AREA in the same line.
    I have try to find similar question but did not found…

    Thank you,
    Doron

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    Try adding this CSS to Theme Options> Custom CSS, and let me know if it aligns the items for you:

    li.menu-widget-area-kt {
        width: 100%;
    }
    
    .kad-right-header.kt-header-flex-item {
        width: 25%;
    }
    
    div#widget_kadence_social-2 {
        float: left;
        padding-top: 15px
    }

    -Kevin

    Thread Starter doronzamir

    (@doronzamir)

    Dear Kevin,
    Thank you for your help, i have try it and it working perfact!

    Doron Zamir

    No problem! ??

    -Kevin

    Thread Starter doronzamir

    (@doronzamir)

    Hello Again,
    Somthing wrong please look at the site: https://www.avihcpa.al-ma.co.il
    the extra widget on the header contains: Acsend social icons and the Telephone as an HTML widget, go back not to bee on the same line

    What goes wrong?

    Change to this CSS and you should be set:

    .menu-widget-area-kt {
        width: 100%;
    }
    
    .kad-right-header.kt-header-flex-item {
        width: 25%;
    }
    
    .menu-widget-area-kt .widget_kadence_social {
        float: left;
        padding-top: 15px
    }

    Also, if you can use the CSS box that I suggested above, that would be helpful for me since I can find it much more quickly when placed there.

    -Kevin

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Extra Widget on header’ is closed to new replies.