hi how do i change teh css if it not in the css file ?
-
hi ive been told to do this- to chnge the to have two column adds
The parent DIV that the ad code is inside probably isn’t wide enough. You really need a *minimum* of 250px of horizontal space to have two ad columns, more if you use the default CSS. You could try reducing the CSS padding around the ads from 10px to something lower.
#wp125adwrap_2c .wp125ad { padding:4px; }
BUT my css file looks like this please tell me how i can change the css thankyou : )
*//* Import Stylesheets
———————————————————–*/
@import url(“css/undo.css”);
@import url(“css/master.css”);/* Required WordPress Classes, don’t remove these.
———————————————————–*/
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft { float: left; }
.alignright { float: right; }/* Make all custom CSS changes in a Child Theme. See this tutorial for instructions:
—-> https://themes.jestro.com/vigilance/easy-upgrading-wordpress-child-themes/ <—-
Any custom changes you make here will not be overidden when you upgrade the theme.
———————————————————–*/
- The topic ‘hi how do i change teh css if it not in the css file ?’ is closed to new replies.