Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383
I promise, this will be the last one for the time being :)
I noticed that the the Post Layout choıices (Left Sidebar, Right Sidebar and Fullwidth) all have an indented main content area of about 10-15 pixels from the left. (See example: http://nedimhazar.com/project/yakin-ada-uzak-ada-burgazada)
Is this intended or have I done something wrong? E.g. I have momentarily disabled the side menu option. Or at least I think I have?
Best,
Nedim
This topic was modified 11 years, 1 month ago by nedim.
Hi Andrew,
I seem to have solved this problem. Since I have a completely white background, I think I don’t need the page wrapper.
So I put:
#page-wrapper {
padding: 0px;
}
in the custom css style area.
Is that OK?
Best,
Nedim