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

    Hi!
    I can´t figure this out?
    I´m using iconlist´s in two columns – like this http://imgur.com/a/vhbm4
    The right column with icon on the right and right column with icons on the left.
    But when I look at my mobile the iconlists ofcource look´s like this – http://imgur.com/a/7H2yw

    IS THERE another way too make the iconlists to center underneth each other or am I just using the wrong “Enfold”-tool?

    Kind regards
    Mike

    #841753

    Hey lome61,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    #842732

    Hi!
    You can find the 2 iconlists on the middle of the page

    #843889

    Hi lome61,

    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: 479px) {
      .avia-icon-list-right { 
       text-align: left;
       }
       .avia-icon-list-right .iconlist_icon {
             float: left;    
             margin-right: 30px;
             margin-left: 0;
             }
       .avia-icon-list-right .iconlist-timeline {
             left: 32px;
             right: auto;
        }
      }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

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