Hello,
In Theme Options > Topbar Settings you can turn on the Topbar Layout Switch. Does this work for you?
Hannah
No, check : http://lapousse.fr/services
I would like to have on the top right :
“06 84 78 55 04 – contact@lapousse.fr” + “search icon”
Thanks for your help
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 – contact@lapousse.fr” in the title. It would also be a different look, but just thought I’d give it as an option?
Hannah
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 (http://lapousse.fr/). The search icon is behind the page title
– Use the phone icon then place “06 84 78 55 04 – contact@lapousse.fr” 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;
}
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 : http://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
PErfect, thank very much for your help !