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 #6

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

PreviousGrid Content #5NextGrid Content #7

Was this helpful?

<!-- Start - Block - Grid Content #6 -->
<div class="row align-items-lg-center">
    <div class="rui-img-rounded--lg col-sm-12 col-lg-6 mb-4 mb-lg-0">
        <img src="https://roseathemes.com/space/1/draftfile.php/5/user/draft/910155598/600x-600.jpg" alt="Moodle Theme - Unsplash" width="100%" class="w-100 img-fluid atto_image_button_text-bottom">
    </div>
    <div class="col-sm-12 col-lg offset-lg-1">
        <div class="pt-lg-4 pt-0">
            <h2 class="mb-xl-4">Custom Work</h2>
            <p class="pb-3 mb-3 mb-xl-4">Do you need theme customization? Help with some Moodle issues? Or maybe you can design and build a theme from scratch?</p>
            <div class="row row-cols-2 pb-2 pb-xl-0 mb-4 mb-xl-5">
                <div class="col">
                    <div class="rui-rounded-icon my-3" style="color: #000; background: #feedba;">
                        <svg width="24px" height="24px" stroke-width="1.5" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" color="currentColor">
                            <path d="M16 16.472V20a2 2 0 01-2 2h-4a2 2 0 01-2-2v-3.528M8 7.528V4a2 2 0 012-2h4a2 2 0 012 2v3.528" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
                            <path d="M18 12a6 6 0 10-12 0 6 6 0 0012 0z" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
                            <path d="M14 12h-2v-2" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
                        </svg>
                    </div>
                    <h3 class="h5 mb-2">Customization, Design</h3>
                    <p>30$/hour</p>
                </div>
                <div class="col">
                    <div class="rui-rounded-icon my-3" style="color: #000; background: #bdc4f4;">
                        <svg width="32px" height="32px" stroke-width="1.5" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" color="currentColor">
                            <path d="M11 13.6V21H3.6a.6.6 0 01-.6-.6V13h7.4a.6.6 0 01.6.6zM11 21h3M3 13v-3M6 3H3.6a.6.6 0 00-.6.6V6M14 3h-4M21 10v4M18 3h2.4a.6.6 0 01.6.6V6M18 21h2.4a.6.6 0 00.6-.6V18M11 10h3v3" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
                        </svg>
                    </div>
                    <h3 class="h5 mb-2">Custom Moodle Theme</h3>
                    <p>The price starts from $6000.</p>
                </div>
            </div>
            <a class="btn btn-primary" href="#">Buy Monocolor today</a>
        </div>
    </div>
</div>
<!-- End - Block - Grid Content #6 -->
How to add more item to blocks?