Site logo

Archived topic

Tablet version

3 replies · Started by aik on March 15, 2023

Viewing posts 1–4 of 4

good evening, I used a theme you created, unfortunately I don't like the tablet version, especially the vertical menu. I wish only from teplet it was horizontal as in the photo

https://i.postimg.cc/PfBPVzQQ/Immagine.png

I would also like to ask you if it is normal for the theme I used not to have any elements. Usually the themes I import always have elements, this one doesn't.

link website https://alfanogaetano.it/

Hi there,

Can you give this CSS a shot?

@media (min-width: 769px) and (max-width: 999px) {
    .main-navigation .inside-navigation .main-nav>ul {
        flex-direction: row;
    }
}

Learn how to add CSS: https://docs.generatepress.com/article/adding-css/

Let me know :)

perfect, it works!

As for the elements, can you confirm that this theme has no additional elements?

Hi Aik,

Yes, we can confirm. This template doesn't use any Element.

This archived topic is closed to new replies.