• I have am trying to make an image fit inside the content area of the front page of a site i am putting together for a friend, the theme is just the basic 2013 with fits his needs for now, site is http://www.paulrobertsmusician.com

    any help would be great i have tried for quite a few hours with no success

    Many thanks in advance

Viewing 3 replies - 1 through 3 (of 3 total)
  • In style.css

    Change:
    .entry-meta {
    margin: 0 auto;
    max-width: 604px;
    width: 100%;
    }

    Into:
    .entry-meta {
    margin: 0 auto;
    /* max-width: 604px; */
    width: 100%;
    }

    Then you need a photo large enough to fill the space.

    Thread Starter Richie YoyoZ

    (@richie-yoyoz)

    that does work great for the front page but breaks the margins on all pages is there any way i can call this just for the front page and leave the margins on the rest?

    Thread Starter Richie YoyoZ

    (@richie-yoyoz)

    I have tried using that css to call just the front page with no luck, also tried using custom css for all other pages but it looks great on the desktop but awful on a tablet etc

    is there any way i can loose the margins on just the front page

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘fitting image to front page’ is closed to new replies.