Site logo

Archived topic

Question on menu with photographic icons

18 replies · Started by Ceramica Sud Curlante on October 18, 2021

Viewing posts 16–19 of 19

Is it possible to centrally align the icons below?
see photo
Thanks, :-)

Website:
http://www.ceramicasud.com

@Ceramica,

Try adding this CSS:

@media (max-width:768px){
    .main-navigation .main-nav ul li a {
        padding: 0 !important;
    }

    ul#menu-menu-1 {
        width: 100%;
    }

    ul#menu-menu-1 {
        justify-content: center;
    }
}

Elvin you are a miracle of knowledge Thank you ...
It works great!
:-) :-) :-)

Glad you got it sorted. No problem. :D

This archived topic is closed to new replies.