Hello,
I purchased the 2038 template which I think is great, but I'm having a problem with articles.
My articles have images inside with specific size but in all of them I see the images in a full size getting 100% width.
You can see an example here:
http://www.vacacionesencostarica.com/J3/index.php/garden-flowers/254-p-economicos3
I have other websites with other AS templates but this is the first time I have this issue.
Thank you in advance.
AS Templates
POSTED: 2018-05-22
Hello RGNILSON,
In the 'templates/as002038/css/tmpl.default.css' file please find the following class (line 496) and set width property to 'auto'
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 purchased the 2038 template which I think is great, but I'm having a problem with articles.
My articles have images inside with specific size but in all of them I see the images in a full size getting 100% width.
You can see an example here:
http://www.vacacionesencostarica.com/J3/index.php/garden-flowers/254-p-economicos3
I have other websites with other AS templates but this is the first time I have this issue.
Thank you in advance.
In the 'templates/as002038/css/tmpl.default.css' file please find the following class (line 496) and set width property to 'auto'
.item_img img, .category_img img, .item_fulltext img, .random-image img, aside .img-intro__left img, aside .img-intro__right img
{
width: 100%;
padding: 0px;
}
Regards, AS Team.