Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #3182
    MissZombie
    Member

    I am having a problem with positioning my page content. I cannot get it to “scoot” over away from the left side like my blog posts are on the main page.

    misszombie.com

    My entry-title and content are displayed the way I want it on my main page, but my individual pages aren’t following.

    I am assuming it’s a margin issue, but no matter what I try it will not move away from the left.

    Also, after I updated to 1.9.1, my disable site title also disables my header logo image. Any fix for this?

    Thanks!

    #3188
    Sakin
    Keymaster

    @MissZombie: You can just add the following css in “Custom CSS” box in your Theme Options panel in your WordPress Dashboard.

    #main #content .hentry {
    padding-left: 20px;
    }

    Note: Don’t edit any core style.css file. Just add new css in “Custom CSS” box or build child theme and add there.

    For site title. we have already fixed it in version 1.9.1.1 and WordPress Theme Review Team needs to push it live to make it available for update. But for now you can just replace this your current simplecatch_functions.php file with http://themes.svn.wordpress.org/simple-catch/1.9.1.1/functions/simplecatch_functions.php

    #3191
    MissZombie
    Member

    Thank you so much! Both issues are resolved.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Repositioning page title/content?’ is closed to new replies.