Grey bar around carousel & position of footer

Hi

I need some help.

  1. There is grey bar on the right side of the carousel. How to fix it? You can see it in the screenshot. I tried to add
.carousel.slide code {
  padding: 0;
}

as you advised in another topic but it didn’t help. I also checked the code of the page in the text editor (HTML) and there is no additional code around, just [image-carousel twbs=“3”]

  1. Is there any way that the footer will be always on the bottom of the page? It looks bad when there is not a lof of content so the space under the footer is big.

Hi @oneill,

I hope you are well today and thank you for your questions.

1) There is grey bar on the right side of the carousel. How to fix it? You can see it in the screenshot. I tried to add

Could you please share the page URL from your site where it’s not displaying correctly so that i can troubleshoot it?

2) Is there any way that the footer will be always on the bottom of the page? It looks bad when there is not a lof of content so the space under the footer is big.

You can try achieving this by making the footer as sticky footer as described on the following pages.

https://wordimpress.com/put-a-css-sticky-footer-in-your-wordpress-theme/

Best Regards,
Movin

Hey Movin,

thanks for your reply and advice with the footer. The website is http://takataflyfit.sk/.

Hi @oneill,

Thank you for sharing your site URL.

You can try removing that grey bar by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Theme Options -> Other -> Custom CSS

.carousel.slide {
    max-width: 1100px;
}

Best Regards,
Movin

Thank you Movin, it works.

You are most welcome here :slight_smile: