• Resolved freatz

    (@freatz)


    Hi!
    I have a problem: my menu is too height, so you only can see half of the featured image.
    Is it possible to lower the featured image and all the contents, so they look just the same, but below the menu?
    Thank you!!

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

    (@sacredpath)

    Automattic Happiness Engineer

    @freatz, this is one that I can only guess at since I can’t see your site. You can try this and adjust the 100px value as needed. It may be that you will have to use some Media Queries to control the top margin for different screen sizes.

    #content {
      margin-top: 100px;
    }
    Thread Starter freatz

    (@freatz)

    Hi!
    Right you are: I had to use media queries, but it worked!
    THANK YOU!!!!!!!!!!

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hooray and you are welcome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘“pushing” down page content’ is closed to new replies.