This topic has 10 replies, 3 voices, and was last updated 4 years, 7 months ago ago by Rose Tyler
Do you have css to move the menu to two positions
1. Far right of page to site width border
2. Far left of page next to logo
Hello,
1)
.main-header .menu > li {
float: right;
}
.main-header .navbar-right {
display: none;
}
2)
.main-header .tbs {
width: 100%;
}
Regards
Thanks that worked for the main header, there are 2 headers. the header when you scroll to the bottom of the page does not show the change
Hello,
Ok, then replace the previous code by the next one
.main-header .menu > li {
float: right;
}
.navbar-right {
display: none;
}
Regards
How do I change the color of this button on hover from red to something else?
.empty-category-block .btn:hover {
background-color: black !important;
border-color: black !important;
}
Regards
Thanks. Can you look at thie? The radio button is covered by the attribute text
Hello,
Could you, please, provide temporary wp-admin access?
Regards
Added to private message
Hello,
Sorry for the delay in answering.
Please add this custom CSS code:
.widget_layered_nav ul li a {
padding-left: 20px;
}
.widget_layered_nav li a:before,
.widget_layered_nav li.chosen a:after {
left: 0;
}
We will fix it in the next update of the theme, so you will be able to delete the code after the update.
Regards
You must be logged in to reply to this topic.Log in/Sign up