Search found 2 matches

by MigLacha
Mon May 27, 2019 9:53 am
Forum: General
Topic: Responsive image and exclude category or post ?
Replies: 3
Views: 3790

Re: Responsive image and exclude category or post ?

Hello, Doudom. My name is Miguel, and I am the developer of G3Nshop. For the images in the text body you must create a css style and include it in the file bl-themes / G3Nshop_theme / css / G3Nshop.css It would be something similar to: div.article-post img { width: 100%; height: auto; } "how to...