Okay
  Public Ticket #2999954
Mobile footer
Closed

Comments

  • parade-studio started the conversation

    I'd like to adjust the mobile footer and have the widgets display one after another, rather than next to each other. How do I do this?

  •  870
    Neuron replied

    Hi,

    Can you please add the following code at Appearance > Customize > Additional CSS?

    @media (max-width: 720px) {
        .l-primary-footer__widgets__space .row {
            flex-direction: column !important;
        }
        .l-primary-footer__widgets__space .row .a-col-5 {
            max-width: 100% !important;
        }
    }
    

    Feel free to ask for anything you need.

    Kind Regards


  • parade-studio replied

    Great, thanks!

  •  870
    Neuron replied

    You are welcome anytime, feel free to ask for anything you need

    If you like our theme, please leave us a rate of 5 stars at ThemeForest, that would help us a lot.

    Kind Regards,
    NeuronThemes