Related to gridiculous pro blog theme
-
Hi,
i want to give padding: 7px 1px to text box of email subscribe. which is enter you email id. in your code it’s inline css so i am not able to modify that. so i want to change that textbox size . from padding:1px 2px to padding:7px 1px;please resolve my issue.
-
Hi there,
You can use the !important label in your custom CSS to override inline CSS styles, like this:
#subscribe-field { padding: 7px 1px !important; }If you have any other CSS questions, our expert staff and volunteers can help with those in our CSS Customization forum here:
-
- The topic ‘Related to gridiculous pro blog theme’ is closed to new replies.