Hi, you have some problem on CSS or JS,
but you can resolve it adding this lines
#___ytsubscribe_0{position:relative; left:inherit;}
#___ytsubscribe_0 iframe{position: relative; top: 0px;}
If your theme have section to add custom CSS, add that lines at the end,
if your theme don’t support this, so you can add at the end of the file
style.css (editing theme from appearence, but in this case you probably must add again
on theme update)
Thread Starter
TxGirl
(@nuttyhiker)
I have added it, but it still does not show a subscribe button.
#___ytsubscribe_0{position:relative!important; left:inherit!important;height: 25px;}
#___ytsubscribe_0 iframe{position: relative!important; top: 0px!important;}
try that (you will solve it 😉 )
Thread Starter
TxGirl
(@nuttyhiker)
Awesome! That worked. Thank you!