cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

problem with auto-adjust the width of a tamplate

Hello,

We would like to ask you for a help.

We have some issue with auctions on eBay: when we check the compatibility of our auction on:

http://www.ebay.com/tools/sell/mobile-friendly-test

It shows that the content is to wide however in the code we have a line of program that should adjust the width to the device:

<meta name="viewport" content="width=device-width, initial-scale=1">



the whole part of the code is :

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

<meta name="viewport" content="width=device-width, initial-scale=1">

<style>

@-ms-viewport{

width: device-width;

}

.tabela_01 {width: 900px; height: 6116px; }

@media (min-width: 10px) and (max-width: 900px) {

img {

    max-width: 100%;

    height: auto;}

}

#Tabela_01 {margin:0 auto;}

#Tabela_01 img{display: block; margin:0px; padding:0px;}

</style>

<table id="Tabela_01" cellpadding="0" cellspacing="0">

<tbody><tr>

<td>

If anyone has an idea where is the problem and  how to fix it ?

Accepted Solutions (0)

Answers (0)