Jetpack Subscription Widget Customisation
-
Hello! I am sure this is a super easy one for the experts! I am trying to customise the appearance of the Jetpack subscription widget. This is the code I inserted into Edit CSS. It is exactly what I want BUT the bottom border is touching the subscription button which looks odd.
If anyone can tell me what I am doing wrong, I would greatly appreciate it! Thank you!
.jetpack_subscription_widget {
clear: both;
color: #000000;
border: 1px dotted #26201b;
padding-left: 5px;
padding-right: 5px;
margin-bottom: 55px;
}
- The topic ‘Jetpack Subscription Widget Customisation’ is closed to new replies.