Task Reference: - Url to GitHub/Jira Task/Issue
Right below why this PR is necessary
Right below what this PR does
| /* This is an Example for a gallery-item in Elementor Custom CSS with Media Queries for different Elements */ | |
| /* Small devices (mobile/tablets, 767px and below) */ | |
| @media only screen and (max-width: 766px) { | |
| selector .gallery-item img { | |
| object-fit: cover; | |
| height: 18.5em | |
| } | |
| } |
| {{ 'component-wishlist.css' | asset_url | stylesheet_tag }} | |
| {% comment %} | |
| Shopify Wishlist | |
| Usage: | |
| - Markup: {%- render 'icon-heart', class: product -%} | |
| - Place this snippet inside your existing product card snippet | |
| Parameters: | |
| - class: Add a css class for custom styling (optional) |
| version: '3.1' | |
| services: | |
| wordpress: | |
| image: wordpress | |
| restart: always | |
| ports: | |
| - 8090:80 | |
| environment: | |
| WORDPRESS_DB_HOST: db |