Adjust padding on homepage

Discussion in 'StartPoint Business One Page WordPress Theme' started by rexmanaster, Nov 13, 2014.

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

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    Hi,

    How can I adjust padding where indicated in the attached screen shot?

    Please note, I have added code to hidd the gallery, testimonial, and blog sections from the homepage - so the 3 Column Feature Area is now immediately above the Contact Section.

    Thanks!
     

    Attached Files:

  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello!

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    div#section6 {
    padding-top: 0;
    }
    .recent-blog-header p.saperator {
    margin-bottom:0;
    }
    
    Thanks & Regards
    Pramod
     
  3. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    Thanks, Pramod.
     
Thread Status:
Not open for further replies.

Share This Page