Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #544261

    I inserted a image at sidebar, but it change its size according reducing/stretching browser.

    I need to fix the image size in its original size. How can I do that?

    Thank you

    #544262

    Hey eldiez!

    Please provide us with a link to your website so we can provide you with the appropriate css.

    Cheers!
    Dake

    #544282

    thanks for your prompt response!
    Sure, here is the link. Reducing the browser, the image on the sidebar reduces too. I want to keep the image in its original size despite reducing browser.

    http://laas.co.kr/?page_id=1336

    • This reply was modified 8 years, 4 months ago by eldiez.
    #544408

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .sidebar #text-7 img {
        width: 251px!important;
        height: 496px!important;
    }

    Cheers!
    Yigit

    #544933

    Thank you Yigit!
    I did what you said and the problem is solved partially. The height was fixed but width is still lessening. I don’t understand why, because according your css i’m putting the width size too.

    Do you think if there is another solution for this?

    The problem

    • This reply was modified 8 years, 4 months ago by eldiez.
    #545174

    Hi,

    Please try the following instead:

    .sidebar #text-7 img {
        width: 251px!important;
        min-width: 251px!important;
        height: 496px!important;
        min-height: 496px!important;
    }

    Best regards,
    Rikard

    #545689

    Oh great! Problem solved!
    This theme and you people are great!

    Thank you so much Rikard and Yigit!

    #545778

    Hi,

    Glad we could help :-)

    Regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How can i fix the image size against reducing browser?’ is closed to new replies.