• Hello, I have the Goodlayers Modernize theme installed on my wordpress website. I can’t seem to change the content line spacing. As you can see on the home page https://www.bustalunch.com when I increase the text size to h3 the lines not separated by a paragraph are colliding. Is there a way to increase the line space? I couldn’t find the code in the css that solved this issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    You can use Firebug or Chrome’s built-in Inspect Element function to identify the the CSS that needs updating.

    This tutorial shows you how you can do that.

    https://www.studiopress.com/tips/using-firebug.htm

    I only saw one h3 on that page so it may not be the correct one. But as an example try creating a child theme or use a custom CSS plugin and adding this to the child theme’s style.css file.

    h3.portfolio-header-title {
       line-height: 40px;
    }

    Once you identify the CSS you can put make those changes to the content line spacing.

    You may want to also consider asking the theme author for support.

    https://support.goodlayers.com/

    Thread Starter bstyles

    (@bstyles)

    Hi There, it was actually the H5 Text

    “If you plan on coming, plan on dancing. This one hour lunch break includes dancing, meeting new faces, an interactive DJ, and a healthy lunch to go. You will go back to the office feeling energized and more productive than ever before! Let us break up your work day with something different. See the full story/ details here.”

    I tried installing the child theme plugin but could not get it to fix the issue. The only style sheet options with the child theme are:

    one-click-child-theme/child-theme-css.php
    one-click-child-theme/panel.php
    one-click-child-theme/readme.txt
    one-click-child-theme/one-click-child-theme.php
    one-click-child-theme/rtl-css.php

    Which one of these would I add the line of code in? And where exactly does the code go? Just at the top of the style sheet?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Line spacing with Modernize Theme’ is closed to new replies.