I am deeply in love with this theme and the support team.
However, I do need your help on 1 issue in which I can't resolve.
Image (media) in my blog post is not responsive. When I resize my browser's window to half of the screen, the image in my blogpost overlap with the side bar. Please refer to the attached image.
Everything else change size accordingly except to the uploaded image.
as we see you used this image inside content with standard <img src="" /> html tag. And you forgot about very important class for images if you want them responsive. This class is scale-with-grid so you need to add it for img tag.
FYI, in the other theme I use (Sahifa), any image inside content will never exceeds the content's box width and will size down automatically without the need to use any shortcode or need to insert additional class into the img tag.
Therefore, I was expecting BeTheme to have that capability as well since this is a more modern theme I have ever purchased. Or perhaps, I miss something here?
I tried your suggestion, putting scale-with-grid into image's class but seem not working. I made a special page for your reference.
Sorry but as we see, you have added scale-with-grid class and all looks fine now. Just take a look on http://snag.gy/FxfpH.jpg and http://snag.gy/TEqbe.jpg and as you can see all works fine. Image is scaling properly.
But to remove those lines from sidebar, please use below css:
We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.
Cookies are small text files that can be used by websites to make a user's experience more efficient.
The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission. This means that cookies which are categorized as necessary, are processed based on GDPR Art. 6 (1) (f). All other cookies, meaning those from the categories preferences and marketing, are processed based on GDPR Art. 6 (1) (a) GDPR.
This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages.
You can at any time change or withdraw your consent from the Cookie Declaration on our website.
Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy.
Please state your consent ID and date when you contact us regarding your consent.
Comments
as we see you used this image inside content with standard <img src="" /> html tag. And you forgot about very important class for images if you want them responsive. This class is scale-with-grid so you need to add it for img tag.
Your answer triggered me to find the 'non-standard way' of inserting image in this theme and I discovered
[image src="" align="" caption="" link="" link_image="" target="" alt="" border="0" animate=""]
and it works perfectly as I need it to be.
FYI, in the other theme I use (Sahifa), any image inside content will never exceeds the content's box width and will size down automatically without the need to use any shortcode or need to insert additional class into the img tag.
Therefore, I was expecting BeTheme to have that capability as well since this is a more modern theme I have ever purchased. Or perhaps, I miss something here?
I tried your suggestion, putting scale-with-grid into image's class but seem not working. I made a special page for your reference.
My second question is... how do I remove this 'bleeding' line?
Looking forward for your reply
But to remove those lines from sidebar, please use below css: