Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1050922

    Hi
    I just checked your site and its not showing the image in background: http://prntscr.com/fzfkxn
    Could you add the image and update me here?
    Kindly follow this documentation for template configurations.

    Regards

    muug Friend
    #1051080

    I did remove the image because it was repeated at least twenty times. 🙂
    But I’ve added one now. 😉
    Joomla’s GUI does not show an option to check or uncheck the repeat. Well, not for every section.
    About the documentation: I’ve read it, but I’m no coding man. I don’t get CSS-files, I’m really very bad in those things. That’s why I chose Joomla in the first place, because you can do so much stuff without having to know how to code.
    I hope you can help me.

    Pankaj Sharma Moderator
    #1051192

    Hi
    Add below code in custom.css file to add no-repeat style

    
    .mainbody {background-repeat:no-repeat}

    Regards

    muug Friend
    #1051459

    ok, it works, you can check the results. I’ve put a big picture of the owl chicken as background. It’s clear this template hasn’t been designed for this. It glues to the left, it doesn’t stretch all over the site, it’s not responsive…
    I’ll let it this way for you, but I’ll remove it tomorrow at noon. 😉
    Is this built in with Joomla Purity you think?

    Thanks,
    Paul

    Pankaj Sharma Moderator
    #1051580

    Hi
    I do not see the background image on site http://prntscr.com/g0c746
    The bg image size depends on the size of the image and the container size.
    You can put the image back and wait for my reply so i can check it for you.

    Regards

    muug Friend
    #1051725

    Stupid me ! I had it added, but I’ve must have removed it again while searching other options.
    It’s visible now, I’m sure of that. Upper left corner, a drawing of an old building. It’s a small picture, too small to cover the complete background. In Joomla you can check "left" or "right", that’s it. I haven’t found where I can change the container size.

    Pankaj Sharma Moderator
    #1051834

    Hi
    The size of image is small so it can fill all over the page.
    As it set to NO-repeat you can apply the background size css style
    in custom.css file, if it suits you

    .mainbody {
        background-repeat: no-repeat;
        background-size: contain;
    }

    Regards

    muug Friend
    #1051959

    Perfect, thanks a lot ! Viva this forum !

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

This topic contains 8 replies, has 2 voices, and was last updated by  muug 6 years, 9 months ago.

The topic ‘background image – no repeat’ is closed to new replies.