[Support request] Question on menu with photographic icons

Home Forums Support [Support request] Question on menu with photographic icons

Home Forums Support Question on menu with photographic icons

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #2008889
    Ceramica Sud Curlante

    Is it possible to centrally align the icons below?
    see photo
    Thanks, πŸ™‚

    Website:
    http://www.ceramicasud.com

    #2008947
    Elvin
    Staff
    Customer Support

    @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;
        }
    }
    #2008967
    Ceramica Sud Curlante

    Elvin you are a miracle of knowledge Thank you …
    It works great!
    πŸ™‚ πŸ™‚ πŸ™‚

    #2013859
    Elvin
    Staff
    Customer Support

    Glad you got it sorted. No problem. πŸ˜€

Viewing 4 posts - 16 through 19 (of 19 total)
  • You must be logged in to reply to this topic.