Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1060045

    Hi

    would you mind taking a look at https://harrietjane.com.au for me please – on a phone screen the text is bunching to one side and it is hiding the options and cart button

    I have added login below

    thanks!

    #1060047

    sorry I should have been clearer – the problem is occuring once you are on the product page

    #1060376

    any feedback on this would be appreciated

    #1061182

    Hi smarta-brett ,

    https://cl.ly/598b01e01991 I am getting this. Is the website working?

    Could you please attach some screenshots of the issue?
    Best regards,
    Victoria

    #1061300

    Hi the site is working for me – I have emailed screenshots

    #1061307

    My email bounced back- I can’t see how to upload screenshots here. Is there an email I can send them to?

    #1061360

    Can someone let me know how to send the screnshots my client is giving me greif

    #1061546

    i really need to get this fixed – it been a few days now – is there some delay with support at the moment?

    #1061556

    I have custom css to put the text beside the image on the single product page – so I guess i need a another piece fo code to make it say 90% on smaller screens

    current css is

    .single-product-summary {
    overflow: hidden;
    width: 35%;
    float: left;
    margin-right: 5%;
    }

    #1061741

    I have set it to 90% for the moment so both phone and desktop versions work – however desktop is not good – I need to revert to the code above but add some that overrides it for phone screens

    #1062082

    ok – so no answer from support – but for those who want to know here is the css code to have text next to product on large screens and text & cart buttons under with full width text on phone screens

    .single-product-summary {
    overflow: hidden;
    width: 35%;
    float: left;
    margin-right: 5%;
    }
    @media only screen and (max-width: 600px) {
    .single-product-summary {
    width: 100%;
    }

    #1062253

    Hi smarta-brett,

    We do not see any screenshots in the thread and by commenting the thread you’ve been keeping it updated and it was being put to the end of the queue and so we could not get to it.

    Glad you worked out a solution for yourself. Next time please wait for the moderators reply if you need help.

    Best regards,
    Victoria

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