Tagged: header text, logo, menu
- This topic has 48 replies, 14 voices, and was last updated 8 years ago by Sakin.
-
AuthorPosts
-
September 19, 2016 at 7:05 pm #99676mzhdParticipant
Hallo,
i need some help too and found this support forum. Our site is available under
http://www.ds.mzhd.de/wp2016/ and i want to put the header in a lower position. I tried many custom CSS entries, but as i am no professional in CSS, i don’t get the solution by my own.
My last try was
#site-header .site-title { vertical-align: -25%; }
but didn’t get the changes i want to. I hope everyone understands what i want to do and can help me with the wright code. Thanks!September 20, 2016 at 6:49 am #99718SakinKeymaster@mzhd: Sorry, I don’t understand what you mean. Do you mean that you want to put header details below your logo. Then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#site-header { clear: both; display: block; padding: 0; }
September 20, 2016 at 12:57 pm #99740mzhdParticipantHallo Sakin,
thanks for your answer! Today i recognized, that i posted in the wrong forum! I use the catch responsive theme, but posted in catch everest. Sorry!
Otherwise your code works in this theme too, but isn’t the solution i searched for.
I try to explain again: The logo of the page is not in that horizontal line with the headline that i want to. So i tried to move the headline down, but not under the logo. The logo should still be on the left side, next to it the headline, but about 25% lower. HTHThanks!
September 20, 2016 at 2:25 pm #99746mzhdParticipantSince my last post i searched for a while and found this entry:
https://catchthemes.com/support-forum/topic/logo-and-header-text-alignment/That’s the solution for me! I used the code:
@media screen and (min-width: 991px ) { #site-header { margin-top: 35px; } }
and now it looks like i want to.
Thanks for your help! Greets
September 20, 2016 at 5:50 pm #99761September 25, 2016 at 4:42 pm #100198MetinParticipantHi Sakin,
I jus try to reduce header area. How can i do that?
September 25, 2016 at 9:15 pm #100204SakinKeymaster@metin: Please post in your site URL and let me know how much you want to reduce. Then I can check in and provide you Custom CSS.
November 9, 2016 at 4:36 pm #103038JR_ShadowParticipantHi I’m new to this whole thing and I was wondering if you could tell me how to get my logo (located in the header) to go more to the Left. The entire header has to much space on both sides and I have no idea how to adjust that padding. If you’d like to take a look at my site to better understand what I am asking the link is http://74.220.219.134/~triplemg/ however, I’m still building it so please don’t judge to harshly.
Thank you for your time and assistance. 🙂
November 10, 2016 at 11:40 pm #103131SakinKeymaster@jr_shadow: Thanks for asking but we only support theme developed by us. That is CatchThemes.com. But you are not using our theme. So, please ask in your theme author support forum.
-
AuthorPosts
- The topic ‘Getting the logo in alignment with header text’ is closed to new replies.