The Head is Out Of Phase - Question | JoomShaper
6 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #168073

Oh Fabiana,

There are small mistakes:

  1. For header - remove top and bottom padding from settings, or use my Custom CSS:

#sp-header > .container {padding: 5px 20px;}

  1. Upload smaller logo, reduce height to 90px (!) now you have 121px !!
0
F
fabiana
Accepted Answer
1 year ago #168185

https://prnt.sc/cnSoh1C4l7UR

I added the code but it does not correct it and if I make the logo smaller it is too small on the home page

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #168187

Maybe

#sp-logo .sp-default-logo { max-height: 80px;}

then logo should fit

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #168188

Your screenshot shows Tabs, not Site Header, wrong image! But anyway look up

0
F
fabiana
Accepted Answer
1 year ago #168190

It's still missing and if you notice the menu moves to the right I don't know why that happens I inserted a table in html using raw html

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #168218

About Menu - to LEFT

#sp-menu > .sp-column { display: inline-flex;}
.sp-module.pull-right.educon-top-search {order: 2;}
0