• Resolved maxsmom

    (@maxsmom)


    Hello,
    I just updated with the new release. My theme options were missing but after re-saving the theme options pages …one by one…everything came back to normal. I re-saved the Home layout, Main settings, Basic Styling,
    etc..all of them. And then I cleared my cache..control F5…Everything came back just like I had it before.

    The only problem now is that my left nav is pushed all the way down. It seems that it is a “width” problem. This is on every page.
    Any CSS to make the left nav come up again?
    Thanks so much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Ben Ritner – Kadence WP

    (@britner)

    Can you post a link?

    Kadence Themes

    Thread Starter maxsmom

    (@maxsmom)

    Hello,
    I updated the Virtual Toolkit 1.4 from the post above mine. Here is my link:
    https://www.waterless-cookware-sets.com/

    Also, here is all the CSS that I am using:

    #content .main {float:right;}

    .postdate {display:none}

    .sidebar {
    background-color: #FFFFCC;
    padding: 45px 0 0 65px;
    }
    aside {
    margin: 15px !important;
    }

    .kadence_recent_posts .recentpost_date {
    display: none;
    }

    @media (max-width: 480px) {.product_item .product_details h5 {
    min-height: 60px;
    }}

    Still having issues with the Left Nav.
    Thanks!

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    The problem is this css:

    aside {
    margin: 15px !important;
    }

    That is effecting the sidebar and footer. Any reason why you added it?
    I can probably help you use a different selector then aside so you don’t effect the whole layout.

    Kadence Themes

    Thread Starter maxsmom

    (@maxsmom)

    Nice. That worked. Back to normal. I don’t know why I added it. I got from reading this forum. I will be more careful about adding CSS. I will only add CSS posted by you…. from now on.

    Thanks so much for your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘New update issues’ is closed to new replies.