Page 1 of 1

Future Imperfect

Posted: Thu Mar 24, 2016 12:30 am
by adminvz
Future Imperfect
why in the subject at the insertion code
<script type="text/javascript" src="http://n.actionpay.ru/rotator/5153/subaccount"></script>
banner stretches the entire page Shiren ???
Image

if to change the subject to another, all displayed size

Re: Future Imperfect

Posted: Thu Mar 24, 2016 1:55 am
by Edi
You have two possibilities.

1) You can add a div with the width of the rotating images:

Code: Select all

<div style="width: 250px;"><script type="text/javascript" src="http://n.actionpay.ru/rotator/5153/subaccount"></script></div>
2) You can use the plugin Custom CSS and add the following:

Code: Select all

img {
   max-width: 100%;
   width: auto;
}
This overwrites the definition of the CSS of the theme:

Code: Select all

img {
   width: 100%;
}

Re: Future Imperfect

Posted: Thu Mar 24, 2016 3:43 pm
by adminvz
Thanks Edi all options work