TOPIC: How to change the width of the template?

How to change the width of the template? 9 years 2 months ago #6945

  • gnetik
  • gnetik's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
  • Karma: 0
Hello, how to change the width of the template? Which files that have to change?

site
The administrator has disabled public write access.

Re: How to change the width of the template? 9 years 2 months ago #6946

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
Hello,

You can change template with in layout.css around line 29:
.mega_wrapper {
width: 980px;
margin: 0 auto;
}

Regards
The administrator has disabled public write access.

Re: How to change the width of the template? 9 years 2 months ago #6947

  • gnetik
  • gnetik's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
  • Karma: 0
Did as you said, set layout.css
.mega_wrapper {
   width: 1300px;
   margin: 0 auto;

modules moved to the right, but the pattern remains the same

Here's a site salachik.com
Last Edit: 9 years 2 months ago by gnetik.
The administrator has disabled public write access.
Time to create page: 0.095 seconds