Question

Posted in: Newsmag
Post count: 280

Hello
I have something weird with social icons in my site.
when i enter the site they become on the left then go to the right , and sometimes they go from right to left, also to the left, center and right.. etc

check this videos

1- https://youtu.be/lBU0VVxKv1o
2- https://youtu.be/iqs-KBd0dqA

any advice to make them on the stick on the right?

you give me this code to adjast it and make it like this but its not working correctly.

this one to make them vertical
.aps-social-icon-wrapper{
position: fixed;
left: 0;
top: 20%;
z-index: 10;
width: 64px;
}

to hide them on mobile

@media(max-width: 768px){
.aps-social-icon-wrapper{
display:none;
}

to make them on the right
.aps-social-icon-wrapper{
right: 0;
}

my site
http://www.autosport.me

thanks.

  • This topic was modified 10 years by Lewis.
Post count: 6535

Hi

That happens because the css from theme panel it’s applied after the main css from the theme, or after the css of the plugin which generate the social icons. You will have to edit the plugin’s css file and place the code directly into it to remove the delay.

Thanks!

Post count: 280

I did that, but same problem.

any advice ?

Post count: 6535

Hi

You will have to make sure that you edit the right file. I am not aware how the plugin which generate the social networks works so I can’t provide any solution for that. Any customization which involve editing plugin’s files involve custom modification and falls beyond the support can offer you.

Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newsmag’ is closed to new topics and replies.