I'm totally new to concrete5 but I have I inherited a client's site that was already created in it, so please bear with me! I'm trying to add a new row section to the homepage, underneath the current slideshow row and above the "Crystal Moments" row. See the homepage here:http://crystalfinco.com
Starting at the div class="SBIC" section in the code below is what I'm trying to add - all the other code is currently as it appears.
After a quick look, the code you provided looks okay.
There is a problem with the site CSS though. Only a portion of the Boostrap 3 grid CSS has been included. The "sm" column class is missing and there is only one container class media query (which is incorrect). This prevents the site from being responsive.
Example:
- only xs and md columns are included
- there is one container class
Your site theme uses Bootstrap 3. I recommend reviewing the Bootstrap 3 grid framework documentation. This will allow you to more confidently modify the existing site.
This website stores cookies on your computer. These cookies are used to improve
your website experience and provide more personalized services to you, both on this website and through
other media. To find out more about the cookies we use, see our Privacy Policy.
Anyway its better to use semantic html5 tags (better accessibility + no "divs salad'" - readable code).
https://developer.mozilla.org/en-US/docs/Web/HTML/Element...