• Resolved Laurie

    (@tlmwebmaster)


    I would like to change the appearance of my slideshow that uses the Architekt theme. We have 36 images and maybe adding more in the future. The slide show numbers wrap to a second row. The previous arrow is on top of the first numbers in the first row and the next arrow is on top of the last numbers in the first row. I would like either the numbers contained inside the prev and next arrows or the prev and next arrows on a separate line.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    It looks like some CSS from the Architekt theme is preventing the navigations to move down because I think it’s designed to have a fewer numbers in the navigation.

    You can fix this by adding this custom CSS to your code:
    .metaslider.ms-theme-architekt.ms-is-small .flexslider:not(.filmstrip) ul.flex-direction-nav {
    top: unset !important;
    }

    Let us know if this works for you.

    Kind Regards,
    Arreane

    Thread Starter Laurie

    (@tlmwebmaster)

    Thank you. That worked very well.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Arrows on top of slide numbers: Architekt theme’ is closed to new replies.