TOPIC: Edit template width

Edit template width 9 years 6 months ago #5698

  • nickop
  • nickop's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 19
  • Karma: 0
Hello i would like to edit the width of clinical template, like your old templates that you have in configuration the posibility to edit Template Width - Left Column Width - Right Column Width.

I try to find it in template configuration but nothing!

I would like to have a Template Width:980px

Please tell me how i do this!

Thanks!
The administrator has disabled public write access.

Re: Edit template width 9 years 6 months ago #5705

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
You can add this code below into template.css file and adjustment the width value as you want. Remember this template is responsive layout, it will not work property with this responsive function.
@media (min-width: 1200px) {
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 1170px;
}
}

Best Regards
The administrator has disabled public write access.
Time to create page: 0.096 seconds