Okay
  Public Ticket #2512980
Mobile Issues with Top Header and Footer
Closed

Comments

  •  2
    vaughanmatt started the conversation

    Hi - 

    I am having a difficult time fixing a few things on the mobile version of my site and am hoping you can help me. 

    1. The button in my top header doesn't really look right- is there a way to make the mobile version of the button slightly smaller with the font centered?
    2. How can I center the footer area text and image?
  •  1,558
    Laborator replied

    Hi vaughanmatt,

    1. Add this CSS to Custom CSS:

    .top-header-bar .btn.btn-primary {
        text-align: center;
        padding: 10px;
        margin: 0;
    }
    

    2. Add this CSS to Custom CSS:

    .footer-widgets {
        text-align: center;
    }
    

    If you don't know how to add custom CSS, follow this guide in theme documentation.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group