How do I make the header image float left?
- This topic has 13 replies, 2 voices, and was last updated 6 years, 6 months ago by Grace Themes.
-
AuthorPosts
-
March 25, 2018 at 10:35 am #8371Vanessa GonzalesParticipant
I need the header image to align (float) left.
Please advise.
Thanks.
March 27, 2018 at 12:39 am #8388Vanessa GonzalesParticipantAnybody out there?
March 27, 2018 at 6:35 am #8398Grace ThemesMemberHi,
Please send your website URL and WordPress admin login details for temporary at [email protected] so we can check and assist you quickly.
Regards
Grace ThemesMarch 27, 2018 at 7:20 am #8401Vanessa GonzalesParticipantI’m fine with adding custom CSS or editing html, I just need the code. 🙂
Thanks!
March 28, 2018 at 4:05 am #8418Grace ThemesMemberHi,
Can you please tell me which header image you want to align (float) left.
Please send us some screenshot to figure out the issues so we can check and assist you.Also please share your website URL.
Regards
Grace ThemesMarch 28, 2018 at 6:43 am #8420Vanessa GonzalesParticipantSure.
In the customize screen, under “add header image”–that image.
March 28, 2018 at 5:33 pm #8457Grace ThemesMemberHi
Please send your website URL so we can check and assist you quickly.
Regards
Grace ThemesMarch 29, 2018 at 9:19 am #8466Vanessa GonzalesParticipantThe only way I can get it to work properly is to upload an image file with tons of extra space, forcing it into place. But that doesn’t look right on mobile.
If you view the site within the next couple of hours, you’ll see the header centered and overlapping with the navigation. That’s the problem. I need the code to make the header image (with the logo and site name) float left.
If it appears to be left aligned when you finally view it, it’s not. It’s a graphic with a ridiculous amount of extra space forcing it into place.
March 30, 2018 at 6:42 am #8488Vanessa GonzalesParticipantI posted the link. Please advise.
Thanks
March 30, 2018 at 4:50 pm #8492Grace ThemesMemberHi,
The header image is applied as a background and is not responsive in mobile devices.
So it is not possible to display header image with logo on the left side.Please use logo image instead of header image.
Regards
Grace ThemesMarch 31, 2018 at 12:16 am #8499Vanessa GonzalesParticipantHow do I resize the logo?
March 31, 2018 at 3:56 am #8503Grace ThemesMemberHi,
To resize / set width and height of your logo image
Go to Appearance -> Editor -> functions.php file
at line no. 39, you will get the below code
add_theme_support( 'custom-logo', array( 'height' => 80, 'width' => 150, 'flex-height' => true, ) );
Just change the height and width for your logo image.
Then you will need to remove logo and again set new logo image from Appearance -> CustomizeRegards
Grace ThemesMarch 31, 2018 at 8:26 am #8504Vanessa GonzalesParticipantThat worked!
Thanks so much!
April 1, 2018 at 4:31 am #8515Grace ThemesMemberYou are most Welcome 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.