View Single Post
  #900  
Old 04-07-2015, 12:47 AM
 
xtech xtech is offline
 

X-Adept
  
Join Date: Jun 2010
Posts: 605
 

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Originally Posted by PhilJ
That depends on what kind of HTML you want to display. If you want to use columns in the descriptions, utilise the Bootstrap responsive grid system.

Thank you for your help.I have added this code in head tag
HTML Code:
{literal} <style> .erb-image-wrapper img{ max-width:100% !important; height:auto; display:block; } </style> {/literal}

and call the html code in body
<div class="erb-image-wrapper">
My code here
</div>
But it is not working in Firefox.Can you please provide me browser specific code?

Thanks.
__________________
X-cart Platinum
4.6.1
Reboot template
Reply With Quote