widget buttons
-
Hello,
I have the Sela theme and need help with aligning widgets in my first front page widget area. I have uploaded a button with CSS from a scheduling application program and cannot seem to align (centre) the button with the widget above it.The blog I need help with is: (visible only to logged in users)
-
Hi there, in the button code itself, there is some stuff that is partially causing the issue. Open that text widget and you will see the following,
<span style="visibility: hidden;">600</span>
change that to this,
<span style="display: none;">600</span>
and then add this to your custom CSS..home #widget-area-5 .widget_text { text-align: center; }
- The topic ‘widget buttons’ is closed to new replies.