• Hi,
    You were all very helpful earlier to my questions.

    I wanted to make my current “Top Excursions” section to 6 square boxes, with a picture, and a header on it. I will also be planning to make another page hyperlink on each of these boxes at a later stage. But, as of now, I wanted to keep it just as 6 squares section with each square having different pictures, and names of our services. My theme is educationlms

    Kindly help. Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • How are you making it 1 big and 4 little now?

    Using bootstrap:
    (https://getbootstrap.com/docs/4.4/examples/grid/)

    <div class="row mb-3">
        
            <div class="col-4 themed-grid-col">.col-4</div><div class="col-4 themed-grid-col">.col-4</div>
        
        <div class="col-4 themed-grid-col">.col-4</div><div class="col-4 themed-grid-col">.col-4</div>
        
        <div class="col-4 themed-grid-col">.col-4</div><div class="col-4 themed-grid-col">.col-4</div>
      </div>
    Thread Starter eduprovinceaustralia

    (@eduprovinceaustralia)

    Hi Shannon, Thank you very much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to create 6 square shaped banners’ is closed to new replies.