-
AuthorPosts
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
July 24, 2017 at 2:50 am #1050922Hi
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
July 24, 2017 at 11:55 am #1051080I 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 ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
July 25, 2017 at 1:09 am #1051192Hi
Add below code in custom.css file to add no-repeat style.mainbody {background-repeat:no-repeat}
Regards
July 25, 2017 at 2:15 pm #1051459ok, 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,
PaulPankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
July 26, 2017 at 3:04 am #1051580Hi
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
July 26, 2017 at 10:38 am #1051725Stupid 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 ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
July 27, 2017 at 2:14 am #1051834Hi
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
-
AuthorPosts
This topic contains 8 replies, has 2 voices, and was last updated by muug 7 years, 3 months ago.
The topic ‘background image – no repeat’ is closed to new replies.