Hey,
You seem to be showing a sidebar (even if it’s empty it’s on) is that what you’re talking about?
You can change the sidebar in each post.
Ben
You have this on the label in the style:
max-width: 100px;
Just remove that.
no there isn’t enough space in the sidebar to have the options next to the label
Ben
*Login to see link
On my sidebar, where it says When is the best time to contact you… it’s all smushed up. Is there any code to have the 3 clickable options to the side of the question? Or at least a way to center or make the question less smushed?
I suggest you can just simplify it like this:
.sidebar .widget_nav_menu >.widget-inner > .menu > li > a {
background: #399ED1;
color: white;
padding-left:4px;
display: block;
margin-bottom:2px;
}
.sidebar .widget_nav_menu >.widget-inner > .menu > li {
border:0;
}
Ben
My text on this page is overlapping the sidebar and I don’t know why: *Login to see link
Tnx for the replay Kevin..
Or it will be good from developers to make staff grid with options to choose: full width or sidebar page.
Or shortcode with all options (including filter).
Replace this
li.menu-item-686 >a , li.menu-item-673 >a {
background: #399ED1;
color: white;
}
li.menu-item-675 > a, .menu-item-683 > a, li.menu-item-672 > a {
background: #399ED1;
display: block;
color: white;
}
With this.
li.menu-item-686 >a , li.menu-item-673 >a, .menu-item-875 > a, li.menu-item-675 > a, .menu-item-683 > a, li.menu-item-672 > a {
background: #399ED1;
color: white;
display: block
}
Whenever you add a new top level menu item to the sidebar, then you will have to update your css.
Adding for ex. filter=”yes” into shortcode doesn’t work. Is there any option for this? Because I need sidebar on that page and the filter, and you don’t have an option for sidebar in staff grid.
Thanks
Try adding this to your custom css box in Theme Options > Advanced Settings:
.sidebar .wp-caption-text {
font-size: 15px;
}
.comment .media-body {
font-size: 15px;
}
Hope it helps!
Hannah
On my sidebar, towards bottom, has a menu with blue background for main menu tabs. However, my tab for Patio Doors doesnt extend all the way and my tab for Insulated Siding doesn’t have blue color at all…Suggstions? *Login to see link
Done. What next?
Tried to do this, but no result…
@media screen and (max-width: 768px) {
#saphali_filter-7 {
display: none;
}
}
@media screen and (min-width: 768px) {
.sidebar-secondary-widget-area-2{
display: none;
}
}
Hey Casey,
Try adding this to your custom css box in Theme Options > Advanced Settings:
.sidebar .widget-first {
margin-top: -35px;
}
Hope it works for you!
Hannah
Hey,
I’m not sure what your asking but it sounds like you want two sidebars one on each side of the page? That is not an option with this theme. Is that what you were asking?
Ben
Can I get my sidebar to line up with the text on the left? Right now my sidebar is showing up lower than the right: *Login to see link
I’m having a hard time finding a way to get my sidebar to have a dropdown menu. Mine is on the left side *Login to see link It shows the main menu Item ie Window styles, then shows all of them below it. I want a way to hide them, them when you hover over them have a drop down like this one on the left side:*Login to see link
Any suggestions?
Hi,
I installed the update of the theme and since I’ve no access to the media library.
If I activate another theme that works.
So the problem comes from the update.
Note that I use a child theme that worked before the update . It contains a functions.php , a sidebar.php and style.css.
Moreover, my favicon is displayed more systematically…
My website : *Login to see link
Thanks for your help.
This reply has been marked as private.
Hi,
I am trying to use a light grey background colour for my sidebar menu in the blog page and also a header image only in the blog. I have tryed with all the CSS code appearing here to solve both issues, but nothing happens. My site is in maintenance mode but I could give access to help me to solve both issues.
Regards,
.sidebar img.aligncenter {
margin: 0 auto;
}
Once you choose the sidebar template save the page.. Then you will see the settings.
Ben