Hi I bought extended licence for template as002058 and I got stuck with the mobile version.
1. menu on 10" tablet is like desktop version, which looks awfull (in 2 lines)
2. pictures in the articles are not resizing for smartphones.
I checked if there is any sign of dimensions while I was adding the pictures, but it is clear. What to do to make it look good? (this is the last thing in this project and the deadline was 2 weeks ago :()
AS Templates
POSTED: 2016-11-08
Hello PANICYRENA,
What is your website url? Please provide us with screenshots of the problem, the images you can upload on your server and let us know the links.
Regards, AS Team.
panicyrena
POSTED: 2016-11-08
The problem with resizing is solved. There was some "trash" from the previous template left causing trouble.
http://www.cf2.handcraftedinconamara.com
Hello PANICYRENA,
The template is designed to support HTML5 elements, the HTML5 does not support tables, for the tables you have to create your own css and put it in the style.custom.css file.
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
1. menu on 10" tablet is like desktop version, which looks awfull (in 2 lines)
2. pictures in the articles are not resizing for smartphones.
I checked if there is any sign of dimensions while I was adding the pictures, but it is clear. What to do to make it look good? (this is the last thing in this project and the deadline was 2 weeks ago :()
What is your website url? Please provide us with screenshots of the problem, the images you can upload on your server and let us know the links.
Regards, AS Team.
http://www.cf2.handcraftedinconamara.com
http://cf2.handcraftedinconamara.com/images/tablet-v.jpg
http://cf2.handcraftedinconamara.com/images/tablet-h.jpg
I have also problem with tables. Can't see the border and whenever I set up ie "width: 80%" after saving every cell has it's own style.
Before saving
<table style="width: 80; border-color: #000000; border="1">
<tbody>
<tr>
<td> Age</td>
<td> Cause of Claim</td>
<td> Benefit Paid</td>
<td> Length of time policy was in force</td>
<td> Occupation</td>
</tr>
<tr>
<td> 33</td>
<td> Breast cancer</td>
<td> €293,843</td>
<td> 8 years</td>
<td> Administrator</td>
</tr>
<tr>
<td> 41</td>
<td> Road traffic accident</td>
<td> €256,021</td>
<td> 6 years</td>
<td> Home Maker</td>
</tr>
<tr>
<td> 50</td>
<td> Renal cancer</td>
<td> €197,230</td>
<td> 25 years</td>
<td> Home Maker</td>
</tr>
</tbody>
</table>
After saving
<table style="width: 68%; height: 103px; border-color: #000000; margin-left: auto; margin-right: auto;" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="width: 39px;"> Age</td>
<td style="width: 149px;">Cause of Claim</td>
<td style="width: 104px;"> Benefit Paid</td>
<td style="width: 227px;"> Length of time policy was in force</td>
<td style="width: 81px;"> Occupation</td>
</tr>
<tr>
<td style="width: 39px;"> 33</td>
<td style="width: 149px;"> Breast cancer</td>
<td style="width: 104px;"> €293,843</td>
<td style="width: 227px;"> 8 years</td>
<td style="width: 81px;"> Administrator</td>
</tr>
<tr>
<td style="width: 39px;"> 41</td>
<td style="width: 149px;"> Road traffic accident</td>
<td style="width: 104px;"> €256,021</td>
<td style="width: 227px;"> 6 years</td>
<td style="width: 81px;"> Home Maker</td>
</tr>
<tr>
<td style="width: 39px;"> 50</td>
<td style="width: 149px;"> Renal cancer</td>
<td style="width: 104px;"> €197,230</td>
<td style="width: 227px;"> 25 years</td>
<td style="width: 81px;"> Home Maker</td>
</tr>
</tbody>
</table>
Hope it is clear enough. Thanks
The template is designed to support HTML5 elements, the HTML5 does not support tables, for the tables you have to create your own css and put it in the style.custom.css file.
Regards, AS Team.