• All the information, titles, products etc. are lined out on the right side of my page. I want everything to be in the middle. How can I do this? If you want to check out my page just let me know then I’ll take the maintenance page of.

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hey,

    If you can take the site out of maintenance mode, I’ll be happy to take a look.

    -Kevin

    Thread Starter richcityfortune

    (@richcityfortune)

    Hi Kevin! Thanks for your quick reply, sorry for my late one. I took the website out of maintenance mode. Do you know how I can outline everything in the middle?

    Thanks in advance.

    hannah

    (@hannahritner)

    Hey
    This will center align your footer credits:

    .footercredits {
        text-align: center;
    }
    

    You can paste that into your custom css box in Theme Options > Advanced Settings.
    For your products, try setting the number of columns to two so they will take up the width of the container. Does that work for you?

    Hannah

    Thread Starter richcityfortune

    (@richcityfortune)

    Hi Hannah! Thanks for replying, fooder is now changed to the middle. Number of columns is already set at two, so that keeps it like this. Also changing the header to the middle would be awesome. Any more tips?

    You should be able to configure a centered header by going to Theme Options> Main Settings, and setting “Logo Layout” to the third option.

    does that work for you?

    -Kevin

    Thread Starter richcityfortune

    (@richcityfortune)

    Yeah that works for my Logo in the header, that worked. But then the word shop underneath is on the left side of the page and so are my products, can I get them to the middle?

    hannah

    (@hannahritner)

    Try adding this css:

    @media (min-width: 768px) {
    .woocommerce-ordering {
        margin-bottom: -50px;
    }
    h1.page-title {
        text-align: center;
    }
    .tcol-md-3.tcol-sm-4.tcol-xs-6.tcol-ss-12.kad_product {
        width: 50%;
        position: static !important;
    }

    Hannah

    Thread Starter richcityfortune

    (@richcityfortune)

    Yessss it worked!! Thank you so much!

    hannah

    (@hannahritner)

    Glad to hear it! No problem:)

    Hannah

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Outlining your website to the middle’ is closed to new replies.