Hello mate,
Hope this helps.
Paste this at the end of the style.css and replace YourValue with your font size
body.single header.entry-header h1.entry-title{
font-size:YourValue;
}
Hello fmigryphon,
By looking at the source code, I guess you missed a </div> tag @ page.php.
If you can find it out and add it in the right place then sidebar will go up like its in the homepage.
Guess you fixed it. I had a look at the site and everything looks good on my end.
Lets fix one issue at a time.
@ First Issue :
I dint find onhover CSS for li element in your stylesheet. Can you please add the following css code to your stylesheet and let me know if its working or not.
.main-navigation ul li:hover > ul{
display:block;
}
Hi NoRobotsMagazine,
A live preview will be great to help you with this issue.