Print (Setting)

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Sep 25, 2013 9:03 pm
Reply with quote
Report this post
Hello!
Configuration problem. The photo is too big.

http://apeoc.org.br/noticias2/34-ultima ... ault&page=
User avatar
Junior Boarder

GK User
Thu Sep 26, 2013 6:17 am
Reply with quote
Report this post
Hi,
yes I saw. It was because we used "min-width" here

Code: Select all
article.item-page img {
    display: block;
    height: auto;
    margin: 20px 0;
    max-width: 100%;
    min-width: 100%;
}


To fix it, you have to add default value for it OR delete this line OR change for example to min-width:50%; or min-width:30%;.

Of course in css for Print only --> gk_news\css\system\print.css

p.s.
remember to disable css compression for a while and clean cms cache.
User avatar
Platinum Boarder

GK User
Thu Sep 26, 2013 12:28 pm
Reply with quote
Report this post
Sorry, but how do it?

p.s.
remember to disable css compression for a while and clean cms cache.
User avatar
Junior Boarder

GK User
Thu Sep 26, 2013 10:55 pm
Reply with quote
Report this post
It does not matter if you do not have enabled this option. Next time check in GK Template settings.

Edit this file: http://apeoc.org.br/templates/gk_news/c ... /print.css

If won't work, use "!important" HTML value.
User avatar
Platinum Boarder


cron