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

Post Layout Question

New Front EN Support Forums Ikebana Theme Support Post Layout Question

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1826
    nedim
    Participant

    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 10 years, 5 months ago by nedim.
    #1829
    nedim
    Participant

    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

    #1837
    mmsatori
    Keymaster

    Hey Nedim,

    you’re absolutely right; for single posts and projects, you’ll need to add this code:
    .post-wrapper { padding: 0 !important; }

    Sincerely,
    Andrew / Satori Studio

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.