• Hi, I am a bit of a newbie to WP and creating a new e-commerce site.

    I have a hit a bit of a hurdle and would really appreciate any help, my website is https://www.nowlaugh.com and i have a few issues on the homepage I can’t seem to fix:

    – I need to reduce the spacing on my home page between the top and the bottom.
    – also need to reduce the space and remove the lines in-between each section on the home page.

    I am using J-shortcodes for the columns if that makes any difference and I have created a child theme as well.

    Any help would be be greatly received.

    Thank you in advance to anyone who can help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • You may reduce the space at top be reducing the padding shown bellow

    .site-header {
    	/* padding: 24px 0; */
    	/* padding: 1.714285714rem 0; */
    }

    Kindly let us know this is what you are talking about?

    Thread Starter Nowlaugh

    (@nowlaugh)

    Thank you for replying to my post.
    My friend and I actually tried this yesterday by reducing the padding below 24px but it had no affect.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You have a syntax error in your Child Theme style.css file.

    Thread Starter Nowlaugh

    (@nowlaugh)

    Thank you Andrew, I am going to sound silly but I am a completely newbie and have no idea what a syntax error is. Can you elaborate and can I fix this easily?

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Reducing spacing on the home page’ is closed to new replies.