• grgbyny

    (@grgbyny)


    Hello,

    the Activello theme seems to mess the galleries up. This one
    https://babbinka.com/hu/galeria/
    should have 4 columns and be full width. It’s not an issue with other themes. It’s the default WordPress gallery.

    Thanks in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Vinod Dalvi

    (@vinod-dalvi)

    Hi @grgbyny,

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

    I could confirm the issue on my test site therefore notified the theme developer about this so that it will be fixed.

    The issue will be fixed ASAP.

    In the meanwhile you can try resolving the issue by using the following CSS code adding it in the Custom CSS option of your theme on the below path.

    Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

    
    .gallery-item {
        width: 100%;
    }
    .gallery-icon img {
        margin: 0 auto;
        display: block;
    }
    .gallery-item:hover .gallery-caption {
        text-align: center;
    }

    Best Regards,
    Vinod Dalvi

    Thread Starter grgbyny

    (@grgbyny)

    Thank you, it works!

    You are most welcome here ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Gallery not full width, wrong number of columns’ is closed to new replies.