Viewing 8 replies - 1 through 8 (of 8 total)
  • hannah

    (@hannahritner)

    Hello,
    In Theme Options > Topbar Settings you can turn on the Topbar Layout Switch. Does this work for you?

    Hannah

    Thread Starter antoineO

    (@antoineo)

    No, check : https://lapousse.fr/services

    I would like to have on the top right :
    “06 84 78 55 04 – [email protected]” + “search icon”

    Thanks for your help

    hannah

    (@hannahritner)

    One option would be to add your search as a widget, but it would be a different look.
    You could add your number as an icon menu item. Use the phone icon then place “06 84 78 55 04 – [email protected]” in the title. It would also be a different look, but just thought I’d give it as an option?

    Hannah

    Thread Starter antoineO

    (@antoineo)

    I tried your 2 options and :
    – One option would be to add your search as a widget, but it would be a different look => it does not work. You can check on my site (https://lapousse.fr/). The search icon is behind the page title
    – Use the phone icon then place “06 84 78 55 04 – [email protected]” in the title. It would also be a different look, but just thought I’d give it as an option? => i have always tried and i would like to have the text and not an icon :/

    Thnaks

    you could use this css rule to to move it down.

    section#topbar p {
    position: relative;
    top: 75px;
    left: 300px;
    width: 300px;
    }

    Thread Starter antoineO

    (@antoineo)

    I tried and it works but if I reduce my window to 1140 px in width, my topbar text places on top of the search icon.
    Check : https://lapousse.fr/

    You can use css like this:

    .kad-topbar-left {
        width: auto;
        float: right;
        margin-right: 40px;
    }
    .kad-topbar-right {
        width: auto;
        position: absolute;
        top: 0;
        right:0;
    }
    #topbar .container {
        position: relative;
    }
    
    #topbar-search input[type=text] {
        width: 200px;
    }

    Kadence Themes

    Thread Starter antoineO

    (@antoineo)

    PErfect, thank very much for your help !

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Topbar > align right’ is closed to new replies.