Single-post page problemm

  • Unknown's avatar

    Hi, here: https://kahol.co.il/2016/09/29/ds/ you can see that the text is far down and of to the right… now I can fix it with margins but it make me a huge mess… and not responsive when minimizing the screen or using bigger screens…
    how can I fix that problem so the text will be under the picture in every screen? thanks!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,

    There’s some padding that’s added to the very top of that post. You could reduce it with some custom CSS:

    .hentry {
        padding-top: 2em;
    }

    Please note, the above CSS would reduce the top padding for all pages and posts on your site. If you only want to target that one specific page then you can target it with .postid-2154:

    .postid-2154 .hentry {
        padding-top: 2em;
    }
  • Unknown's avatar

    Hi sibhyb thanks for replying :)
    the padding doesnt seem to do the job and I tried increasing and it won’t help… the space is too big.. and the text off to the right

    How can I fix it?

    thanks!

  • Unknown's avatar

    Hi there,

    Did you manage to resolve this? I can see that the text on that page has changed position since your last reply.

  • The topic ‘Single-post page problemm’ is closed to new replies.