- This topic has 1 reply, 2 voices, and was last updated 9 years, 7 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Kraft Theme Support › Scrolling bug and gallery zoomed in
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
Hi 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
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]