4 replies
Hi,

I am working on an opencart website I made 2 months ago and somehow I have really distorted the layout. I have already copy and pasted the original template css and it has not fixed all the issues. Are there any coders out there who can do a relatively simple job for a modest fee on this board? I have tried on the opencart forum but the atmosphere over there isn't quite as educational as here. Not sure why.
#css #editing #required
  • Profile picture of the author peglegtrading
    ok sure. appreciate the offer. Basically the alignment of the container is off. I have tried countless times to center it again and it just won't move. ALso the product page as well as the category page all have the same problem.

    www.linhkiengame.com
    {{ DiscussionBoard.errors[7470354].message }}
    • Profile picture of the author Brandon Tanner
      1) Add the following style to the "container" div...

      margin-left: auto;

      2) Get Firebug. It will allow you to pinpoint problems like that in 2 seconds.
      Signature

      {{ DiscussionBoard.errors[7470566].message }}
  • Profile picture of the author WPcrew
    Just a thought, if reinstalling all layout files didn't help, you might want to search what's in your content. If you copy/pasted content, it's possible that you pasted some div too, and that would cause layout to break. Take a look at your latest posts, products, or content you added.
    {{ DiscussionBoard.errors[7471084].message }}
  • Profile picture of the author tryingtolearn
    Do this, search for the following line of css code in your site stylesheet.css file. You will find it placed inside #container.

    Code:
    max-width: 1860px margin-left:auto;
    and replace it with

    Code:
    max-width: 1860px;
    margin-left:auto;
    {{ DiscussionBoard.errors[7475728].message }}

Trending Topics