x

Custom HTML showing up in the editor but not in the published site

Hello, I'm trying to edit ralflittleactor.com and I inserted custom HTML code to shrink the height of the header bar. It looks perfect in the editor but the published site is not reflecting it. The page where it's most relevant is https://www.ralflittleactor.com/death-in-paradise.html

As you can see, the top of the actor's head is cut off, which is why I wanted to customize the header height and leave more room for the image. 

The code I inserted was:

<style>
.wsite-section-content > .container
{
padding: 20px !important;
max-width: 90% !important;
}
</style>

Any ideas? I've cleared the cache and tried it on Safari as well (I am normally using Chrome).

315 Views
Message 1 of 2
Report
1 REPLY 1

.birdseye-header {
 height: 85px!important;
}


Change height from 85px to  what you'd like, If it still doesnot work. 
 
 
Email me at seosettingsweebly@gmail.com
 
283 Views
Message 3 of 2
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.