Tagged: x
-
AuthorPosts
-
April 22, 2016 at 2:21 pm #895774
ArchStanton1ParticipantDear Support,
My background pattern is breaking near to the footer please check the image. How can I solve this problem?
And I also would like to adjjust my tags to right a little bit.
website: hogyanfogyj.com
Thank you in advance!
ZoltanApril 23, 2016 at 8:07 am #896615
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> CSS :
body { background-size: cover; } .entry-footer { padding: 0 20px; }Hope it helps.
April 23, 2016 at 9:45 am #896681
ArchStanton1ParticipantDear Support,
Everything is working well except the result is not really good. If you compare the two printscreen you can see the background is exaggerated after the css code:
Can we set up the cover without the exaggerate?
Thank you in advance.
Zoltan
April 24, 2016 at 7:27 am #897362
ChristopherModeratorHi there,
Cover value scales the background image to be as large as possible so that the background area is completely covered by the background image. Some parts of the background image may not be in view within the background positioning area
Please try following code one by one and check which one works better :
body { background-size: contain; }body { background-size: 100% 100%; }Hope it helps.
April 24, 2016 at 8:05 am #897385
ArchStanton1ParticipantThe 2nd is working pretty well.
Thank you!
April 24, 2016 at 4:42 pm #897791
NicoModeratorHappy to hear that.
Feel free to ask us again.
Have a great day! 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-895774 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
