Hi,
I am using the twenty eleven theme.
I can adjust my logo heigh but not width, any ideas?
Thanks!
Hi,
I am using the twenty eleven theme.
I can adjust my logo heigh but not width, any ideas?
Thanks!
what style have you added/edited to influence the width of the logo?
btw:
please don't edit Twenty Eleven directly - create a child theme to make the edits there.
it is important to have an unedited default theme Twenty Eleven in case of serious problems. also, any customisations to Twenty Eleven directly will be lost when you next upgrade your wordpress version.
thanks, i will create the child theme.
I have edited the style.css in the twenty eleven theme.
#branding img {
width: 282px;
height: 213px;
margin-bottom: -40px;
I can change height but width doesnt work.
Any ideas?
Thanks
bump . . . :)
there is a line added at the very bottom of style.css:
#branding img { width: 150px; }
remove this line.
there is a line added at the very bottom of style.css:
#branding img { width: 150px; }
remove this line
Thank you, worked perfectly
You must log in to post.