mallibus
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Twenty Thirteen header image alignmentoops sorry Andrew I posted before reading your note!
Forum: Themes and Templates
In reply to: Twenty Thirteen header image alignmenteh eh eh!
I did it!
I changed the file\wp-content\themes\twentythirteen\inc\custom-header.php
in the function
twentythirteen_admin_header_style()change the block
<?php
if ( ! empty( $header_image ) ) {
echo ‘background: url(‘ . esc_url( $header_image ) . ‘) no-repeat scroll top; background-size: 1600px auto;’;
} ?>into
<?php
if ( ! empty( $header_image ) ) {
echo ‘background: url(‘ . esc_url( $header_image ) . ‘) no-repeat scroll left top; background-size: 1600px auto;’;
} ?>(added “left” between “scroll” and “top”)
Now the background image of the header is nicely left aligned!
I cannot link the site because I am still working on my local machine, I have not yet this site on a host.Ciao!
Forum: Themes and Templates
In reply to: Twenty Thirteen header image alignmentHi dozzell
I have the same issue you have: I have an header image I’d like to use in the 2013 template but I’d like to have it left aligned and not centered.
Did you find a solution?
My next idea is to search for a similar template with left aligned header image by design.. but not found yet.Thanks