Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Search Results for 'sidebar'

Home / Forums / Search / Search Results for 'sidebar'

Viewing 20 results - 3,261 through 3,280 (of 5,356 total)
  • Author
    Search Results
  • #91333

    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

    In forum: Virtue Theme

    In reply to: Side bar issue

    #91332

    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

    In forum: Virtue Theme
    #91323

    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?

    In forum: Virtue Theme

    In reply to: Sidebar Colors

    #91289

    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

    In forum: Virtue Theme

    Topic: Text on page

    #91257

    My text on this page is overlapping the sidebar and I don’t know why:

    #91234

    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).

    In forum: Virtue Theme

    In reply to: Sidebar Colors

    #91192

    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.

    #91171

    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

    In forum: Virtue Theme
    #91132

    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

    In forum: Virtue Theme
    #91118

    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?

    In forum: Virtue Theme

    In reply to: Mobile version site

    #91091

    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;
    }
    }
    In forum: Virtue Theme

    In reply to: Sidebar alignment

    #91080

    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

    In forum: Virtue Theme

    In reply to: Side bar

    #91067

    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

    In forum: Virtue Theme
    #91033

    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:

    #91032

    I’m having a hard time finding a way to get my sidebar to have a dropdown menu. Mine is on the left side 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:

    Any suggestions?

    #91017

    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 :
    Thanks for your help.

    #91001
    This reply has been marked as private.
    #90939

    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,

    In forum: Pinnacle Theme

    In reply to: css for underlines

    #90934
    .sidebar img.aligncenter {
        margin: 0 auto;
    }
    In forum: Virtue Theme

    In reply to: Side bar

    #90922

    Once you choose the sidebar template save the page.. Then you will see the settings.

    Ben

Viewing 20 results - 3,261 through 3,280 (of 5,356 total)