- This topic has 5 replies, 2 voices, and was last updated 4 years, 10 months ago by
Skandha.
-
AuthorPosts
-
January 10, 2019 at 12:38 pm #163270
inksla
ParticipantI love the Header Image, but I find it just a little to big! Is it possible to either made the Header image smaller, or to push up the first element higher so that is coveres the Header Image More.
Thankz so much for your help. and sorry for all the Questions.
Best InkaJanuary 10, 2019 at 10:47 pm #163294Skandha
Participant@inksla: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.site-header { padding:0; }
Let me know if this is what you want!
Kind Regards,
SkandhaJanuary 12, 2019 at 5:24 pm #163386inksla
ParticipantHey Skandha,
First thank you for the Quick reply, but it is not what I was looking for.
I have attached a picture, basically i would like that the blue box (in the Image) moves higher over the flower image. is that possible?
http://www.inkanotes.com/wp-content/uploads/2019/01/Screen-Shot-2019-01-12-at-12.39.06-AM.pngThanx.
January 14, 2019 at 1:38 am #163469Skandha
Participant@inksla: Go to => Appearance => Customize => Additional CSS and add the following CSS Code
@media screen and (min-width: 72em) { .below-site-header { margin-top:-800px; } }
You can alter the margin to change the position.
Let me know if this is what you want!
Kind Regards,
SkandhaJanuary 15, 2019 at 4:04 pm #163593inksla
ParticipantThank you! I think it is what I want.
But no matter what number I place into the code, it does not change, as in does not go higher it just stays the same.
January 16, 2019 at 6:20 am #163708Skandha
Participant@inksla: Replace the above CSS Code by the following Code.
@media screen and (min-width:46.0625em) { .below-site-header { margin-top:-150px; } } @media screen and (min-width:48em) { .below-site-header { margin-top:-200px; } } @media screen and (min-width:56.625em) { .below-site-header { margin-top:-350px; } } @media screen and (min-width:72em) { .below-site-header { margin-top:-700px; } }
Let me know if this works out!
Kind Regards,
Skandha -
AuthorPosts
- The topic ‘Header Image’ is closed to new replies.