• Theme i use is TESSERACT 2, I dont know how to make content of the site centered, it looks like centered but in reality its not, i had to make those buttons go to leftest possible to make it look like its centered but i dont know how to make them really centered, is it my theme or something else? Please help me soon! ??

    my site

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Jarppi01

    (@jarppi01)

    up

    You are using the page with the left sidebar: <div id=”primary” class=”content-area sidebar-left”> and that’s why your page content uses 66% of the width only:
    #primary {
    float: right;
    width: 66.6666%;
    }

    You can change the page template within Pages-> Your particular page and use the fullwidth or default page template in order to load the fullwidth content. In this case, you will be able to center page content without any issues.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Content of site is not centered.’ is closed to new replies.