Make the website wider? (Blackbird)

Discussion in 'BlackBird WordPress Theme' started by lauramts123, Apr 20, 2015.

  1. lauramts123

    lauramts123 New Member

    Joined:
    Jun 20, 2013
    Messages:
    16
    Likes Received:
    0
    Location:
    1084 Lancaster Avenue Bryn Mawr, PA 19010
    I use the blackbird theme and am wondering if there is a way to configure it so that it uses the whole screen more efficiently. As it is now, there are always wide margins on both sides and I'd like a larger cleaner look.

    Thanks!
    www.mainlinecounselingpartners.com
     
  2. praveen

    praveen Support Staff

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

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    body {
      background: none !important;
    }
    It will make your website looks cleaner.

    Thanks,
    Praveen
     
  3. lauramts123

    lauramts123 New Member

    Joined:
    Jun 20, 2013
    Messages:
    16
    Likes Received:
    0
    Location:
    1084 Lancaster Avenue Bryn Mawr, PA 19010
    Thanks, I added it, but not sure if it worked, there are still margins, but I think it does look cleaner...is there a way you can check?
     
  4. praveen

    praveen Support Staff

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

    I have checked your website.
    It seems that you have not paste and saved the css code in custom CSS section.

    Kindly used that code.
    It will resolve your issue.

    Thanks,
    Praveen
     

Share This Page