• Resolved edwinunited

    (@edwinunited)


    Hi,

    I like the theme. Good job.
    Here is my website: https://www.viableplanetsolutions.co.ke/

    On the home page, I have hidden the Portfolio section with css and enabled the Extra Content section to use for CALL TO ACTION text.
    PS: A call to action section or widget might be a nice addition. Wouldn’t it?

    Anyway, my issue is with reducing the white space between the services and the Extra Content Section as well as within within the Extra Content Section. How do I remove the white spaces?

    Many thanks
    Edd

    Edwin

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Edwin,

    Please add following custom CSS:

    .extra_section{
        padding-top:0px;
        padding-bottom:0px;
    }
    .section.service{
        padding-bottom:0px;
    }

    Feel free to adjust the padding according to your needs. Hope it helps.

    Thread Starter edwinunited

    (@edwinunited)

    Thanks. Seems to do the trick for the space between the Sections.

    Is there a way I can remove the white space within the Extra Section i.e Between ‘Talk To us’ and the rest of the text?

    Thanks

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi edwinunited,

    Use Below css rule to reduce space within Extra Section

    p#extra_desc {
    margin-top: 40px;
    margin-bottom: 30px;
    }

    Adjust px according your requirement.

    Thanks

    Thread Starter edwinunited

    (@edwinunited)

    Thank you.

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Most Welcome.

    Thank You

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove white space’ is closed to new replies.