Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Which space specifically?

    Thread Starter evgeni.aleksandrov

    (@evgenialeksandrov)

    The too big white empty space bellow the nav menu. I also preffer to have only slideshow bellow the nav menu, without the page name.

    Thread Starter evgeni.aleksandrov

    (@evgenialeksandrov)

    https://jasonsmith.snimka.bg/hobby/web-programming.788252.32033042.big
    Please see the problem space in the link.

    Was my question so difficult? How to make the pointer area smaller?

    [Moderator Note: Please ensure that you are embedding links correctly in your posts.]

    zephyri

    (@zephyri)

    Hi evgeni.aleksandrov,
    If you are using Google Chrome webbrowser you can right click on the area and choose inspect element. This will help you figure out what is causing the extra space.

    You will want to create a child theme if you have not already.

    You can also try adding this to your style.css

    .template-front-page .entry-header {
    	margin-bottom: 0px;
    	margin-bottom: 0rem;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change entry-content’ is closed to new replies.