Topic Resolution: Resolved
  • Closed
  • Robert Lavigne
    Spectator
    January 19, 2017 at 2:11 am #32001

    How can I decrease the space between my tagline_box title and the beginning of text. At this time I have close to 1 inch where I would like ½”.

    Page is http://nouvelleconscience.ca
    look under the title SERVICES and PROGRAMMES and APPEL DÉCOUVERTE at the lower end of home page.

    Thanks
    Robert

    Priyank
    Spectator
    Posts: 747
    January 19, 2017 at 11:32 am #32007

    Hi,

    You can reduce spacing between title and content using below css.
    Add below css into custom css option: Theme option -> Custom css.

    .pageid-1806 .wpb_wrapper .wpb_content_element .wpb_wrapper > br {
    display: none;
    }

    If want to reduce more spacing then use this css. For adjust spacing increase or decrease number in margin-bottom value.

    .pageid-1806 .wpb_wrapper .wpb_content_element .wpb_wrapper > .t4p-title{
    margin-bottom: 10px;
    }

    Thank you

    Robert Lavigne
    Spectator
    Posts: 11
    January 22, 2017 at 4:43 am #32091

    Perfect both suggestions worked fine.
    You can close the ticket.
    Thanks for your great support.
    Robert