• hello,

    I have this problem and I do not understand which setting of the Theme to modify:

    the theme adds a bottom margin of 20px to your p (paragraph)

    how can i solve ?

    thanks
    Massimo

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

    Can you share your site link so that I can check it?

    Thread Starter daitarn3

    (@daitarn3)

    good morning,

    the problem is seen in this page

    see screenshot

    From an inspection it is understood that there is a command (margin) in the CSS of the template that does not allow a correct vertical alignment.

    thanks

    • This reply was modified 6 years, 2 months ago by daitarn3.

    Hello,

    Add the below code to the Customize > Custom CSS section to remove margin.

    p {
        margin-bottom: 0;
    }
    Thread Starter daitarn3

    (@daitarn3)

    OK thanks.

    I wanted to know if this bug will be fixed with future updates.

    I didn’t see this issue before. But first I’ll check it on my end and if it’s a genuine bug. It will be fixed in the future updates.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘theme adds a bottom margin of 20px’ is closed to new replies.