• Hi Sir,
    First thank you for your excellent Theme.
    We have problem with search button in the banner section.
    Our website is in French and the word “rechercher” which mean “search” is overlapped by the magnifying glass.
    When we turn our web site to English, it’s perfect, but we have a problem in French.

    Please how can we fix that.
    Thank you.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @atlasmaroc,

    Can you please try adding below custom CSS via Dashboard > Appearance > Customize > Additional CSS.

    @media only screen and (min-width: 768px) {
       .banner .form-holder .search-form label {
           width: 440px;
       }
       .banner .form-holder .search-form input[type="submit"] {
           width: 210px;
       }
       .banner .form-holder .search-form {
           max-width: none;
       }
    }

    If you have any further questions, let us know.

    Thank you.

    Thread Starter atlasmaroc

    (@atlasmaroc)

    Hello Sir,
    Working fine, many thanks.
    Please if have to add other languages, what do you suggest Sir, WPML or Polylang else.
    Any documentation for adding Languages ?
    Thanks again.

    • This reply was modified 3 years, 9 months ago by atlasmaroc.

    Hello @atlasmaroc,

    I am happy to hear that your issue has been solved.

    The Free version of the theme is not fully compatible with multilanguage but the Pro version of the theme is fully compatible with the multilanguage plugin.

    Anyway, you can use any one of the mentioned plugins for translating your site to multilanguage. The Polylang is a Free plugin and WMPL is paid one.

    Also, you can find many tutorials on translating the site with the Polylang plugin.

    If you have any further questions, let us know.

    Thank you.

    Thread Starter atlasmaroc

    (@atlasmaroc)

    Thank you so much Sir.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Search button on the Banner Section’ is closed to new replies.