Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Manesh Timilsina

    (@maneshtimilsina)

    Hello estut,
    You can align it with css. Try following code:
    .wen-side-socials {
    margin: auto;
    width: 195px;
    }

    Place above css in your stylesheet. Adjust it accordingly in responsive devices.

    Thread Starter estut

    (@estut)

    it works !
    thank you so much for your quick answer !

    Plugin Author Manesh Timilsina

    (@maneshtimilsina)

    Cheers!!!

    Hi 🙂
    First… Great extension!
    I need of the icons orizontal and not vertical, how can I do?

    Thank you very much

    Hi 🙂
    First…Great extension!
    I need of the icons orizontal and not vertical, how can I do?

    Thank you 🙂

    Plugin Author Manesh Timilsina

    (@maneshtimilsina)

    Hello aky_p,
    You can make it horizontal with css. Please try following css:
    ul.wen-social-links li {
    width: 100%;
    float: left;
    }
    Add above css either in your theme’s style or in custom style field of this plugin.

    If you want further help, please submit your site url too.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘center position’ is closed to new replies.