We’re migrating to our new support system at https://support.neuronthemes.com/ please create an account and submit all new support tickets there to ensure faster and more efficient assistance.
We've added this on the todo list of the Arkhitekton, that you can be able to change columns within mobile devices, but for now you need some Custom CSS to achieve it.
Add the following style in Appearance > Customize > Additional CSS.
Hello!
I have a few questions about adaptability.
1. Is it possible to make portfolio tiles in the adaptive version (on the phone) more than one in width? 2, 3, 4 ....?
2. Is it possible to make INSTAGRAM tiles in the adaptive version (on the phone) more than one in width? 3, 4, 5 ....?
Hi,
We've added this on the todo list of the Arkhitekton, that you can be able to change columns within mobile devices, but for now you need some Custom CSS to achieve it.
Add the following style in Appearance > Customize > Additional CSS.
@media (max-width: 768px) { .masonry .selector { max-width: 50% !important; } }Feel free to ask for anything you need.
Kind Regards
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.
It works, thanks!
But how to make INSTAGRAM tiles 2, BUT portfolio tiles remain as before (1 in width)?
Example in the photo
P.S. For 4 tiles, the values will be 384px and 25%, right?
Is it possible to configure this setting on different pages? In different columns on one page?
Hi,
You can make it even more adaptive, if you need it.
So, with the following classes you can manipulate a lot. First add the following style in Appearance > Customize > Additional CSS.
@media (max-width: 768px) {.two-columns-mobile .selector {
max-width: 50% !important;
} .three-columns-mobile .selector {
max-width: 33.333% !important;
}
}
So, in every element that you need the following set, please add it as custom class of the element. https://prnt.sc/r6tfri
Kind Regards
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.
Excellent, thank you!
You're welcome anytime, feel free to ask for anything you need.
Kind Regards
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.