Viewing 3 replies - 1 through 3 (of 3 total)
  • HI,

    Your widget is already on the Right side. Its just that the Socail Links are Floated Left inside the widget. So need to use this css code

    .virtue_social_widget.clearfix {
        float: right;
    }

    or you can use

    .virtue_social_widget.clearfix {
        position: relative;
        left: 250px;
    }

    This would work too:

    #containerfooter .virtue_social_widget a {
    float: right;
    }

    Kadence Themes

    Thread Starter Shuttermore

    (@shuttermore)

    Worked a treat, many thanks folks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Footer Widget Float’ is closed to new replies.