Using this page: https://www.qingmunoodles.com/draft/
The text box that contains :
“Royal Hawaiian Center
2233 Kalākaua Avenue #B3
Honolulu, Hawaii
(808) 922-3323
(Email address hidden if logged out)
Royal Hawaiian Center
2233 Kalākaua Avenue #B3
Honolulu, Hawaii
(808) 922-3323
(Email address hidden if logged out) ”
I want to center on mobile view to make it aligned side by side on mobile view as well. Just 2 of them. Thank you!
Hey,
Thanks for contacting us!
Please edit your cell and give it a custom class in Advanced > Developer Settings tab (“your-custom-class” in example below) and then add following code to Quick CSS in Enfold theme options > General Styling
@media only screen and (max-width: 480px) {
#top .your-custom-class .flex_cell_inner {
display: flex;
}
#top .your-custom-class .flex_column:nth-child(1) {
display: none;
}}
Best regards,
Yigit