Logo Alignment

Posted in: Newspaper
Post count: 23

I am using Header Style 1.
My logo (Caleb’s Journal in blue font) appears to be aligning to the right.
I would like it to be aligned left so that it appears above Home in the main menu.

What do I need to do in order to do this?

I have the following custom code in Custom CSS:

.td-header-style-1 .td-header-sp-logo {
margin: 0;
}
.td-header-style-1 .td-header-gradient:before {
display: none;
}
.td-header-style-1 .td-header-main-menu {
border-bottom: 1px solid #000;
border-top: 2px solid #000;
}

Post count: 23

PLEASE IGNORE…ISSUE RESOLVED

Post count: 3

can you tell me how you got it aligned to the left please?

Post count: 35449

Hi stephenduggan,

If this is what are you looking for https://www.screencast.com/t/Arz5iwgZ2D15
then please add this css in Newspaper>Theme panel>Custom code>Custom css>
.td-header-style-1 .td-header-sp-logo {
margin-left: 0;
padding-left: 0;
margin-right: 56px;
padding-right: 48px;
}

https://www.screencast.com/t/avRSA9GLsb4o

Thank you.

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.