Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #213198

    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/
    null
    enlarge tab size
    lessen sidebar size

    • This topic was modified 10 years, 10 months ago by wethepublic.
    #213392

    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

    #551474

    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

    #552019

    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

    #552106

    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

    #552113

    Hey!

    Please refer to Ismael’s post here – https://kriesi.at/support/topic/urgent-responsives-webdesign/#post-459171

    Best regards,
    Yigit

    #552271

    Great, thanks!!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘I want to enlarge content\'s size in the mobile.’ is closed to new replies.