-
AuthorPosts
-
December 18, 2014 at 3:07 pm #369955
See this image: http://imgur.com/tmyUuMm
ON this site: http://sharprockvineyards.com/wp/shop/It is responsive in landscape view but not in portrait view. How can this be corrected?
Thank you.December 18, 2014 at 9:48 pm #370234Hi elames!
Add this to your custom CSS.
@media only screen and (max-width: 479px) { .av-catalogue-price { position: relative !important; } }
Best regards,
ElliottDecember 18, 2014 at 11:43 pm #370299Well this helps, You can read the names, but the text still extends way down on the screen just like in my posted photo.There are only one or two words on a line. That did not change. I thought the font would compress.
December 19, 2014 at 6:45 pm #370700Hi!
Take a screenshot and highlight how your trying to change it so we can get a better idea.
Regards,
ElliottDecember 19, 2014 at 7:36 pm #370722December 20, 2014 at 12:28 am #370827Hi!
Try adding this.
@media only screen and (max-width: 479px) { .av-catalogue-content { font-size: 10px !important; } }
Cheers!
Elliott- This reply was modified 9 years, 11 months ago by Elliott.
December 20, 2014 at 12:55 am #370842This css got rid of all the text. Can’t have that. Need to have the description.
December 20, 2014 at 10:56 pm #371078Any other ideas to fix this. Tried several thing today but nothing works. ONly the title shows and not the descriptive text.
December 22, 2014 at 5:03 pm #371574Hi!
Are you sure you used the code I posted? It’s supposed to make the font size smaller but what I’m seeing in your source code is this.
.av-catalogue-content { display: none !important; }
Regards,
ElliottDecember 22, 2014 at 5:57 pm #371612I thought I had copied it. I just put it in and it still doesn’t help, the text is smaller, but it is still only one or two words on a line.
December 22, 2014 at 5:58 pm #371614I thought I had copied it. I just put it in and it still doesn’t look right, the text is smaller, but it is still only one or two words on a line. why doesn’t it extend across the screen as the text above?
December 23, 2014 at 4:01 am #371977Hey!
I can’t load your website. It says “This website is not available.”
Please check.Cheers!
AndyDecember 23, 2014 at 3:06 pm #372066This site is showing just fine. Your IP may be blocked.
December 24, 2014 at 2:06 am #372350January 13, 2015 at 11:57 pm #379196This problem is still an issue. It looks terrible on smart phone. Can you please look into this for me?
Thanks alot!
January 14, 2015 at 8:21 am #379310Hey!
Yes, we know it is still an issue but we can’t check the site because it is not loading. I’ll ask the rest of the support team to check the site.
Cheers!
IsmaelJanuary 14, 2015 at 3:15 pm #379425I have no idea why you can’t see the site unless my hosting company blocks your country IP??? You have looked at the site before fine.
Thank youJanuary 14, 2015 at 6:09 pm #379618Hi!
There seems to be a region-block, it doesn’t load for me neither.
Cheers!
JosueJanuary 15, 2015 at 12:28 am #379817This reply has been marked as private.January 15, 2015 at 7:44 pm #380344Hi!
Please add following code to Quick CSS
@media only screen and (max-width: 480px) { img.av-catalogue-image { display: none; }}
When you start a new topic, please mention that your website is working on my end so if it does not work on my teammates ends, they can let me know
Best regards,
YigitJanuary 15, 2015 at 7:48 pm #380352This reply has been marked as private.January 15, 2015 at 7:50 pm #380354Hey!
Please refer to Ismael’s post here – https://kriesi.at/support/topic/responsive-images/#post-378141 :)
Best regards,
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.