Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #279153
    kls444
    Participant

    I’d like to have the posts centered on a page rather than down the right side.
    I’ve found good ways to customize this theme with css, but can’t find the right class(es) to style to cause the desired effect. Any help?

    #279157
    kls444
    Participant

    BTW – I’m using BusinessFocus

    #279158
    Skandha
    Participant

    @kls444: Hello there,
    Can you please post in your site URL and let me know which posts you are referring to so that I can look into the issue?

    Kind Regards,
    Skandha

    #279230
    kls444
    Participant

    !!!IMPORTANT!!!

    I figured out why the link to the blog page was under about – in an attempt to solve the problem, I set the blog page to have about as its parent page = it had no effect on the layout and I never went back and cleared it.

    I have done so now – ignore the previous post. the link to the blog page is now:

    http://gator4037.temp.domains/~amdxbsys/blog/

    #279243
    kls444
    Participant

    More info:
    When it first loads – the blog page has the post text to the left and a blank box to the right that says image.

    If I click either item – the layout changes and I get what I’m looking for.

    I decided to try firefox’s development tools to see if I could decipher what’s going on.

    When I click either item, the ‘debugger’ jumps to the body line in the html and shows the ‘alert’ “event overflow”
    but the layout changes as described above.

    #279229
    kls444
    Participant

    It is a temporary url while I work on the site:

    http://gator4037.temp.domains/~amdxbsys/about/blog/

    I’m also not sure why it is pointing to /about/blog/ – all the other pages are “top level” urls:

    http://gator4037.temp.domains/~amdxbsys/about/
    http://gator4037.temp.domains/~amdxbsys/contact/

    Thank for your support!

    #279264
    Skandha
    Participant

    @kls444: Hello there,
    The reason the url is showing about/blog/ could be because the blog page you have selected has about as the parent page.

    To check this
    Edit the page you have selected as the Blog page => On the right side bar you will Parent Page option => Make sure it is empty and Update the page.

    Let me know if this solves the issue.
    Kind Regards,
    Skandha

    #279282
    kls444
    Participant

    That solved the url puzzle, but it didn’t solve the original issue – the full blog page (with all posts) is still not centered.

    #279297
    Skandha
    Participant

    @kls444: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #infinite-post-wrap article .entry-container {
        text-align: center;
    }

    I see there are some errors on your Additional CSS section. Please remove the code
    `);
    background-repeat:no-repeat;
    background-attachment:fixed;
    }

    at the bottom and then add the above code I provided you.

    Let me know if this solves the issue.
    Kind Regards,
    Skandha

    #279328
    kls444
    Participant

    It didn’t solve the issue. I really appreciate your looking into this.

    Ken

    #279402
    kls444
    Participant

    !!! IMPORTANT!!!

    Never mind – I created a page with latest posts block on it and got exactly what I was looking for.

    #279414
    Skandha
    Participant

    @kls444: Hello there, I hope I was able to help you out. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/businessfocus/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Center posts on page’ is closed to new replies.