Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1124341

    Hey,

    http://www.malagaboutiquehotels.com
    I want to the icons to be on the same row on smartphone

    icons

    What code shall I add?

    Thanks
    Charlotte

    #1124387

    Hey Charlotte,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width:767px){
        .responsive #top.home #wrap_all .flex_column.avia-builder-el-1,
        .responsive #top.home #wrap_all .flex_column.avia-builder-el-3,
        .responsive #top.home #wrap_all .flex_column.avia-builder-el-5 {
            width: 33%;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1124392

    Great, thanks :)

    #1124509

    Hi Charlotte,

    Glad we could help :)

    Closing this one.

    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Icon element’ is closed to new replies.