Adjusting space above/below logo, and adjusting the menu shadow

Posted in: Newspaper
Post count: 1

Hi, tagdiv team.

I’d like to adjust the space above and below the logo, and also wanna change the size/color of the menu shadow.

Here is the image
https://drive.google.com/file/d/1tUP7LqplBTgozSaYDnsJREUEb3wyq9Y-/view?usp=sharing

Your custom CSS would be much appreciated.

Thanks in advance.

Takuma

Post count: 20688

Hi,

I could give you a code to remove that space, it will be like this
http://prntscr.com/nme210
You can enter it in the theme panel->custom code->CSS section

.td-header-style-11 .td-logo-wrap-full {
min-height: 90px;
line-height: 90px;
}
.td-header-style-11 .td-logo-wrap-full .td-logo {
line-height: 90px;
}

The shadow you mention is actually an image, the color can’t be changed for it. How exactly would you like it to be? I could try and modify it’s size. Let me know.

You could also check out some cloud header templates
https://cloud.tagdiv.com/#/load/Headers
These can be edited with the tagDiv composer and customized. You can import each one with the cloud library plugin – https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Or you can build your own header starting from a blank template
http://prntscr.com/nme4cchttp://prntscr.com/nme4h6

The predefined header styles don’t have any settings, the cloud headers offer more flexibility.

Thanks

Post count: 53

Hello, I am actually trying to eliminate the space below and above my logo as well. I pasted the code you presented, however, am unable to get it to work. My page is sophisticatedprofessional.com. Thanks!

Post count: 20688

Hi,


@giovanni114
That is a different header style. For the website you provided try something like this – http://prntscr.com/nqtlpz

@media (min-width: 767px) {
.td-book-club-demo .td-header-sp-logo {
padding-top: 0;
padding-bottom: 0;
}}

Thanks

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