Jump to content
WebFlake
  • 0

How to move positions custom profile icon


iLek2428

Question

6 answers to this question

Recommended Posts

  • 1

add a div class to your profile field and use the css below should get the results u wanted

<div class="renametowhatever">{profile field contents}</div>

.renametowhatever {
  position: absolute;
  z-index: 1;
  top: 160px;
  left: 120px;
}

 

C5kMVwh.png

 

 

 

1 hour ago, Hackerr said:

It is not possible

hmm?

Edited by John
  • Upvote 1
  • Downvote 1
Link to comment
Share on other sites

  • 0

@John Last question badge not working on mobile phone. I want ribbon badge to show next to Donor badge.

photo_2017-06-13_21-26-10.thumb.jpg.5e6c5bde6d5fa18566f6cb5cc8862491.jpg

I try css code

/* PHONES */
@media screen and (max-width: 767px) {
.cancerbadge {
  position: absolute;
  z-index: 1;
  top: 160px;
  left: 120px;
  }

not working.

 

Thanks.

Link to comment
Share on other sites

  • 0

thats cause of the profile fields being hidden from the the mobile version, its possible to show it tho but if u do so u wont be able to single out one custom profile field over another thats targeted for the postContainer and everything will be loaded on the mobile version which could possibly end up making your postContainer deformed

  • Upvote 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...