he design of my page in Internet Explorer 11 is very different from Google Chrome 34
Hello.
I am creating the next page http://www.tavad.com/tratamiento_drogas
Also this created a stylesheet (2101.css) for the page itself to avoid conflicts with existing topic.
The result is as expected in Chrome, but in Internet Explorer 11 and 320 x 533 (Samsung Galaxy SII) No pictures or texts are correctly adjusted.
They could explain to me how to correct this problem. Await your reply
Thank you. John
Hey Juan-Jose!
Your images/text are not being display properly because you are inserting them using css instead of inserting them on your html ( images ) also the text/images need to be adjusted ( on Samsung sII ) because the way you are inserting them, advice : use html for the images and use media queries for the text ( to correct the position on your devices. ).
Avia Page builder allow you to insert Images under media elements > image.
Cheers!
David
Hey David
Css is being used. In some background images because the image in html text is not overlaid. Can you make as you indicate? I could send some example.
I’m using media queries but are not set correctly for all devices, I started from the enfold the subject. Is there any update that correctly fits Samsung sII
Regards. Juan
Hi!
Media queries are based on the screen size and they may vary from device to device. If you know which screen size your Samsung sII has you can add some additional media queries to your code like:
@media only screen and (min-width: 767px) and (max-width:999px){
/* your custom css code for Samsung sII users */
}
Replace 999 with the screen size of your Samsung SII device.
Regards,
Peter