Logo – Padding Problem

Posted in: Newspaper
Post count: 4

Hi, currently I have my website set to Full responsive (980px) I’m using Style 3 – (full width logo) + menu.

The problem I am having there is on both left and right sides of the banner it is re-sizing down to 966 width, I’ve tried to edit the CSS code myself and removing the padding around the Logo, but each time I do it effects the padding on the hole website I believe that’s due to its in one container.

Is there custom CSS code I can use to only remove the margin/padding around the logo.

Thanks Micheal

Post count: 3343

Hi,
Show me your site url to inspect it.
Thanks!

Post count: 4

http://test.michealslyderink.com/

Hi, what I’m trying to do is make the Logo fit the hole (Yellow) area at the top. I’ve tried to find the CSS coding myself but I’m rather lost.

I tried to use the
HEADER ALIGNMENT UP/DOWN
Move the header up/down (ex. -10) help with the placement but doesn’t seem to help.

Post count: 3343

Hi,
Add this CSS in Theme panel -> Custom CSS

.td-full-logo .td-grid-wrap {
	padding-top: 0px !important;
}
.td-full-logo .container-fluid {
	padding: 0px !important;
}
.header-style-3 .td-logo img {
    padding-top: 0px !important;
}

Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.