Hello AS Templates_Team,

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.