• Resolved digitalartempire

    (@digitalartempire)


    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.
    ———————————————————–*/

Viewing 6 replies - 1 through 6 (of 6 total)
  • The CSS is either in the page itself– in index.php, for example, or in an included file. One included file is the one you posted. Have you looked in ‘css/undo.css’ and ‘css/master.css’? There may be more but it would be easier to say if you posted an URL?

    Thread Starter digitalartempire

    (@digitalartempire)

    hey apljid tx for teh reply
    how do i get to these

    @import url(“css/undo.css”);
    @import url(“css/master.css”);

    wher can i access these and change them

    sorry i cany post my url my site isnt launching yet

    look forward to hearing from you b

    Those are relative paths. Start in the directory that has the css you posted. There should be a folder named css and inside that should be undo.css and master.css and maybe other stuff too.

    Thread Starter digitalartempire

    (@digitalartempire)

    yeh there is although in master css it says i have to dowlload a childe theme and change that- ? is this normal ?

    also in undo css there s not much code now w125 widget code or sidebar stuff aplidji any ideas ? tx

    Its normal for themes that use child themes. Why don’t you read this for now. And post an URL.

    Thread Starter digitalartempire

    (@digitalartempire)

    @apljdi

    do you know how you can put posts in pages ?

    or mave a menu say home about tuts that have posts in ?

    cheers

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘hi how do i change teh css if it not in the css file ?’ is closed to new replies.