• Resolved edgardcarrijo

    (@edgardcarrijo)


    Hello, first of all thank you for this amazing theme, i really like it. I got a little problem with image dimensions on the Slider, i never can get a image to perfectly fit on that space, sometimes the image get cut or get too big and pixelated, already tried lots os different sizes. 640×480, 640×380, bigger images, smaller. Already read the foruns to try to solve this problem, so create this topic here is my last resort to fix this. Here’s my site. https://www.tiltentretenimento.com.br

    thank you again!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Richie KS

    (@rkcorp)

    look fine to me, maybe try adjust the slider height in customize->general->slider->slider height

    however the featured image in slider follow this size.
    add_image_size( ‘featured-slider-img’, 640, 480, true );
    if not detected, it will grab next large image but differ dimension.

    due to its responsive nature, its impossible to have perfect image width and height like you want.

    Thread Starter edgardcarrijo

    (@edgardcarrijo)

    Thank you very much for your response, just one more thing. How can i change the site widht? I think he’s too widespread.

    Theme Author Richie KS

    (@rkcorp)

    add this to customize->general->custom css

    footer .innerwrap, #bodywrap, .innerwrap-custom-header, #main-navigation .innerwrap {max-width: 990px;}

    adjust the 990px to your own..

    Thread Starter edgardcarrijo

    (@edgardcarrijo)

    It worked like a charm! Thank you for the fantastic support.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Problems with image size on slider’ is closed to new replies.