• Resolved jpetznick

    (@jpetznick)


    Hello all you wonderful, helpful people,
    I’ve gone in and added the “display:none” for the thumbnails that display on my homepage from the featured images in my posts. Perfect, I love it.
    Now I’d like some help figuring out how I can adjust my code so the post excerpts display across the full width of my content area.
    Any help would be wonderful. Here’s my site.
    Cheers,

    Jason

Viewing 1 replies (of 1 total)
  • Theme Author Catch Themes

    (@catchthemes)

    Just add the following CSS in “Custom CSS” box in Theme Options panel
    `
    .home div.col5 {
    margin-left: 0;
    width: auto;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘help widening content area for excerpts on homepage’ is closed to new replies.