css - Cherry Framework 4 - Change footer bootstrap settings -


i have wordpress website uses cherry framework 4 , wonder how theme works.

in footer see this:

<footer id="footer" class="site-footer wide" role="contentinfo">     <div id="static-area-footer-top" class="footer-top static-area">         <div class="container">             <div class="row">                 <div class="col-xs-12 col-sm-5 col-md-5 col-lg-5 static-footer-menu"></div>                 <div class="col-xs-12 col-sm-4 col-md-4 col-lg-4 static-footer-logo"></div>             </div>         </div>     </div>     <div id="static-area-footer-bottom" class="footer-bottom static-area">         <div class="container">             <div class="row">                 <div class="col-xs-12 col-sm-5 col-md-5 col-lg-5 static-footer-info"></div>             </div>         </div>     </div> </footer> 

how can change settings, col-sm-5 col-md-5 col-lg-5 changed? want have centered of width col-xs-12?

anybody knows that?

thanks!

create child theme modify footer.

here link create child theme.after copy footer.php parent theme child theme.


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -