Currently, my Wordpress template utilizes Bootstrap 2.3.1 with two areas set up using SPAN4 and SPAN8. The resolution is fixed at 1170px, so there's no need to configure the lg
component of Bootstrap.
I'm looking for assistance in properly configuring nested columns within the red-highlighted areas. These columns are already defined as Span 8, forming an 8-wide grid that needs to display 3 columns on medium devices, 2 columns on small devices, and 1 column on extra small devices.
While I have a basic understanding of coding, I am relatively new to CSS and struggling with this task. Here is a visual representation of what I am trying to achieve: My desired Wordpress layout
Unfortunately, I'm having trouble getting Bootstrap to work effectively with the specific sizes I want to display.