• I’m having a hard time with the www.ads-software.com I just switched from WordPress.com. I added my ads and now they are being cut off on right hand side. My site is thetrialdiaries.com. I’m not familiar with code but maybe someone can direct me on how to fix this problem. My theme is Yoko an I can’t get the ads any smaller from the company I use. Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • can you post a link to a page with ads? I’m not seeing anything at all regarding ads

    The #tertiary div has a width specified as 23.75%
    It in turn has iframe elements in it which then contain your adds, the width is specified as 300 (presumably 300px).

    So you have to change your layout, various ways.
    Change theme to one which has column widths in px
    Rework this theme to use the space better.

    Immediate expedient solution.
    Create a child theme:
    In the child style.css:

    #main {
     width: 600px;
    }
    #tertiary {
     width: 300px;
    }

    Thread Starter thetrialdiaries

    (@thetrialdiaries)

    thetrialdiaries.com

    Thread Starter thetrialdiaries

    (@thetrialdiaries)

    Where do I get child style? I didn’t know I’d have to be an IT person just to use www.ads-software.com lol

    creating a child theme https://codex.www.ads-software.com/Child_Themes
    it is easy.
    There is a plugin that can do it too, but while it works, it does look untidy, do it yourself if you can.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Ads Are Cut Off On Right Hand Side’ is closed to new replies.