Changing slideshow margin on Prestige Theme

Hi guys,

I am trying to change the bottom and top margins of a slideshow section with custom html input but it won´t work. See first slideshow of www.kingkongstate.com. If I change something in the css files like theme.css there is no change after saving… Can you help me with this case?

Thanks loads

@KKS

can you please provide screenshot which spacing do you have remove also check theme customization you adapt height

Hi @KetanKumar ,

thanks for your fast contact. Please see attached.

@KKS

great thanks for URL.

try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
section#section-16388074364f3110c8 {
    padding: 0;
}
1 Like

@KetanKumar Thanks! That worked for the bottom padding. But unfortunately not for the top padding.

@KKS

thanks for it but i can’t see code are you added?

@KetanKumar I added it and found the error. There were top and bottom spacings which I hid now. But I suppose there’s a more elegant solution. I inserted

@media (max-width: 4000px)
{
#section-16388074364f3110c8
{
display: none;

Is there a better solution to do it or do you think that´s ok?