Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #912224

    Hi
    Kindly Set the default Editor to None from Global configurations and then add the Code in custom html module .

    • Add the Module suffix with a single blank space . Regarding change the search module icon , could u give more info how u want to display the social modules in search function , as the search module does not such feature to display social icons in it
    APOSTOLOS FOUKIS Friend
    #912238
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #912247

    Hi
    Below is the code used in the module

    <ul class="nav">
    <li>
    <a href="https://www.facebook.com/joomlart"><i class="fa fa-facebook"> </i>Facebook</a></li>
    <li>
    <a href="https://twitter.com/joomlart"><i class="fa fa-twitter"> </i>Twitter</a></li>
    <li>
    <a href="https://plus.google.com/+JoomlArt/posts"><i class="fa fa-google-plus"> </i>Google+</a></li>
    <li>
    <a href="http://pinterest.com/joomlart/"><i class="fa fa-pinterest"> </i>Pinterest</a></li>
    <li>
    <a href="https://www.youtube.com/user/JoomlArt"><i class="fa fa-youtube"> </i>Youtube</a></li>
    <li>
    <a href="http://instagram.com/joomlart"><i class="fa fa-instagram"> </i>Instagram</a></li>
    <li>
    <a href="http://feeds.feedburner.com/joomlart/joomla"><i class="fa fa-rss"> </i>RSS</a></li>
    </ul>

    While in the top right position there is not enough space to fit the social module .

    APOSTOLOS FOUKIS Friend
    #912260
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #912285

    Hi
    Add below code in custom.css file

    
    .top-right .ja-social ul {display:flex;}

    It will make the button as you needed .

    APOSTOLOS FOUKIS Friend
    #912330

    Thanks again!!!

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  APOSTOLOS FOUKIS 8 years, 7 months ago.

The topic ‘Social icons in horizontal arrangement’ is closed to new replies.