• I uploaded some new photos to my header, but they don’t all look the same, even when I upload to the recommended size. https://www.michelleturekphoto.com to see what I mean…you have to let them cycle through to catch a few that don’t take up the whole space. Any help would be appreciated!!!!! Thank you so much

Viewing 3 replies - 1 through 3 (of 3 total)
  • well are you talking about the logo tht you have put ? also please elaborate more on it so i could help you more in it

    If you are talking about the images below your navigation which keep changing ! i would suggest you to use revolution slider plugin for that so to ease your work of allignment and coding !

    Thread Starter mturek1977

    (@mturek1977)

    Yes, I’m talking about the images not the logo.

    I’ll try the revolution slider widget you mention.

    The problem is that some of the photos don’t fill up the space. (Not as wide).

    Thanks for any help you can give!

    can you edit the css? if yes the edit the folowing css class

    from

    .imgWrap img {
        margin: 0 auto;
        display: block
    }

    to

    .imgWrap img {
        margin: 0 auto;
        display: block;
        width: 100%;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header Photo Issue’ is closed to new replies.