Need Help fixing Header in wordpress

Blackatech

Registered Member
Joined
Apr 25, 2016
Messages
57
Reaction score
24
So i got this nice header image, fits properly but also there is this "tag line" i have it filled out but needs to be re-positioned or even just not visible.

The problem is, if i disable the tag line it changes the header size and messes up the graphic.

If i change the pre-configured positioning of the tag line it messes up the graphic. It only looks good the way it currently sits.

I have messed around with it for awhile now, i am no coder. So i was wondering if someone here could fix this for me.

Also i am not looking for charity, if this is something you would charge for, let me know, Rather get someone from BHW then fiverr to do this small job.

The theme i use is Evolve +
 
You could try this to remove the tagline. In your child theme css add this

#tagline {
display:none;
}
This is a quick and easy way to hide the tagline
 
You could try this to remove the tagline. In your child theme css add this

#tagline {
display:none;
}
This is a quick and easy way to hide the tagline

Yea i added that, it just hides it. There is an option in the theme settings to hide the tag line. Problem is, when you hide it, The header shrinks and it messes up the graphic
 
Still looking for someone that can do something with this header tag, hiding the tag doesn't help as it cuts into the graphic
 
Send me the url. If it's a quick fix I'll help you.
 
If you still need help, send me a pm.
I'll check and will do that up for you :)
 
Much appreciate everyones replies @fanatik1389 solved the issue for me, looks much better now
 
Back
Top