Reply To: slider-bg.jpg truncated when resized

Homepage Community Forums inSync Theme Support slider-bg.jpg truncated when resized Reply To: slider-bg.jpg truncated when resized

#14044
Eric
Customer

    Oh I see, since you don’t have any content inside of your widget it shows up like that on smaller devices. By default there is a top and bottom padding of 200px each. When resized or viewed in a mobile browser it turns to 50px since its viewed on a smaller screen. Since you’re just using the background image with no text in the middle, I would remove the code that overrides the main code so it stays at 200px top and bottom. You can do this by removing, commenting out, or editing/adjusting the padding on line 3647 in your css –

    .slider .wrap {
        padding: 50px 0 30px;
    }

    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com