Apologies for any language errors, but I have a query regarding Bootstrap.
I am currently working on making a website responsive and I have a row with 4 columns set up like this:
The "seeMore" div is initially hidden and on clicking the boxToggle element, it toggles to display block with a slide effect. This functionality works perfectly.
However, I am facing an issue where I want the "seeMore" div to stretch across the entire width of the row, similar to col-lg-12.
I experimented by moving the "seeMore" div outside of the col-lg-3 and creating a new col-lg-12, which worked well on larger screens, but caused layout problems on tablets and phones as the div was not properly nested under its parent.
If you'd like to take a look at the code, I have also created a CodePen here: http://codepen.io/puzzleland/pen/BKrVJe
Appreciate any assistance or insights. Thank you :)