Home › Forums › All Other Themes › Shopzee Pro gap
- This topic has 26 replies, 3 voices, and was last updated 6 years, 9 months ago by Sonl Sinha.
-
AuthorPosts
-
September 5, 2017 at 10:11 pm #82506
Hi all,
I am using Shopzee Pro theme and works fine exept the case of responsive style of Iphone 5 and especial at woocommerce pages.
The problem is that at these pages there is a white space of 10px on the right part of the site!
There is any solution to remove this gap.Thanks in advance.
September 6, 2017 at 9:39 am #82529Hi,
Kindly show us your website URL so that we can assist further.
Regards,
ChrisSeptember 6, 2017 at 10:40 am #82539Hi,
The website is http://divinewear.com/product-category/nyfika/kollexion/, please check it in mobile version (iPhone5) and at the product pages.
Regards,
YMSeptember 6, 2017 at 11:48 am #82551Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
@media screen and (max-width:479px) { .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { font-size:12px !important;} }
Regards,
ChrisSeptember 6, 2017 at 2:05 pm #82566Hi,
Perfect, the problem is solved THANK you very much!!!
Many regards,
YMSeptember 7, 2017 at 8:58 am #82641🙂
September 7, 2017 at 9:59 am #82660Hi again,
The problem solved at the page of category but there is the same problem at the page of products.
Take a look please http://divinewear.com/product/%CE%B8%CE%B1%CE%BB%CE%B1%CF%83%CF%83%CE%B9%CE%BD%CF%8C/Also, when I put the qtranzlate-x flag at the top menu displayed vertically, is it possible to presented horizontally?
Please help.
regards
YMSeptember 7, 2017 at 10:31 am #82669Hi,
I am not sure what you mean by this. Can you may be draw or point out in an image?
You can upload image in imgur.com and share the link here.
Regards,
ChrisSeptember 7, 2017 at 1:32 pm #82712Hi,
Actually, I have two problems now.
1st. There is a white space at the rihgt of the woocommerce pages that represent products. Take a look at the image.
https://imgur.com/a/BVRJE (the problem in red)
2nd. The language-choise flags I cannot presented in a nicer way, with horizontally aligned flags, at the top menu.
https://imgur.com/a/8hhWG (the problem in red)Thanks in advance!
YMSeptember 8, 2017 at 11:34 am #82781Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
@media screen and (max-width:479px) { #gz-slider-main { width:91% !important;} }
Regards,
ChrisSeptember 8, 2017 at 5:10 pm #82815Hi Chris,
You are the best of all!!!
Thank you very much.
The 1st problem was solved.Do you have any idea about my 2nd one, how to horizontally alligned the flags at the top menu?
Please take a look: https://imgur.com/a/8hhWGThank you in advance!
Best Regards,
YMSeptember 11, 2017 at 5:03 am #82869Hi,
I can’t found that issue on your website.
Kindly refer screenshot:
https://imgur.com/WekNQ0hRegards,
ChrisSeptember 11, 2017 at 7:20 am #82900Hi,
You are right, I turned off the language switch from the “Top” menu because it looks ugly.
I reactivated to see the problem.Please see now on my website, it has two flags one above the other. Is it possible to display only one flag as it was appeared in the main menu?
Thank you in advance,
regards,
YMSeptember 13, 2017 at 7:22 am #83073Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.signin_wrap ul li { position:relative;} .signin_wrap ul li ul { display:none; position:absolute; left:0; background:#ff9933;} .signin_wrap ul li:hover ul { display:block;} .signin_wrap ul li img { padding-top:15px;}
Regards,
ChrisSeptember 13, 2017 at 12:38 pm #83189Hi Chris,
Thank you very much.
Once again, you proved that you are a very good professional!Thank you again for your help!
Best regards,
Yannis -
AuthorPosts
- You must be logged in to reply to this topic.