Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #597954

    Hi there,
    I have created a phone info area divided in 3 phrases/span (phone, address, time ) with an icon before each one

    But I have several problems:

    1) the icon tend to appear at the beginning of the line if I don’t float left them or make everything display inline

    2) The .phone-info area is definetly little for a long lne and the text tend to overflow. I tried to make it 100% but the problem remain in the inner span

    3) Responsive is a disaster: I had to make a float:left/clear both for each span for phone view. and it looks almost ok
    Tablet is a disaster. Text overflow and no spaces beetweern the lines

    You find url and code in the private content

    Please tell me what I am doing wrong…
    Thanks a lot

    #599456

    Hey Arcatech!

    Thanks for reaching out to us!

    Could you also provide login details to the site in the Private Content section of your reply.

    Cheers!
    Jordan

    #600536

    Sure here they are

    #601134

    Didi you chaned the password at the first login?
    Anyway one of your coleagues asked for the same access so I have updated the psw see below

    #601675

    Hi,

    If you set all of your margins to 0 then there won’t be much space left no, you can try something like this instead:

    .phone-info .singlep .av-icon-char {
        float: left;
        margin: 0 0px 0 5px;
        padding: 0;
        display: inline;
    }

    If you should need more help then please post a screenshot highlighting what you would like it to look like.

    Best regards,
    Rikard

    #601790

    The way you suggested looks good. It fits, Thanks

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Problem with phone info area and icons’ is closed to new replies.