Home › Forums › Kraft Theme Support › Scrolling bug and gallery zoomed in
- This topic has 1 reply, 2 voices, and was last updated 7 years, 7 months ago by
Forum Moderator.
-
AuthorPosts
-
February 8, 2016 at 4:30 pm #21919
Hello dear support team,
I need your help for my page. On my page there is a scroll bug:
If you scroll down, nearly in the middle it will bounce. Suddenly, the menu can be seen on top, which is causing the problem. How can I solve the problem?
The next thing is:
https://folientante.de/produkt-kategorie/bedruckbaretextilien/
the left picture in the second row -> here you only see the letters “chte” in the preview. How can I disable this kind of zoom in such pictures, where I need to see the text in the preview picture?
And my last wish:
If you go on the mobile page, it looks great. But if you click on the menu, the font icons are on a strange position. How can I let them good looking without changing position in normal page?
In advance many thanks for the help
February 9, 2016 at 7:48 am #21990Hi Pascal,
1) scroll down issue
Kindly go to Appereance>>Theme Option>>Basic Setting
You will find sticky header option uncheck sticky header option.2) Image Issue
WooCommerce by default crops your image to show thumbnail same width and height. You need to change the plugin settings.3) Mobile Issue
Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS
Add this code in custom css box@media screen and (max-width: 767px) {
a.primary .font_icons_custom_css{display:none !important;}
}Regards,
Shri -
AuthorPosts
- You must be logged in to reply to this topic.