Reply To: Maintain Container Space for Mobile Devices

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Maintain Container Space for Mobile Devices Reply To: Maintain Container Space for Mobile Devices

#10090
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi Curtis,

The container space is there, since the visibility is set to hidden on mobile devices.

I’m guessing you want more margin below the social icons? In that case change the custom CSS you are currently using to:

@media screen and (max-width: 837px) {
    .asp_main_container {
        visibility: hidden !important;
    }
    .social-icons-lists {
        margin-bottom: 20px !important;
    }
}

I’m not sure if this will work, but worth a try.

Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)