Hello, I have some questions.
Site: mongooz.co.kr
1. I want to change the image width to 100% on mobile. I tried several settings in the newspaper theme, but nothing changed. If there is a way to set it with CSS, please let me know.
-> https://ibb.co/G4vYgs8H
2. I want to reduce the gap when placing two images side by side. I also want to reduce the gap when merging images and galleries. (But I want to keep the original gap when there is only one image.)
Reference: https://avada.tistory.com/3050
-> https://ibb.co/kVsHCTGW
-> https://ibb.co/CKdDQsBf
-> https://ibb.co/cKqQDBQg
This is a problem I’ve been wanting to solve for a long time, but I haven’t been able to.
Hello,
Unfortunately, I can’t access your website -> https://i.imgur.com/lNOSFiP.png. Please provide the links where you have the images and gallery to provide a CSS code
Thank you!
Site: https://mongooz.co.kr
Site: https://mongooz.co.kr/%ea%b0%95%eb%a6%89-%eb%9a%9c%eb%b2%85%ec%9d%b4-%ec%97%ac%ed%96%89-day-1/
I never blocked access, so why can’t you connect to the site?
Hello,
You can try to use this code
.tagdiv-type figure img
{
margin-bottom: -25px;
flex: none!important;
}
Set the code in Theme Panel ->Custom code -> Custom CSS -> https://www.screencast.com/t/St204VtFl3NU
Thank you!
I tried using the image expansion feature of the Newspaper theme, but there was no response.
Hello,
Please select the port view on the phone, select the content zone and set the margin-left and right to -20 and set this code in width
calc(100% + 40px)
=> https://www.screencast.com/t/Ek89ppzTGldT You can use this method for both (mobile responsive version or mobile page)
Thank you!
Hi,
I checked and the image is full width there https://i.imgur.com/ThyEreT.png -> https://i.imgur.com/aNgOKqE.png
Thank you!