• bazeboiee

    (@bazeboiee)


    Hey there,

    My site https://www.napoleonrockefeller.com has got some weird quirks going on and I was wondering if you could help me figure them out. The desktop search bar seems to broken, it doesn’t slide out easily and just appears as a massive rectangle to the left.

    Also I can’t seem to get pages to go full width even if I select the full width option in the page templates section.

    Any help gratefully received!

    Charlie

Viewing 7 replies - 1 through 7 (of 7 total)
  • Mr Case

    (@mr-case)

    the search bar is absolutely positioned to the relative position of the search button. if you remove the relative positioning of the button it should position the bar correctly.

    add this to your custom css or child theme’s ‘style.css’ file and see if it helps.

    .menu-search-icon-kt {
        position: initial;
    }

    and i think in your case the author of your theme may have meant full width as full width of the body, i.e. no sidebar. if that is the case, then your page is already fullwidth. did you want a fullscreen website?

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    Hey bazeboiee,
    Since your using the premium theme it’s really best to use the premium forums here: https://www.kadencethemes.com/support-forums/forum/virtue-theme/

    You would also get a faster response.

    In terms of getting your search to lineup with your menu add this in your theme options > advanced settings:

    #nav-main ul.sf-menu a {
        padding: 10px;
    }
    
    #kad-menu-search-popup {
        width: 400px;
    }

    In terms of fullwidth. That just implies no sidebar. You have a boxed layout enabled so what are you wanting fullwidth to be? (you can answer on the premium forums).

    Kadence Themes

    Thread Starter bazeboiee

    (@bazeboiee)

    Hi guys,

    Thanks for your answers so far. When we use full width we would expect the page to then move across to where the sidebar used to be so it fills the space and doesn’t have space where the sidebar used to be.

    If you look at the blog page or the about us page there seems to be a gap where the sidebar was but we can’t get the main page elements to allow us to have it across the whole of that section.

    I hope that makes sense. I’ll try out the search bar ideas now.

    Charlie

    Thread Starter bazeboiee

    (@bazeboiee)

    Hi there,

    Having investigated a bit further it seems like the two pages I mentioned still have a sidebar div even if you ask for no sidebar to be present, it has merely been collapsed down to 1px height.

    If I change the CSS on the ktmain to say width 100% would that work for all pages and would it break anything doing that?

    Thanks

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    Odd, the about us page doesn’t seem to be using the fullwidth page template. From the code it looks like it’s set to defualt?

    For the blog page try this, go to settings > reading. Make sure no page is set at the “posts page” then make sure your using the blog page template for the blog page.

    The css can work but will mean that you won’t ever be able to have a sidebar.

    Kadence Themes

    Thread Starter bazeboiee

    (@bazeboiee)

    Hi there,

    I tried doing that but it didn’t seem to make a blind bit of difference when I previewed it, I’ll have a go again and see if it behaves itself this time.

    Thanks for the posts suggestion, I’ll try that as well.

    You guys are on it!

    Charlie

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    Have you had any luck with this?

    Kadence Themes

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Search bar weirdness and no full width’ is closed to new replies.