Fix Front Page icons asymmetry

Mary Greg Posted in Technical Support 4 years ago

Some icons are initially located with some deviations and are not symmetrical. How can i fix them? Can you say in which folder I can make those changes ?

Replies
German Michael Zülsdorff Replied 2 years ago

A clean Ossn 6.1 doesn't display these icons in such a way.
Follow the steps as recommended in https://www.opensource-socialnetwork.org/wiki/view/1101/how-to-report-a-bug-error-issue Case B
and isolate the issue.

us Ralph Pearcy Replied 2 years ago

I am using 6.1 and I get rid of that code and it is still there it is all messed up on my sites that is why I need to get ride of them I run facesplash.net and instasplash.org

us Mary Greg Replied 4 years ago

Ok Rafail, thank you too.))

gr Rafail Stratiotis Replied 4 years ago

You're welcome

If you wish, I will create videos from time to time on the OSSN channel on Youtube
make a subscribe to watch these videos will help you configure your own social network

Best regards, Raphael

us Mary Greg Replied 4 years ago

Hi Rafail.

Yes. I just did it but still didn't help. But you don't blame, so no need to worry:)
Thank you Rafail!

gr Rafail Stratiotis Replied 4 years ago

also change and that code for calendar

<li><i class="fa fa-calendar" style="padding-left: 4px;"></i></li>
gr Rafail Stratiotis Replied 4 years ago

Hi Mary

are you sure about that?
for me it worked normally..
try deleting cache memory.. although I did not need to delete the cache

us Mary Greg Replied 4 years ago

Rafail I'm sorry to bother you but unfortunately it's did not help. I just tried but nothing happened. Do you have another option ?

us Mary Greg Replied 4 years ago

Thank you Rafail)))God bless you!

gr Rafail Stratiotis Replied 4 years ago

Hello Mary

go to: system\plugins\default\pages\contents\index.php

and change that code

         <ul  class="some-icons">
                <li><i class="fa fa-users"></i></li>
                <li><i class="fa fa-comments-o"></i></li>
                <li><i class="fa fa-envelope"></i></li>
                <li><i class="fa fa-globe" style="padding-left: 4px; font-size: 54px;"></i></li>
                <li><i class="fa fa-picture-o"></i></li>
                <li><i class="fa fa-video-camera" style="padding-left: 3px;"></i></li>
                <li><i class="fa fa-map-marker"></i></li>
                <li><i class="fa fa-calendar"></i></li>
         </ul>