1. If I change the image size in the editor, it will not be adjusted in the frontend. Why? If I change the line 274 in style.default.css:
. item_img img,
. category_img img,
. item_fulltext img,
. random image img,
aside. intro__left img img
aside. intro__right img img
{
width: 350px;
}
then the image is displayed with 350px. When I say "width: auto", the image is displayed in full size.
2. If I create a table with border in the editor, I see no border in the frontend.
AS Templates
POSTED: 2014-01-28
Hello SRICHTER,
1. It is because the template has responsive design, all images will be adjusted accordingly to device screen, accept in cases where you have image width property in css classes.
2. This template is fully based on HTML5 elements, we are not using any tables in our templates, as result there is no css, in your case you have to write your own css or ask for our services.
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
i have two problems:
1. If I change the image size in the editor, it will not be adjusted in the frontend. Why? If I change the line 274 in style.default.css:
. item_img img,
. category_img img,
. item_fulltext img,
. random image img,
aside. intro__left img img
aside. intro__right img img
{
width: 350px;
}
then the image is displayed with 350px. When I say "width: auto", the image is displayed in full size.
2. If I create a table with border in the editor, I see no border in the frontend.
1. It is because the template has responsive design, all images will be adjusted accordingly to device screen, accept in cases where you have image width property in css classes.
2. This template is fully based on HTML5 elements, we are not using any tables in our templates, as result there is no css, in your case you have to write your own css or ask for our services.
Regards, AS Team.