Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #895774
    ArchStanton1
    Participant

    Dear 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.

    http://imgur.com/L8avao8

    website: hogyanfogyj.com

    Thank you in advance!
    Zoltan

    #896615
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    body {
    background-size: cover;
    }
    .entry-footer {
        padding: 0 20px;
    }
    

    Hope it helps.

    #896681
    ArchStanton1
    Participant

    Dear 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:

    http://imgur.com/klhsdUu

    Can we set up the cover without the exaggerate?

    Thank you in advance.

    Zoltan

    #897362
    Christopher
    Moderator

    Hi 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.

    #897385
    ArchStanton1
    Participant

    The 2nd is working pretty well.

    Thank you!

    #897791
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Have a great day! 🙂

  • <script> jQuery(function($){ $("#no-reply-895774 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>