Adjusting my footer width to body content.

Discussion in 'BlackBird WordPress Theme' started by assistant59, Jan 9, 2015.

Thread Status:
Not open for further replies.
  1. assistant59

    assistant59 New Member

    Joined:
    Nov 28, 2014
    Messages:
    23
    Likes Received:
    0
    Hey,

    As seen on http://www.letouquet.grandhotelbellevue.com/ i would like my footer in lightblue to have the same width as the white background above.

    I have tried some things with the css below, but nothing works as intended. Can you help me plz ?
    class="grid_24"
    class="footer"
    class="footer-wrapper"
    class="container_24"
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    Please paste the code given below in custom css.
    (Appearance->Theme Options->Styling Options->Custom Css) of your dashboard.

    Code:
    .footer {
    margin: -15px;
    padding-left: 23px;
    }
    Thanks
    Praveen
     
  3. assistant59

    assistant59 New Member

    Joined:
    Nov 28, 2014
    Messages:
    23
    Likes Received:
    0
    Hi,

    Thanks for your help it seems to work very well.
    I just need to make some work on css to see if its ok on low width too.

    But thanks, should work fine :)

    Best regards,
     
Thread Status:
Not open for further replies.

Share This Page