I want to enlarge or lessen content’s size in the mobile. because I think that tab or some images is small in the mobile
and I want to lessen sidebar space . because I think that white space is too large in the sidebar
my site link : http://www.lawbis.com/
Hey wethepublic!
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
@media only screen and (max-width: 767px) and (min-width: 480px) {
.responsive .container {
width: 96%;
margin: 0 auto;
}
}
Regards,
Devin
Hi!
The images on the mobile cannot be enlarged. Can you please tell me how to solve this?
For example on this page http://www.dalitlilienthal.com/7sq-of-materials-compositions/
Thank you!
Dorit
Hi Dorit,
I’m not sure I understand what changes you would like to make, could you post a screenshot highlighting them please? You can upload to a service like imgur.com or a public dropbox folder and then link to them here.
Thanks,
Rikard
Hi Rikard,
The only thing I would like to know is when I’m in mobile and I stand on an image – why can’t I enlarge the image, see it bigger.
Is it possible?
Thanks
Dorit
Hey!
Please refer to Ismael’s post here – https://kriesi.at/support/topic/urgent-responsives-webdesign/#post-459171
Best regards,
Yigit
Great, thanks!!