Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1328244

    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!

    #1328251

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.