Move 3 column feature area below slider image

Discussion in 'Woodpecker WordPress Business Theme' started by bwdaugherty, Jan 31, 2015.

  1. bwdaugherty

    bwdaugherty Member

    Joined:
    Nov 26, 2012
    Messages:
    118
    Likes Received:
    0
    Is it possible to move the 3 column feature area below the slider image so that it doesn't cover the slider?

    See photo
     

    Attached Files:

    • move.png
      move.png
      File size:
      1,001.2 KB
      Views:
      3
  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.

    Code:
    .content-container {
    margin-top: 0;
    }
    Thanks,
    Praveen
     

Share This Page