text widget
- The topic ‘text widget’ is closed to new replies.
Need help? Check out our Support site, then
Hi
how can I align the sideber text widget (with pictures as my second widget) to the centre
via CSS
Regards
The blog I need help with is: (visible only to logged in users)
Hi!
Are you referring to this widget: http://cld.wthms.co/qzeo?
Hi
yes exactly
You can try with:
#text-17 {
text-align: center;
}
#text-17 .textwidget {
display: inline-block;
}
Hi
unfortunately, it is not exactly in the centre like the other widgets
Regards
The icons are not perfectly centered because of your code in custom css: http://cld.wthms.co/Sl02
yes, i removed and it worked
thanks a lot