• Resolved fajaan

    (@fajaan)


    Hello,

    I have try to re-write the “post” summary again to see if there’s any change, but still it remain same. If you look at this “latest post and Top things section on my website, there text is wide but in editor in “post” looks normal.
    And also to get rid of the line between HOME.

    website: https://bucketjourney.com

    Thank you.

    Faj

    • This topic was modified 7 years, 9 months ago by fajaan.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author lyrathemes

    (@lyrathemes)

    Sure Faj, try this in Appearance > Customize > Additional CSS:?

    .frontpage-large-post .entry-summary{text-align:left;}

    Hope that helps.

    Thread Starter fajaan

    (@fajaan)

    Thank you for your help, I was wondering about “Home”. I want to remove “HOME” section and those two line (hr = seperator) above and below “HOME” as well.

    • This reply was modified 7 years, 9 months ago by fajaan.

    Hi @fajaan,

    I’m Rico from LyraThemes. Please try this in your Additional CSS:

    .frontpage-featured-posts hr {
    	display: none;
    }
    .row.two-columns + hr {
    	display: none;
    }

    Hope this helps!

    Thread Starter fajaan

    (@fajaan)

    Thanks for a quick response, I appreciate for your fast service.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Text wide spaces on “Post” in Home page’ is closed to new replies.