Support Offline: Mon - Fri / 08:00am - 05:00pm (GMT +7)
Your Time: Our Time:

check Ipad CSS

More
7 years 9 months ago #13253 by Mauri Gomez
Ipad CSS was created by Mauri Gomez
Hi all I have a problem with images on the iPad version (they display too small in articles) I would like to specify witdh of 100% where I must add this line? Where is the CSS for iPad located?

Thanks in advance,

Mauri

Please Log in or Create an account to join the conversation.

More
7 years 9 months ago #13262 by Huyen Tran
Replied by Huyen Tran on topic Ipad CSS
Dear Mauri.
Thank you for using product our.
I'm sorry. Please give me link your site and some image that show this problem. I will check it for you

Best Regards,
Huyen Tran

Please Log in or Create an account to join the conversation.

More
7 years 9 months ago #13267 by Mauri Gomez
Replied by Mauri Gomez on topic Ipad CSS
For example here

www.eventosbarcelona.com/en/events-news/ibis-gala-dinner-hilton

All the images of the article (in a computer or phone its ok, not on iPad)

Thanks

Please Log in or Create an account to join the conversation.

More
7 years 9 months ago #13272 by Huyen Tran
Replied by Huyen Tran on topic Ipad CSS
Hi Mauri Gomez.
I get a message when go to your administrator:
"Forbidden

You don't have permission to access /administrator/ on this server.

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request."
You can fixed it below:
Please go to template/custom code/Before </head> and insert line code below:
<style>
@media (max-width: 1200px) and (min-width: 768px){
#k2Container .itemBody .itemFullText img {
width: auto !important;
}
}
</style>
If you still don't done. Please check your administrator I will fix it for you.

Best Regards,
Huyen Tran

Please Log in or Create an account to join the conversation.

More
7 years 9 months ago #13300 by Mauri Gomez
Replied by Mauri Gomez on topic Ipad CSS
Hi Huyem sorry it was a problem with the admin section, I added the code you wrote and it works perfectly thanks! Its possible to add it in a .css file so the code its cleaner?

Please Log in or Create an account to join the conversation.

More
7 years 9 months ago #13318 by Huyen Tran
Replied by Huyen Tran on topic Ipad CSS
Hi Mauri.
Thank your feedback to me again.
You can add line code in file css of template.
Please check it again.

Best Regards,
Huyen Tran

Please Log in or Create an account to join the conversation.

More
7 years 9 months ago #13344 by Mauri Gomez
Replied by Mauri Gomez on topic Ipad CSS
Hi Huyen I´ve added this

@media (max-width: 1200px) and (min-width: 768px){
#k2Container .itemBody .itemFullText img {
width: auto !important;
}
}

into custom.css and it seems to work

Thanks! :-)

Please Log in or Create an account to join the conversation.

More
7 years 9 months ago #13354 by Huyen Tran
Replied by Huyen Tran on topic Ipad CSS
Hi Mauri.
Thanks your feedback to me again.
You can come back when has other question.
I will lock this topic

Best Regards,
Huyen Tran

Please Log in or Create an account to join the conversation.

Moderators: Jackie
Time to create page: 0.039 seconds
Powered by Kunena Forum