Page 1 of 1

Positioning elements on screen .I'm Using CSS

Posted: Mon Nov 16, 2015 6:06 pm
by LuisMa Suárez Gutiérrez

I want to arrange icons in an arc. I believe I should be using css
this is my Ui mockup

Image

this is what i have right now:

Image

this is my logic on how im creating the css coordinates for each social networks's icon im using aproximate numbers
Image

and this is my CSS code, trying to fix each icon in place. it doesnt work.

.ic_pop1{
max-width:35px !important;
max-height:35px !important;
z-index:3 !important;
position: relative !important;
bottom: -460px !important;
left: 30% !important;
transform: translate(-50%, -50%)!important;

}
.ic_pop2{
max-width:35px !important;
max-height:35px !important;
z-index:4 !important;
position: relative !important;
bottom: -450px !important;
left: 40% !important;
transform: translate(-50%, -50%)!important;
opacity:0 !important;

}
.ic_pop3{
max-width:35px !important;
max-height:35px !important;
z-index:5 !important;
position: relative !important;
bottom: -400px !important;
left: 50% !important;
transform: translate(-50%, -50%)!important;

}
.ic_pop4{
max-width:35px !important;
max-height:35px !important;
z-index:6 !important;
position: relative !important;
bottom: -350px !important;
left: 60% !important;
transform: translate(-50%, -50%)!important;

}
.ic_pop5{
max-width:35px !important;
max-height:35px !important;
z-index:7 !important;
position: relative !important;
bottom: -400px !important;
left: 70% !important;
transform: translate(-50%, -50%)!important;

}


Positioning elements on screen .I'm Using CSS

Posted: Mon Nov 16, 2015 8:30 pm
by Serhii Kulibaba

Hello,

Unfortunately this is something outside the scope of standard Appery.io platform support. You may consider purchasing Advisory Pack to get more in-depth help on this question. Here is more information about Advisory Pack (http://appery.io/services/#Advisory_Pack).