Hard Returns display horizontal lines in custom fields

This topic contains 7 replies, has 3 voices, and was last updated by  Paolo 5 years, 7 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #449058

    Sam Kneller
    Expired Member
    Post count: 38

    Hello there. In custom fields, manual hard returns end up displaying a horizontal line. While soft returns are deleted. Please see the attached image.
    This is visible at http://wordpressmu-139094-403467.cloudwaysapps.com/travel/france/ile-de-france/paris/train-stations/gare-de-paris-saint-lazare-train-station/
    Thanks

    #449062

    Kor
    Moderator
    Post count: 16516

    Hi Sam,

    Thanks for your reply. You can use the custom CSS code below to correct it. Could you give it a try?

    
    
    .geodir-company_info p {
        border-bottom: 0px!important;
    }
    #449077

    Sam Kneller
    Expired Member
    Post count: 38

    Yes, the HR has disappeared but unfortunately, the space it occupies is still there making the line spacing too great between the paragraphs (see the Metro Paris custom field) and before the bullet points. The ‘titles’ appear detached from the points below. Is it possible to remove the bottom border and just have normal spacing? Thanks.

    BonjourLaFrance recommends getting a Paris Visite pass to travel around Paris.

    1, 2, 3 or 5 consecutive days for zones 1-3 (inside Paris). The 1-5 zone Paris Visite Pass includes travel to Versailles, Disneyland as well as Roissy CDG and Orly airports).

    It includes unlimited travel on the metro, bus, tram, and RER.

    In addition you receive discounts at various museums and locations around Paris.

    #449092

    Kor
    Moderator
    Post count: 16516

    Hi Sam,

    Thanks for your reply. You can try adjusting the paddings and margins using the custom CSS code below. Could you give it a try?

    
    
    .geodir-company_info p {
        padding: 0px!important;
    }
    .entry-content p {
        margin-bottom: 0px!important;
    }
    #449504

    Sam Kneller
    Expired Member
    Post count: 38

    Kor,
    That did the trick, the page looks very nice now.
    Thanks for your efforts,
    Sam

    #449680

    Kor
    Moderator
    Post count: 16516
    This reply has been marked as private.
    #449688

    Sam Kneller
    Expired Member
    Post count: 38
    This reply has been marked as private.
    #449897

    Paolo
    Site Admin
    Post count: 31206
    This reply has been marked as private.
Viewing 8 posts - 1 through 8 (of 8 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket