Scholastica Moodle Theme
  • Scholastica
  • Requirements
  • Getting started
    • Theme Installation/Update
    • Translations
    • Demo content
    • RTL Interface
    • Global Styles
      • Typography
      • UI Elements
      • Headings/Text
    • Paid Courses
    • Course Page
    • Custom Enrollment Page
    • Course Filter
    • Custom E-Mail Template
  • Theme Settings
    • General
    • Dark Mode
      • 🌑Show/hide on the Dark Mode
    • SEO
    • Customization
      • Google Fonts
      • Colors
    • Login page
    • Front Page Blocks
      • 🕶️Show/hide for non-logged in users
      • Block Order
      • Video Pop-up
      • Hero
        • Block #1
        • Block #2 (Hero Video)
        • Block #3
      • FAQ
        • Block #4
        • Re-usage FAQ Snippet
      • Grid Content
        • Grid Content #1
        • Grid Content #2
        • Grid Content #3
        • Grid Content #4
        • Grid Content #5
        • Grid Content #6
        • Grid Content #7
        • Grid Content #8
        • Grid Content #9
      • Content
        • Content #1
        • Content #2
        • Content #3
        • Block #5 - Logotypes
      • Categories & Icons List
        • Categories List #1
        • Categories List #2
        • Logotypes List #1
        • Course List
        • Icons List
      • Stats
        • Stats #1
        • Stats #2
      • Team
        • Team #1
        • Team #2
        • Team #3
      • Testimonials
        • Testimonials #1
        • Testimonials #2
        • Testimonials #3
      • How to add more item to blocks?
    • Top Bar
    • Footer
    • Custom alert
    • Advanced settings
    • Google/Custom Fonts and GDPR
    • Default Moodle Footer Links
  • More
    • Server recommendations
    • Graphics, Icons etc.
Powered by GitBook
On this page

Was this helpful?

  1. Theme Settings
  2. Front Page Blocks
  3. Grid Content

Grid Content #5

Site administration -> Appearance -> Space -> Block #.

PreviousGrid Content #4NextGrid Content #6

Was this helpful?

<!-- Start - Block - Grid Content #5 -->
<div class="wrapper-fw">
    <!-- Start item -->
    <div class="row no-gutters mb-5 rui-card--colorized rui-rounded--lg" style="background-color: #ffddd7;">
        <div class="col-xs-12 col-lg-6 rui-img-rounded--lg pl-0 pr-lg-6">
            <img src="https://roseathemes.com/space/1/draftfile.php/5/user/draft/910155598/block-8-img-1.jpg" alt="pic #1" width="800" height="600" class="img-fluid atto_image_button_text-bottom">
        </div>
        <div class="col-xs-12 col-lg-6 d-flex flex-wrap align-content-center px-lg-6 mt-3 mt-lg-0">
            <div>
                <h3 class="lead-3">Engaging live sessions.</h3>
                <p>Lorem ipsum was purposefully designed to have no meaning, but appear like real text, making it the perfect placeholder.</p>
                <a href="#" class="btn btn-dark mt-3" target="_blank">Learn more</a>
            </div>
        </div>
    </div>
    <!-- End item -->

    <!-- Start item -->
    <div class="row no-gutters mb-5 rui-card--colorized rui-rounded--lg" style="background-color: #feedba;">
        <div class="col-xs-12 col-lg-6 d-flex flex-wrap align-content-center px-lg-6">
            <div>
                <h3 class="lead-3">Well-documented Moodle Theme</h3>
                <p>According to McClintock, a 15th century typesetter likely scrambled part of Ciceros De Finibus in order to provide placeholder text.</p>
                <a href="https://app.gitbook.com/s/AEb2xvTC9MyvJ5piB0eJ/getting-started/front-page-blocks/block-17-team" class="btn btn-dark mt-3" target="_blank">Check the documentation</a>
            </div>
        </div>

        <div class="col-xs-12 col-lg-6 rui-img-rounded--lg pr-0 pl-lg-6 mt-3 mt-lg-0">
            <img src="https://roseathemes.com/space/1/draftfile.php/5/user/draft/910155598/block-8-img-2.jpg" alt="pic #2" width="800" height="600" class="img-fluid atto_image_button_text-bottom">
        </div>
    </div>
    <!-- End item -->

    <!-- Start item -->
    <div class="row no-gutters mb-5 rui-card--colorized rui-rounded--lg" style="background-color: #f0e1f3;">
        <div class="col-xs-12 col-lg-6 rui-img-rounded--lg pl-0 pr-lg-6">
            <img src="https://roseathemes.com/space/1/draftfile.php/5/user/draft/910155598/block-8-img-3.jpg" alt="pic #4" width="800" height="600" class="img-fluid atto_image_button_text-bottom">
        </div>
        <div class="col-xs-12 col-lg-6 d-flex flex-wrap align-content-center px-lg-6 mt-3 mt-lg-0">
            <div>
                <h3 class="lead-3">Lifetime updates!</h3>
                <p>And anyways, as Cecil Adams reasoned, “Do you really, think graphic arts supply houses were hiring classics scholars in the 1960s?” Perhaps.</p>
                <a href="#" class="btn btn-dark mt-3" target="_blank">Available courses</a>
            </div>
        </div>
    </div>
    <!-- End item -->
</div>
<!-- End - Block - Grid Content #5 -->
How to add more item to blocks?