Tagged: center site logo
- This topic has 6 replies, 2 voices, and was last updated 4 years, 10 months ago by Skandha.
-
AuthorPosts
-
November 13, 2019 at 9:40 am #225834pworden1Participant
Hello! I’ve tried a couple custom css sets found for centering these items, but they’re not working. I’m not a programmer – just a designer. The site title and tagline are not clicked to show.
Here is the site:
suffer nation.com(a work in progress)
Thanks so much!
November 13, 2019 at 9:42 am #225835pworden1ParticipantNEVERMIND – GOT IT!!
November 13, 2019 at 10:38 pm #225885SkandhaParticipant@pworden1: Glad you were able to figure it out. Have a good day! 🙂
Kind Regards,
SkandhaNovember 14, 2019 at 8:24 am #225965pworden1ParticipantActually, it works on the desktop view, but NOT on mobile view. :\ I used this code:
.header-center-layout .site-branding {
width: auto;
}Here is the site url again:
http://www.suffernation.comThanks for any help with this!!
November 15, 2019 at 12:20 am #226033SkandhaParticipant@pworden1: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..custom-logo-link { width: 100%; }
Let me know if this works out!
Kind Regards,
SkandhaNovember 18, 2019 at 7:21 am #226452pworden1ParticipantWhile waiting, I added a variation of what I already had. Here’s what’s working:
.header-center-layout .site-branding {
width: auto;
}
.header-center-layout .site-branding {
margin: 0 auto;
}So does the second code replace the first? I am obviously not familiar with custom CSS. I also seriously need to remove the “by wordenabode” at the footer. Under the Copyright, it says Child of High Responsive by wordenabode. !! My client will go ballistic about that.
November 19, 2019 at 6:17 am #226622SkandhaParticipant@pworden1: Hello there,
Yes the second code should replace the first.
To edit the footer text you will need to upgrade to pro as Footer Editor Option is only available in pro version of the theme. You can check out the additional-features available in pro version of the theme.Kind Regards,
Skandha -
AuthorPosts
- The topic ‘Need help centering site logo’ is closed to new replies.