Can you post a link so I can see what widget and what the css class is so I can tell you how to do this?
Kadence Themes
Thread Starter
born61
(@born61)
yes, in the header you can see three elements. i have posted in widget topbar: search, social link, and text “another issue”
http://wpdev1.altervista.org/
You can add css like this:
.topbar-widget form#searchform, .topbar-widget .kadence_social_widget {
float: right;
}
Kadence themes
Thread Starter
born61
(@born61)
ok , you can look at, you need to align vertically and detach items
Try adding this css:
.kadence_social_widget a {
margin-right: 10px;
}
Hannah
Thread Starter
born61
(@born61)
i have added margin-top: 10px; for social link
how add also to search box?
this is all my css
.topbar-widget form#searchform, .topbar-widget .kadence_social_widget {
float: right;
}
.kadence_social_widget a {
margin-right: 10px;
margin-top: 10px;
}
Add this:
.topclass .form-search {
margin-top: 10px;
}
Hannah
Thread Starter
born61
(@born61)
well, now in topbar I put the first entry ” society ” but I see the orange items sons ( page … ) very high . Instead the children football ( first team ) are correct . you can see?
I’m not sure I’m following. Are you wanting the topbar dropdown menu to start lower down?
Hannah
Thread Starter
born61
(@born61)
Add this css:
#topbar ul.sf-menu ul li a {
line-height: 40px;
}
Kadence Themes
Thread Starter
born61
(@born61)
perfect Hannah
now the items childs are correctly positioned.
if preserved remains responsive functionality , you can expose the child items horizontally ?
see topbar: company ,and main-navigation: skating
and the header is right
thanks very good
if preserved remains responsive functionality , you can expose the child items horizontally
I’m not really sure what you mean…can you link to an example?
Hannah
Thread Starter
born61
(@born61)
I sewed two photos are bad but you’ll understand . clearly it should work fine as tablet , preserving the adaptation responsive
refresh
http://wpdev1.altervista.org/topbar2.jpg
and
http://wpdev1.altervista.org/topbar.jpg
I’m confused? I’m not seeing anything like this on your site?
On tablet you should be seeing the mobile menu? What tablet are you using?
Kadence Themes