• Resolved alfaver

    (@alfaver)


    Hi to all,
    i’ve some problem with the Gateway theme, i see the demo but when i used it:
    1) The header image is full height, but in my site, the image is cropped.

    2) The blog pages are in orizontal line, in my case they are in a vertical disposition

    3) I tried to insert also the hero title, but it doesn’t appare.

    Can someone help me?
    This is my site: https://michaelfavrofotografie.wordpress.com/
    Thanks a lot in advance

    Mike

Viewing 2 replies - 1 through 2 (of 2 total)
  • 1) it really depends on what screen resolution your viewing your image at. The background image size is set to 100% at this statement: background-size: 100%.
    What is happening when the width of your screen changes the picture tries to adjust to fix the new screen size.
    You can test this by changing the width of your browser.
    There are somethings you can try.

    • Like setting the background-size: 100% 100%. But, it will cause your background image to distort.
    • Adding more media queryies into your child theme to adjust the image or use a different image.
    • changing the background-size to background-size:cover. But this crop your image even more on certain screen resolutions.

    The best solution would probably be adding more media queries into a child theme and adjust the header to your liking at desired break points.
    .
    Not sure about the other parts of your question.

    What lines are you talking about ?

    What the hero title and where where you wanting to insert it ?

    • This reply was modified 9 years, 6 months ago by mrtom414.
    Thread Starter alfaver

    (@alfaver)

    Thank you for the reply.
    I tried to change several times the image, also the dimensions, but nothing changed.
    No worry, i cropped it and now it’s quite ok.

    After a few attempts i resolve the other problems.
    In the description of the theme, there is the guide for using it. I didn’t see it before.

    So now it’s all ok, i don’t understand why if i search my blog on google, it doesn’t appare.
    But is an other story 😀

    Thank you another time 🙂

    Mike

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

The topic ‘[Gateway] Image header problem’ is closed to new replies.