Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #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.

    #370234

    Hi elames!

    Add this to your custom CSS.

    @media only screen and (max-width: 479px) {
    .av-catalogue-price { position: relative !important; }
    }
    

    Best regards,
    Elliott

    #370299

    Well 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.

    #370700

    Hi!

    Take a screenshot and highlight how your trying to change it so we can get a better idea.

    Regards,
    Elliott

    #370722

    See these: so you can see what I mean. Thanks


    #370827

    Hi!

    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.
    #370842

    This css got rid of all the text. Can’t have that. Need to have the description.

    #371078

    Any other ideas to fix this. Tried several thing today but nothing works. ONly the title shows and not the descriptive text.

    #371574

    Hi!

    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,
    Elliott

    #371612

    I 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.

    #371614

    I 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?

    #371977

    Hey!

    I can’t load your website. It says “This website is not available.”
    Please check.

    Cheers!
    Andy

    #372066

    This site is showing just fine. Your IP may be blocked.

    #372350

    Hey!

    The site isn’t loading for me as well. Please check.

    Regards,
    Ismael

    #379196

    This problem is still an issue. It looks terrible on smart phone. Can you please look into this for me?

    Thanks alot!

    #379310

    Hey!

    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!
    Ismael

    #379425

    I 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 you

    #379618

    Hi!

    There seems to be a region-block, it doesn’t load for me neither.

    Cheers!
    Josue

    #379817
    This reply has been marked as private.
    #380344

    Hi!

    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,
    Yigit

    #380352
    This reply has been marked as private.
    #380354

    Hey!

    Please refer to Ismael’s post here – https://kriesi.at/support/topic/responsive-images/#post-378141 :)

    Best regards,
    Yigit

Viewing 22 posts - 1 through 22 (of 22 total)
  • You must be logged in to reply to this topic.