• Resolved shabik

    (@shabik)


    Hi. I like the look of the metaslider but in the mobile version it creates this huge space between the slideshow and the content. Also in the desktop verison but it is not as noticeable there. I am looking with chrome inspectator and first we have div.caption which is the typical caption that is not that big. 455×105 and covers the text. Then under it there is another div.caption same size but 130 high and then another 455×155. Then there is another say 200 px or so dead space.

    Could someone help me with this issue?

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi @shabik

    I looks like your theme has an empty element there with a margin. #pg-900-1. Also, the element before it in which the slideshow is contained has a margin also that is adding more space. I think it would be better to move these than override the caption styles.

    Thread Starter shabik

    (@shabik)

    Thanks for the reply. If you see the images without any captions it looks quite nice actually. So it does not seem to have with my template. Also, it looks like the p900 is also inside the text somehow as well so if I hide that then it hide also the text and stuff.

    Hi @shabik

    Easier if you look in the dev tools and see exactly what is happening.

    https://prntscr.com/n1e6vo

    Thread Starter shabik

    (@shabik)

    I have tried this morning and then afternoon with this link without any luck. I tried to figure this out with no avail.

    Hi @shabik,

    To remove the margins causing the extra space below the slideshow, you have to edit styles specific to your theme.

    #pg-900-1 {
      display: none;
    }
    #pg-900-0 {
      margin-bottom: 0 !important;
    }

    However, since the id’s of those elements might exist on other page this might not work for you. In that case you will have to ask the theme developer the best way to remove margins on empty containers. Let me know if that helps.

    Thread Starter shabik

    (@shabik)

    Hi. Unfortunately this did nothing :(. I will try to write the theme developer but it is only on the metaslider slideshows where there are like 4 different captions created where only 1 of them actually has text in it where the 3 other ones are empty.

    Hi @shabik,

    Where did you add the styles I sent you, because I do not see them on the page above.

    Hi @shabik

    I’m going to mark this as resolved as we didn’t hear back, but please feel free to comment or open a new issue if needed, thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Slideshow is creating huge space in between’ is closed to new replies.