Responsiveness not working

If you look at the above url in full page everything is fine, if you shrink it down the middle text becomes unreadable and I am looking for the source of the error if anyone can help.

Andrews

Hello,

i am ready for your help. :slight_smile:

add me skpe - darshanlakhatariya1993

It’s just CSS

Contact the author they should fix it easily

1 Like

I think you talking about the text area with the text ‘This product was added to our catalog on Wednesday 15 April, 2015.’ etc. To fix it open your responsive style page and write a new class at the range of below 600px screen width. the style will be
.info{width:100%; float:left;}

find out where the media query range allow you to view under 600px and paste this css there. Hope it will solve your problem
If need any help feel free to ask me

1 Like