-
AuthorPosts
-
January 29, 2019 at 3:27 pm #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!
January 29, 2019 at 3:31 pm #1060047sorry I should have been clearer – the problem is occuring once you are on the product page
January 30, 2019 at 8:57 am #1060376any feedback on this would be appreciated
January 31, 2019 at 9:03 pm #1061182Hi 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,
VictoriaJanuary 31, 2019 at 11:15 pm #1061300Hi the site is working for me – I have emailed screenshots
February 1, 2019 at 12:07 am #1061307My email bounced back- I can’t see how to upload screenshots here. Is there an email I can send them to?
February 1, 2019 at 5:23 am #1061360Can someone let me know how to send the screnshots my client is giving me greif
February 1, 2019 at 2:11 pm #1061546i really need to get this fixed – it been a few days now – is there some delay with support at the moment?
February 1, 2019 at 2:21 pm #1061556I 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%;
}February 1, 2019 at 10:40 pm #1061741I 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
February 2, 2019 at 11:05 pm #1062082ok – 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%;
}February 3, 2019 at 3:39 pm #1062253Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.