Thanks for your answer, unfortunately it doesn’t solve my problem.
As I said, this has already been done and one of the plugins recognises this (so it says my limit is 67 MB), but the media uploader doesn’t.
I already tried modifying:
– php.ini (several of them, including doing the info.php and finding out which php.ini is the one to be modified)
– .htaccess
– settings.php
– functions.php
Can there be somewhere in the theme, that is causing this? I’m using Fortuna by Blue Owl.
for the menu:
nav {
display: block;
position:absolute;
width: 100%;
left:50%;
top:50%;
margin-left:-230px;
margin-top: 90px;
}
sorry for a late response.
I put custom css like this (it’s a bit of manual adjusting left-right):
header img{
display: block;
position:absolute;
height: 160px;
left:50%;
top:50%;
margin-left:-170px;
margin-top:-90px;
}
hope it works for you.