• Resolved yesmaybe

    (@yesmaybe)


    there is too much space between the ‘service’ section and the ‘blog’ section on the home page. I tried adjusting the padding 90px on the style.css but there is still a bit of extra blankness. Any ideas?

    https://turkeyturkish.co.uk/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello Yesmaybe,

    Thank you for getting in touch. Generally we do not provide support for customizations as we only provide support for theme issues, however we’re happy to help with minor tweaks such as this.

    To make the change you want you can achieve this using custom css. Please add the following custom css to your site via either a child theme or directly from the theme options panel under General Settings -> Custom CSS:

    .enigma_blog_area {
    padding-top: 0px !important;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter yesmaybe

    (@yesmaybe)

    Hi Manoj,

    That is very useful thank you. I have removed the extra padding in the lower sections and like the result.

    .enigma_service {
    padding: 0px !important;
    }

    .enigma_blog_area {
    padding: 0px !important;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘adjust padding below service’ is closed to new replies.