Hi,
I have been applying news2 template to my site and i figure out that in Joomla Category Blog View images are not responsive although images don't have height or width attributes.
You can see from the attachment.
.blog .items-row > div,
.blog-featured .items-row > div {
border-left: 1px solid #e5e5e5;
border-top: 1px solid #e5e5e5;
padding: 32px;
vertical-align: top;
}
section img {
height: auto !important;
max-width: 100% !important;
width: 100%;
}
teitbite wrote:Hi
I was asked to take a look at the issue. I think adding this code to css should help:
- Code: Select all
section img {
height: auto !important;
max-width: 100% !important;
width: 100%;
}
teitbite wrote:Hi
I was asked to take a look at the issue. I think adding this code to css should help:
- Code: Select all
section img {
height: auto !important;
max-width: 100% !important;
width: 100%;
}
.blog.itemList img {
height: auto !important;
max-width: 100% !important;
width: 100%;
}
.blog.itemList img {
height: auto !important;
max-width: 100% !important;
width: 100% !important;
Cyberek wrote:Please correct the change you did to override.css so it looks this way:
- Code: Select all
.blog.itemList img {
height: auto !important;
max-width: 100% !important;
width: 100% !important;
and write back if it helped.
Cyberek wrote:Could you please post an url to your site to a place where the problem can be seen and create a screenshot of desired outcome?
.blog.itemList img {
height: auto !important;
max-width: 100% !important;
width: 100% !important;
}
.blog.itemList img {
height: auto !important;
max-width: 100% !important;
}
Cyberek wrote:I have asked more advanced developers for help. I'll write back as soon as I'll get an answer.
Cyberek wrote:Please send me a PM with:
1. URL to your website
2. login and password of user with admin/super-admin privileges (please create one for me)
3. ftp data (host, user, password)
4. link to this thread
section img {
height: auto !important;
max-width: 100% !important;
width: 100%;
}
.blog.itemList img {
height: auto !important;
max-width: 100% !important;
width: 100% !important;
}
#gkMainbody .blog.itemList, #gkMainbody .blog-featured.itemList {
width: 100%;
table-layout: fixed;
margin: 0;
}
#gkMainbody {
padding: 32px 0
}
section article {
padding: 0 32px;
}
#gkMainbody {
padding: 32px 0;
}
Cyberek wrote:Is there anything else I can help you with regarding this topic?