Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #859835

    Hi,

    On my website I see a different line-height in the blog vs pages. When I inspect the text both are set to 1.5em. How can they be different, or how can I force them to the same line-height? In the private content you will find 2 url’s to the specific pages.

    Regards,

    Erwin

    #859995

    Hey erwin_m,

    Just add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS

    
    #top .main_color p {
      line-height: 1.5em !important;
    }
    

    The !important will overwrite any rule.

    Best regards,
    John Torvik

    #860038

    Hi John,

    Adding #top .main_color did it. Thank you. You can close the topic

    Regards,

    Erwin

    #860391

    Hi Erwin,

    Great, glad you got it working. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘line-height blog vs pages’ is closed to new replies.