grey area and slider to far to the left

Discussion in 'ColorWay WordPress Theme' started by connecte, Jul 9, 2015.

  1. connecte

    connecte New Member

    Joined:
    Sep 3, 2014
    Messages:
    19
    Likes Received:
    0
    Hello,

    Two issues:

    1. My slider *seems* to be not centered. It is too far to the left.
    2. There is a grey area behind my page that I do not want there -- help!

    www.connectedbirthva.com

    Thank you.
     
  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 section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    1>
    Code:
    @media only screen and (min-width: 1261px){
    .slide {
      margin-left: 125px !important;
    }
    }
    2>
    Code:
    body {
      background: none;
    }
    
    Thanks,
    Praveen
     

Share This Page