- This topic has 10 replies, 2 voices, and was last updated 3 years, 11 months ago by
David.
-
AuthorPosts
-
April 17, 2019 at 2:33 am #871265
Brian
Is it possible to have the site logo to the left of the title and description as opposed to under it?
GeneratePress 2.2.2GP Premium 1.7.8April 17, 2019 at 4:57 am #871362David
StaffCustomer SupportHi there,
try adding this CSS:
.inside-header { display: flex; justify-content: center; } .site-logo { order: -1; margin-right: 1em; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/April 17, 2019 at 6:30 am #871451Brian
Hi David, Thanks for that, It looks great. The only problem is when I put it into mobile mode on the customiser, it doesn’t turn out as well:
Kind Regards,
Brian Thompson
April 17, 2019 at 7:34 am #871639David
StaffCustomer SupportHow would you like it displayed on mobile?
We can reduce the image and site branding?Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/April 18, 2019 at 12:31 am #872266Brian
Hi David,
Is it possible to have it displaying as the logo under the title and description? I was trying to do it by putting the css you gave me inside the following:
@media (max-width: 768px) {
/* CSS in here for mobile only */
}but it didn’t work for some reason. Could you please tell me what I am doing wrong?
Kind Regards,
Brian Thompson
April 18, 2019 at 12:35 am #872268David
StaffCustomer SupportSo the CSS i provided works for desktop, you would use min-width instead of max-width like so:
@media (min-width: 768px) { /* CSS in here */ }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/April 18, 2019 at 12:52 am #872275Brian
Hi David,
Thank you for getting back to me so quickly, I wasn’t expecting you to reply for a while because it is night with you over there. It is 10 to 10 with us in the morning here.
That works well, the only thing is would it be possible to have the background image come down behind it in the mobile view? please see below:
Kind Regards,
Brian Thompson
April 18, 2019 at 1:00 am #872287Brian
Hi David,
Sorry for the last post. I was messing around with the settings in the background image for the header and I got it the way I want it to be.
Thanks for that.
Kind Regards,
Brian Thompson
April 18, 2019 at 1:03 am #872289David
StaffCustomer SupportI am based in the UK ๐
In your Header Background – try setting the Background size to cover this should make sure it always fills the header.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/April 18, 2019 at 1:06 am #872291Brian
Oh ok. I have it done! Thanks For that.
April 18, 2019 at 1:35 am #872315David
StaffCustomer SupportGlad you hear that ๐
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.