Width of slider - how to change from 550px ?
The width of the slider is being controlled by some inline CSS.
However I cannot find reference to 550px in any of the code for the plugin.
I have tried using
HTML Code:
.related-ads-slider {
width: 94% !important;
}
This works on my local server but not on my live server.
I have made my site wider than the normal Classipress width (as its a bit too narrow for modern computers).
I'm just having difficaulty finding where its pulling this inline CSS from as its not used in the files:
- cp-related-ads.php
- script.js
- style.css
Thanks
- - - Updated - - -
width550.jpg
Forgot to attach the image showing the code and stuff.