Forum
Welcome, Guest
Please Login to access forum.
Template Styling (1 viewing) 
Go to bottom
TOPIC: Template Styling
#4170
Chris R
Fresh Boarder
Posts: 3
User Offline
Template Styling Karma: 0  
So far so good and now I am modifying some content to be more friendly on the mobile devices rather than assume all my content will automatically look good.

Looking through the installed files I see template/framework/bootstrap.php

Does this mean the template is supporting bootstrap? If so, which version?

I ask this because I tried using some bootstrap css such as below, which did not come out.

Code:

<div class="panel panel-default"> <div class="panel-body">My content</div> </div>
Thanks in advance for your assistance
 
Logged Logged  
  The administrator has disabled public write access.
#4171
John Dagelmore
Admin
Posts: 3722
User Online Now
Re:Template Styling Karma: 79  
Hi Chris,

no please don't misunderstand. That's a PHP file nothing to do with the JS/CSS http://getbootstrap.com/ library

By default Bootstrap is not included and used by Responsivizer.

Cheers,
John
 
Logged Logged  
  The administrator has disabled public write access.
#4172
Chris R
Fresh Boarder
Posts: 3
User Offline
Re:Template Styling Karma: 0  
Hi John

Thanks for your quick response.

Therefore, am I to assume that I will need to edit, and include all my own css, in template/css/main.css?

Can I include a custom.css? How can I do this?

Thanks again
 
Logged Logged  
  The administrator has disabled public write access.
#4173
John Dagelmore
Admin
Posts: 3722
User Online Now
Re:Template Styling Karma: 79  
Hi Chris,

you can include all your own custom styles in the main.css that's not a file that is overwritten during updates. I'ts done to hold custom styles.

Cheers,
John
 
Logged Logged  
  The administrator has disabled public write access.
#4183
Chris R
Fresh Boarder
Posts: 3
User Offline
Re:Template Styling Karma: 0  
Brilliant.

Thanks again for the quick response.
 
Logged Logged  
  The administrator has disabled public write access.
#7538
Koa Consulting
Fresh Boarder
Posts: 2
User Offline
Re:Template Styling Karma: 0  
On a similar topic... is there a way to have my own CSS file that is automatically loaded? I want to have clean code and have overrides in a separate file. We've seen other extension providers like RocketTheme have a loader that looks for CSS files in the "css" directory in a specific format and loads them accordingly (e.g. custom-responsivizer.css). Any advice would be great. Thanks!
 
Logged Logged  
  The administrator has disabled public write access.
Go to top