Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1220895
    garcosc
    Participant

    Hello:
    I need to put a ruban (ruler image) inside my footer but i have a issue because the ruler image doesn´t work. I put this CSS

    footer #ruban{
    background-image:url(‘http://andresarcos.com/dietplusfr/wp-content/uploads/2016/08/ruban.jpg’);
    background-repeat: repeat-x;
    width:200%;
    height: 56px;
    position:relative;
    left:-120px;
    }

    but it´s shows http://imgur.com/a/IPlNs

    Can you help me?

    kind regards

    #1220945
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1220994
    garcosc
    Participant
    #1220995
    garcosc
    Participant

    if you zoom to 50%, you can check my issue

    Kind regards

    #1221046
    Thai
    Moderator

    Hi There,

    Please try with this CSS instead:

    footer #ruban {
        background-image: url(http://andresarcos.com/dietplusfr/wp-content/uploads/2016/08/ruban.jpg);
        background-repeat: repeat-x;
        width: 200%;
        height: 56px;
        margin-left: -50%;
    }

    Hope it helps 🙂

    #1221052
    garcosc
    Participant

    Thanks, it works!
    if delete div id, who work it inside the footer with max width?

    Kind regards

    #1221087
    Joao
    Moderator

    I am not sure I get your question.

    Your image is full width at the moment on my end.

    Please clarify,

    Thanks

    Joao

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