Right 1/3 not showing up on right

Hi, I have a global block which I have set to display on the right side of the post. But it is being pushed under the post for some reason on full screen. When I preview it in Pro editor it shows correctly. But when I look at the actual page, it shows incorrectly.

Hello There,

Thanks for posting in! I have inspected the pages and I found out that you have inserted an html code. It is invalid because you have forgotten to close the <div> tag. You added this:

<div id = "writer" style = "display: none;"> María Paz De Andrade  <div id = "editor" style = "display: none;"> Roselis González Rosas 

The correct way of doing this is this:

<div id = "writer" style = "display: none;"> María Paz De Andrade</div>
<div id = "editor" style = "display: none;"> Roselis González Rosas</div>

Please have your page updated using the suggested code above.

Perfect thanks! That was it for the first problem. The closing div tag was written like this: </ div>

For the second problem, where the comments didn’t appear (second link), any idea how to fix that?

Hello There,

For the second link, you may have disabled the Comments in this post. Please make sure that it is enabled.
https://codex.wordpress.org/Comments_in_WordPress#Turning_on_Comments_for_a_Single_Post_or_Page

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.