• Resolved wringham

    (@wringham)


    Hi @anlino. Thank you for writing such an excellent theme and for continuing to support it here. 1. My homepage displays a single image but there’s a lot of whitespace/padding above the it. Is there a way to reduce that? 2. I’d also like to remove the box border effect when using a white site background if possible? Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello this should do the trick, into your custom css :

    .single-container { box-shadow: none; }

    It deletes the shadow around your image, since your image has a white background and you website too, there is no need to delete the margin, hope it helps

    Thread Starter wringham

    (@wringham)

    It worked! Thank you!

    • This reply was modified 10 months, 2 weeks ago by wringham.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove padding and border on homepage image’ is closed to new replies.