- This topic has 18 replies, 2 voices, and was last updated 4 years, 8 months ago by
Skandha.
-
AuthorPosts
-
August 26, 2018 at 10:09 am #152538
bub
ParticipantHey guys,
I am having trouble with my header logo and the website title.
I cannot seem to get both the logo and the title side to side, which is exactly what I want.Am I doing something wrong?
Thanks for your help in advance.
Regards,
JürgenAugust 26, 2018 at 11:23 pm #152551Skandha
ParticipantPlease post in your site URL so that I can look in to the issue.
Kind Regards,
SkandhaAugust 27, 2018 at 2:48 am #152580bub
ParticipantHi Skandha,
thanks for the quick reply.The page isn’t online yet, so you won’t be seeing anything…
Is there anything else I can do to aid you helping me? 😉
Regards,
JürgenAugust 27, 2018 at 5:00 am #152596Skandha
ParticipantYou can provide me your admin credentials and I can have a look at your site and provide you possible solutions. I will contact your shortly by email.
Kind Regards,
SkandhaAugust 28, 2018 at 5:08 am #152651bub
ParticipantHi Skandha,
I haven’t received an eMail yet, have you already tried to contact me?
Thanks,
JürgenAugust 28, 2018 at 5:12 am #152652Skandha
ParticipantI had sent an email to
[email protected]
yesterday. Didn’t you receive any email?Kind Regards,
SkandhaAugust 29, 2018 at 10:23 am #152715bub
ParticipantI sent you an eMail as well, can’t seem to get in contact with you…
Regards,
JürgenAugust 30, 2018 at 12:33 am #152753Skandha
ParticipantWell that is strange. Can you try sending me an email again at [email protected]
Kind Regards,
SkandhaSeptember 3, 2018 at 12:15 am #153011Skandha
ParticipantSorry for the late reply.
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.@media screen and (min-width:767px) { #site-logo, #site-header { display:inline-block; } #site-branding { width:700px; } }
Let me know if this works out!
Kind Regards,
SkandhaSeptember 3, 2018 at 4:21 am #153022bub
ParticipantYay, it works!!
Thanks a lot for your help!Regards,
JürgenSeptember 3, 2018 at 6:29 am #153032Skandha
ParticipantGo to => Appearance => Customize => Additional CSS and add the following CSS Code.
@media screen and (min-width:1200px) { .container { width:1270px; } }
Let me know if this works out!
Kind Regards,
SkandhaSeptember 5, 2018 at 9:12 am #153173bub
ParticipantWorks like a charm! Thanks for that!
Some other things:
1.
I have added further CSS I found in the support forum, now the logo left of the site title is too close to the site title.
Is there a fix for that?2.
Another problem appears on mobile screens (eg. Apple iPhone 6S). There is white space above the header which moves out of sight when scrolling the site.Regards,
JürgenSeptember 6, 2018 at 2:20 am #153222Skandha
ParticipantYou seem to have change your admin credentials. I am not able to login to your site.
Kind Regards,
SkandhaSeptember 6, 2018 at 2:38 am #153228bub
Participantoh, sorry…
it’s back to the one you know!September 7, 2018 at 3:40 am #153401Skandha
ParticipantGo to => Appearance => Customize => Additional CSS and add the following CSS Code.
#site-logo { padding-right:10px; }
Let me know if this works out!
Kind Regards,
SkandhaSeptember 7, 2018 at 3:47 am #153403bub
Participantperfect Skandha, thanks for that!
Greets,
JürgenSeptember 7, 2018 at 4:03 am #153410bub
ParticipantAnother problem occurring atm is that the semi-transparent header covers the upper parts of each page on smaller screens.
I tried my luck in the forum but didn’t find any help there.September 9, 2018 at 12:06 pm #153564Skandha
ParticipantGo to => Appearance => Customize => Additional CSS and add the following CSS Code.
#masthead { padding:0; }
Let me know if this works out!
Kind Regards,
SkandhaSeptember 10, 2018 at 1:23 am #153620Skandha
ParticipantGo to => Appearance => Customize => Additional CSS and add the following CSS Code.
@media screen and (min-width:993px) and (max-width:1025px) { #site-header { width:560px; } }
Let me know if this works out!
Kind Regards,
Skandha -
AuthorPosts
- The topic ‘Logo + title side by side’ is closed to new replies.