• Resolved dariohuertacontact

    (@dariohuertacontact)


    Hi,

    I am Darío Huerta. I downloaded this theme some days ago but yesterday writing one page I realized that there is no space between paragraphs or even between titles.

    I’ve tried to add some additional CSS code to solve this, but it’s not working either.

    Could someone lend me a hand, please?
    Thanks in advance.

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter dariohuertacontact

    (@dariohuertacontact)

    Hi, can someone lend me a hand??

    Theme Author Nayra Themes

    (@nayrathemes)

    Hello @dariohuertacontact

    First, Thanks for using Thai Spa theme.

    Which title & text you are talking about ? Please share here screenshot so we will be able to helps you exactly.

    Thanks
    Nayra

    Thread Starter dariohuertacontact

    (@dariohuertacontact)

    Every title and paragraph had no margin.

    I added this additional CSS and now it’s working fine.

    h4, p {
      margin-bottom: 30px;
      }
    
    h1, h2, h3 {
    	margin-top: 20px;
    	margin-bottom: 40px;
    }

    If you know any other way I can deal with this, I’ll be glad to hear.

    Thanks in advance.
    Regards.

    Thread Starter dariohuertacontact

    (@dariohuertacontact)

    In fact, that additional CSS is only applied to pages, and not to posts, I don’t know why…

    Thread Starter dariohuertacontact

    (@dariohuertacontact)

    Hello again, @nayrathemes.

    I also would like to answer about the menu.
    Is there any feature to transform it to a drop-down element?

    Thanks in advance.

    Theme Author Nayra Themes

    (@nayrathemes)

    Hello @dariohuertacontact

    As we are seeing your additional css also working for blog post.
    Please follow the following link to make dropdown menu https://www.wpbeginner.com/wp-tutorials/how-to-create-a-dropdown-menu-in-wordpress-beginners-guide/

    Thanks
    Nayra

    Thread Starter dariohuertacontact

    (@dariohuertacontact)

    Almost everything is working right with additional CSS, but line height in posts should be ‘2’, as happens in pages, but that’s not the case.

    Even when I modify the additional CSS in live preview, line height is not modified in posts content.

    Thank you very much for the tutorial.
    Regards.

    Theme Author Nayra Themes

    (@nayrathemes)

    Please try following css

    h4, p {
        margin-bottom: 30px !important;
        line-height: 2 !important;
    }
    Thread Starter dariohuertacontact

    (@dariohuertacontact)

    Hello again.

    It’s working now after adding the !important property.
    Thank you very much.
    Very kind.

    Regards.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘No space between paragraphs’ is closed to new replies.