PiterKa Posted November 8, 2013 Share Posted November 8, 2013 I have installed CMS on home page module for my responsive theme. Everything looks fine when you access page from computer, but when I try to open the page on tablet, images are not getting resized and the page looks ugly. Could you please advice, how this should be done to respect responsive theme requirements ? I'm not familiar with responsive themes and this is quite new to me. Link to comment Share on other sites More sharing options...
vekia Posted November 8, 2013 Share Posted November 8, 2013 hello i checked your website but i can't localize cms on homepage, this is how it looks for me: Link to comment Share on other sites More sharing options...
PiterKa Posted November 9, 2013 Author Share Posted November 9, 2013 CMS on homepage is three images located under the slider. So I have no text but I want to use images with links to make homepage more custom. Link to comment Share on other sites More sharing options...
vekia Posted November 9, 2013 Share Posted November 9, 2013 ok, thanks, in this case you have to use media queries also for these images. you need to define css styles for mobile devices. (the same as for other elements, you can just copy styles and apply them to these images) Link to comment Share on other sites More sharing options...
PiterKa Posted November 9, 2013 Author Share Posted November 9, 2013 ok, thanks, in this case you have to use media queries also for these images. you need to define css styles for mobile devices. (the same as for other elements, you can just copy styles and apply them to these images) Thank you for your reply, if you have a tutorial you could refer to me, I would appreciate, or I will just google and try to see how this should be defined. Link to comment Share on other sites More sharing options...
vekia Posted November 9, 2013 Share Posted November 9, 2013 @media only screen and (max-width: 767px) and (min-width: 480px) .BLOCK_NAME { styles like width height here } these styles are for tablets just define own styles for these blocks 1 Link to comment Share on other sites More sharing options...
PiterKa Posted November 10, 2013 Author Share Posted November 10, 2013 @media only screen and (max-width: 767px) and (min-width: 480px) .BLOCK_NAME { styles like width height here } these styles are for tablets just define own styles for these blocks Thank you ! Link to comment Share on other sites More sharing options...
vekia Posted November 10, 2013 Share Posted November 10, 2013 now looks much better one thing: change css styles for Nasz Wybór - width:100%; clear:both; display:block; after these changes: Link to comment Share on other sites More sharing options...
PiterKa Posted November 25, 2013 Author Share Posted November 25, 2013 I was thinking, if I could place four sliders modules (responsive) 200x200 under main slider then I would make it easy to mange. Is it possible to place four sliders on one page in one row ? Link to comment Share on other sites More sharing options...
vekia Posted November 25, 2013 Share Posted November 25, 2013 in front office almost everything is possible,in this case - only with css / tpl file code modifications Link to comment Share on other sites More sharing options...
Slumdog Posted October 8, 2014 Share Posted October 8, 2014 Hi vekia, Please tell me how can I use responsive images in "Details" of the product. I have a project where the customer used images inside Product details section and on mobile devices those images are not responsive... I have to use the same method with css?? I dont' want to disappear those images on mobile. i want them to resize... Thank you. Link to comment Share on other sites More sharing options...
vekia Posted October 8, 2014 Share Posted October 8, 2014 to image, if theme is based on bootstrap add class 'img-responsive' class="img-responsive" Link to comment Share on other sites More sharing options...
Andrea Tanda Posted April 28, 2017 Share Posted April 28, 2017 to image, if theme is based on bootstrap add class 'img-responsive' class="img-responsive" Hi. I did as you suggested for an image in my CMS block, putting "responsive" attribute in html code, but image is still almost hidden (see attachment). Any suggestion? Thanx Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now