• Resolved lipeknow

    (@lipeknow)


    (First do not really know if that part is called content, but guess it is haha)

    Hello people, I put an image in the header, but I think it was a very large space between the image and the posts.

    As you can see here:
    http://img9.imageshack.us/img9/3968/img1fp.png
    (The white line defines the end of the header image)

    Does anyone know how I can “bump” the posts so that it is a little about the header image?

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • you’ll need to give some more detail if you want to get some worthwhile answer. Like the theme you are using or even better provide a link to you website

    Thread Starter lipeknow

    (@lipeknow)

    the theme is the “Impresa” and this is the site http://leferret.com

    At the end of the header image has a large space to the posts, I wanted to reduce this space, but do not know how.

    you have an empty div where your navigation bar should be but it has an actual height. If you don’t intend to have one you can just delete it.

    <div id="topnavigation"></div>

    or you can add this line of css to a child theme

    #topnavigation {
    display: none;
    }
    Thread Starter lipeknow

    (@lipeknow)

    Thank you so much! I took this part of the “topnavigation” and others that are loose there, then put some lines to give space.

    Do not know if putting more </ br> is the best solution, but for now everything is ok.

    haha 😀

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

The topic ‘Raise content’ is closed to new replies.