Is it possible to configure the size of the presentation image in an article? They are too big and I'm sorry but I can't find a way to do it in joomla configuration
Thanks and sorry for the inconvenience

Hi

It due to the concept of this template, it shows the large image in article page. Could you share the URL of your site and tell me which dimension you want to set for the image? I will suggest css customization. Something like:

.item-image img {
    width: /*your_value_here*/;
}
.layout-default-sublayout .detail-page figure.pull-left.item-image {
    text-align: center;
}

Regards

Hi, saguaros,
The dimensions i will try which is better. Will be possible use % size? No recomended?
The dimensions are in px? for example 800 px.
Thank you so much

Ok,
I try withd pixels and % and work fine.
Thank you so much Saguaros
You can close the ticket

Write a Reply...
You need to Login to view replies.