Viewing 9 replies - 1 through 9 (of 9 total)
  • 1. This should fix your menu dropdown icon:

    .nav-trigger-case .kad-navbtn {
        padding: 15px;
    }

    Add to Theme Options> Advanced Settings.

    2. Where would you like this icon to display?

    Thread Starter redrussianarmy

    (@hakanbogan)

    1. Thank you Kevin, it works for mobile menu icon.

    2. I meant that I also need to fix the magnifying glass icon at portfolio page.

    3. I want to ask one more thing.

    https://s31.postimg.org/ofylijvu3/normal.jpg

    https://s31.postimg.org/49zoxepkb/problem.jpg

    As you can see from the pictures, there is wrong thing at “Products” page. The topbar has 2 rows when you use this page in English. However, when you switch it to Turkish or Russian languages, everything is okay.

    I use Polylang plugin for multilingual.

    I am grateful to you in advance

    2. Here is CSS that will fix that. Something is removing the padding from the top of your icons, whether it be a plugin or code you added previously, I would probably look into this if I were you

    .icon-search:before {
        padding: 15px;
    }

    3. Try adding this CSS:

    div#topbar {
        height: 34px;
    }

    Let me know if that works for you.

    Thread Starter redrussianarmy

    (@hakanbogan)

    Both of these codes are working. Unfortunately, we have new problems now.

    1. There is something wrong on the search icon on the topbar.
    2. There is also something wrong with logo on “Products” page in English. Logo is okay when the “Products” page is in Turkish or Russian.

    I do not know which plugin or code affects the padding.

    I hope we will find a way.

    Thread Starter redrussianarmy

    (@hakanbogan)

    I use following plugins:

    All In One SEO Pack
    Contact Form 7
    Google Doc Embedder
    Google XML Sitemaps
    Huge IT Portfolio Gallery
    Maintenance
    MapPress Easy Google Maps
    Page Builder by SiteOrigin
    Polylang
    SiteOrigin Widgets Bundle
    Virtue / Pinnacle ToolKit

    Remove this css:

    .icon-search:before {
        padding: 15px;
    }

    Add this instead:

    .kad_portfolio_lightbox_link i {
        line-height: 50px;
    }

    Remove this css:

    div#topbar {
        height: 34px;
    }

    And then add this css:

    .topbarmenu ul.sf-menu {
        margin: 0 !important;
    }

    Kadence Themes

    1. Try replacing this:

    .icon-search:before {
        padding: 15px;
    }

    With this:

    .portfolio_item .icon-search:before {
        padding: 15px;
    }

    Though at the moment I’m seeing all of the search icons display correctly, so maybe you found a solution?

    2. The logo is displaying centered on all languages when I view the site.

    Thread Starter redrussianarmy

    (@hakanbogan)

    Thank you very much Kadence Themes. Now, everything is okay.

    Thread Starter redrussianarmy

    (@hakanbogan)

    Kevin, I applied solution of Kadence Themes.

    Thank you for your great support.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Some problems with icons’ is closed to new replies.