Get all our 20+ Elementor themes worth $609 at just $59! Limited time offer. Get It Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

How do I make the header image float left?

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #8371
    Vanessa Gonzales
    Participant

    I need the header image to align (float) left.

    Please advise.

    Thanks.

    #8388
    Vanessa Gonzales
    Participant

    Anybody out there?

    #8398
    Grace Themes
    Member

    Hi,

    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 Themes

    #8401
    Vanessa Gonzales
    Participant

    I’m fine with adding custom CSS or editing html, I just need the code. 🙂

    Thanks!

    #8418
    Grace Themes
    Member

    Hi,

    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 Themes

    #8420
    Vanessa Gonzales
    Participant

    Sure.

    In the customize screen, under “add header image”–that image.

    #8457
    Grace Themes
    Member

    Hi

    Please send your website URL so we can check and assist you quickly.

    Regards
    Grace Themes

    #8466
    Vanessa Gonzales
    Participant

    The 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.

    http://nightowlfreelance.com/

    #8488
    Vanessa Gonzales
    Participant

    I posted the link. Please advise.

    Thanks

    #8492
    Grace Themes
    Member

    Hi,

    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 Themes

    #8499
    Vanessa Gonzales
    Participant

    How do I resize the logo?

    #8503
    Grace Themes
    Member

    Hi,

    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 -> Customize

    Regards
    Grace Themes

    #8504
    Vanessa Gonzales
    Participant

    That worked!

    Thanks so much!

    #8515
    Grace Themes
    Member

    You are most Welcome 🙂

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.