Follow button width in Adelle theme
-
Hello, I am looking for a way to change the width of the ‘follow’ button in my sidebar with custom CSS. I’d like for the button to be at least 250px across and centered if that’s at all possible?
Any help anyone could provide would be much appreciatedThe blog I need help with is: (visible only to logged in users)
-
Hi there, I can’t find a way to center the button at 250px wide, so I would suggest setting the width of it to 100% with this.
#blog_subscription-5 input[type="submit"] { width: 100%; }It aligns nicely with the search input field and button.
-
-
- The topic ‘Follow button width in Adelle theme’ is closed to new replies.