Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Heateor Support

    (@heateor)

    Sorry, then this is something related to your theme. You should contact your theme support.

    Hi, I have a different issue but still related to footer widget.
    When I activate Super Socializer widget it makes a new line before and after itself in the widget area.
    If I place Super Socializer as the last widget in the order of wordpress widget interface, even if I set 3 or 4 widget for column, it create a new line.
    If I drag it between other two widget in wordpress widget page, it creates 3 new line with a widget for each one.

    I’m sorry if my question is not clear, but you can see what I mean here, in the widget footer area, http://www.tuttoin3d.com/.

    Thank you in advance for your help.

    Plugin Author Heateor Support

    (@heateor)

    Hi,

    That one BLACK border in footer above your copyright sentence is due to your <footer> element. Following CSS is being applied on this element, from file “http://www.tuttoin3d.com/wp-content/themes/amelie/assets/css/mainStylesheet.css&#8221;, line number 37:

    footer.pageFooter {
        height: 80px;
        padding: 30px 80px;
        border-top: solid 1px #171717;
    }

    I’m sorry, my question was not clear 🙁
    My problem is that Super Socializer widget is not on the same row of the other two widgets: the text one “tutto in 3d” and of the search one.
    If I use another third party widget it remais on the third column of the same row but Super socializer widget create a new paragraph before (and after, I suppose, because as you can see it is on a new row.
    If I put Super Socializer. widget in the middle I have: Text widget on the first raw, Super Socializer buttons on the second and the serch on the third.
    For line I meant row and not stroke, escuse me…

    Plugin Author Heateor Support

    (@heateor)

    Try adding following CSS in Custom CSS option at Super Socializer > General Options page in admin area:

    aside.footerSidebar div.the_champ_horizontal_sharing{
        display: inline !important;
        float: none !important;
    }

    It works perfectly!!
    Thank You!!

    Plugin Author Heateor Support

    (@heateor)

    @omd10,
    Great!!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Footer sharing icons’ is closed to new replies.