Site logo

[Support request] Want to align top bar in mobile

Home Forums Support [Support request] Want to align top bar in mobile

Home Forums Support Want to align top bar in mobile

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2500173
    Umad

    Can you help me to align mobile top bar in center correctly ??

    https://umadjawed.com/cpfg/

    Here is the screenshot
    https://snipboard.io/imKzfZ.jpg

    #2500189
    Umad

    Anybody please respond me ?

    #2500450
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS to your site:

    @media (max-width: 768px) {
        .inside-top-bar {
            padding-right: 5px;
            padding-left: 5px;
        }
        .top-bar .widget_nav_menu > div > ul {
            flex-wrap: wrap;
            justify-content: center;
        }
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.