• Resolved rowe7980

    (@rowe7980)


    Hi,

    I would like to add an image the runs the width of the site on the homepage. I have added it as a meta slider for now but I would like it to be straight underneath the menu, without a white gap. Is there a way of doing this?
    I have tried adding it as a header image but then I lose the company logo.

    Many thanks.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey @rowe7980,

    This depends more on your theme layout and styling than with the MetaSlider. I’m not familiar with the Nirvana theme to be honest, but maybe they have a theme template that allows for a full width layout?

    Thread Starter rowe7980

    (@rowe7980)

    Hi, thank you for your reply.

    I can stretch the image so that it runs full width of the screen but I can’t figure out how to move the image up so that it fits directly under the menu. Do you know if there is a way to remove the white space?

    Thanks.

    you might be able to add this to your theme’s stylesheet:

    .home .entry-content p:first-child {
        display: none;
    }
    .home #content,
    .home #content .entry-content {
      padding-top: 0;
    }

    Hi @rowe7980

    I’ll mark this as resolved since we didn’t hear back from you and it looks like you went with another approach. Please open a new issue if you have any more problems though. Take care!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Home page image’ is closed to new replies.