How to lower the 3 column area?

Discussion in 'Woodpecker WordPress Business Theme' started by bernz3, Jul 13, 2015.

  1. bernz3

    bernz3 Member

    Joined:
    Feb 18, 2012
    Messages:
    56
    Likes Received:
    0
    How do I lower the 3 boxes plus box in the 3 column area so that it will sit under the rotating banner?

    Thank you,


    Ben
     
  2. praveen

    praveen Support Staff

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

    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 !important;
    }
    Thanks,
    Praveen
     

Share This Page