Jump to content

Default Bootstrap theme - simple change


Recommended Posts

Hello, I'd like to ask you because I want to change some markup and css of Facebook like and cms info block. http://i.imgur.com/NOEFN9A.png

<div id="facebook_block" class="col-xs-4">...</div> <!-- I want to change this class to col-md-4 -->

<div id="cmsinfo_block"> <!-- I want to add here class col-md-8 -->
    <div class="col-xs-6">...</div> <!-- I want to change this class to col-md-6 -->
    <div class="col-xs-6">...</div> <!-- I want to change this class to col-md-6 -->
</div>

Where can I find this markup in default theme files?

Edited by rusiano (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...