Remove all plugins / install base theme
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
<!-- Image Aside BEGIN -->
|
||||
<section class="image-aside-slice-container bg-color-{{background_color}} padding-top-{{padding_top}} padding-bottom-{{padding_bottom}}">
|
||||
<div class="container">
|
||||
<div class="row row-cols-2 gx-4">
|
||||
<div class="col-12 col-md-6 my-auto order-lg-{{alignment}}">
|
||||
<div class="image-aside-copy">
|
||||
{{{copy}}}
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-6 order-lg-2">
|
||||
<div class="image-aside-img-wrapper">
|
||||
<img class="img-fluid image-aside-img" src="{{image.url}}" alt="{{image.alt}}">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- Image Aside END -->
|
||||
|
||||
Reference in New Issue
Block a user