Thank You, very much. That fixed it.
Although it affects all other pages too, but it’s okay.
Thanks!
Hi again.
The webpage is located at http://www.snakehouse.ee
Okay now I managed to center them, but they still appear under each other
*page 1
*page 2
*page 3
But I want them to be like
*page 1 *page 2 *page 3
Changing the hentry element height doesn’t help. I am already using child theme and Firebug, but I still doesn’t manage to find correct code for css to align them as wanted.
Currently I hentry code looks like this:
.hentry {
background: transparent;
margin: 10px auto;
width: 800px;
height: 180px;
float: center;
position: relative;
table-layout:fixed;
}
I have played with settings but nothing seems to help me. I am pretty sure it’s about my lack of knowladge.