• Hello guys, im pretty new to wordpress and right now im working on a webpage (www.oleovenca.com) for a friends company. He bought this theme called Metronize and its creating a huge gap between my header and my content. Does anybody has any idea how to get the content closer to the header so it doesnt look like complete novice work haha. I have experience working with HTML and CSS but i cant seem to find the code line to change the margin values. Also, does anyone knows how to change the size of an image slider? if you go into the website youll see what im talking about.

    Thanks a lot!

Viewing 1 replies (of 1 total)
  • The gap between the header and the content is being caused by the following CSS:

    .entry-content {
    margin-bottom: 3.38462em;
    }

    However, be careful before removing this as it may have a knock on effect on other elements through the site.

    As you’re using a commercial theme, it’ll be best for you to contact your theme supplier directly as they will be in a better position to help you: http://www.mojo-themes.com/contact/.

Viewing 1 replies (of 1 total)

The topic ‘Moving content up on a complex CSS’ is closed to new replies.