Reply 235937 to: some little issues (need help)

Avatar: Olga Barlow
Olga Barlow
Support staff
May 5, 2020 at 19:08

Hello,

1) Are you talking about this text http://prntscr.com/sbg0y2 ? It should be available for translation from theme/core plugin translation files. If you did not find this make sure that your translations are synced https://xstore.helpscoutdocs.com/article/103-translation-files-update
Besides Loco Translate plugin is handier (as for me) that poEdit because allows editing of the translation files directly from your Dashboard. If you still have a problem with this provide us with temporary WP Dashboard access to your site.

2) Go to Theme Options > Header builder > Mobile version > edit the mobile menu options and choose the side type http://prntscr.com/sbg6g3 Centered type of the mobile menu is loaded using Ajax and depends on server response time. Side type displays using CSS and should be loaded faster than Ajax type.

3) Add the following code to Theme Options > Custom CSS

@media only screen and (max-width: 480px){
    .products-grid .product {
        width: 100%;
    }
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.