Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • rdevereaux Friend
    #139250

    I have a problem with my site. I have removed the articles from the frontpage but the module background remains…….Is there a way that I can remove this from the frontpage without removing it from the rest of the pages where we want the articles shown?

    Click here to see the screen shot!

    ahmedhn Friend
    #296446

    Edit template.css

    [PHP]#ja-current-content {
    padding: 20px;
    background: url(../images/content-top.gif) no-repeat center top;
    }[/PHP]

    change to:

    [PHP]#ja-current-content {
    background: url(../images/content-top.gif) no-repeat center top;
    }[/PHP]

    Basically remove “padding:20px;”

    questbg Friend
    #296448

    Hi Becca

    Did you unpublish the module?

    Maybe a crazy question but I’ve not worked with that template! 🙂

    Must talk to you about BootCamp in your Dock, I’ve got a problem with mine but that’s for later.

    Best
    Chris

    sfpkent Friend
    #296451

    Hi,

    ahmedhn is right, that is actually body of the template but not a module, we have to totally remove it.

    rdevereaux Friend
    #296456

    <em>@ahmedhn 118353 wrote:</em><blockquote>Edit template.css

    [PHP]#ja-current-content {
    padding: 20px;
    background: url(../images/content-top.gif) no-repeat center top;
    }[/PHP]

    change to:

    [PHP]#ja-current-content {
    background: url(../images/content-top.gif) no-repeat center top;
    }[/PHP]

    Basically remove “padding:20px;”</blockquote>

    This does remove it from the frontpage………

    but look what it does to the rest of the articles :((

    Click here to view screen shot

    rdevereaux Friend
    #296757

    Bumping back to the top!

    ahmedhn Friend
    #296760

    Not quite sure about this.. But try creating a new article and see if the formatting is right?

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 4 voices, and was last updated by  ahmedhn 15 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum