Hi egoweb,
First you need to create a child theme http://codex.wordpress.org/Child_Themes
If this is already a child theme, are you using custom HTML in the header? If so try to modify this code:
<img height="187" width="1010" alt="רחלזון Logo" src="http://www.rachelson.co.il/wp-content/uploads/2013/12/rachelzon-logo1.jpg"></img>
and replace with:
<img height="187" width="1080" alt="רחלזון Logo" src="http://www.rachelson.co.il/wp-content/uploads/2013/12/rachelzon-logo1.jpg"></img>
The only change in the code is with the width which is currently set to 1010 and you want it to be 1080.
Thread Starter
egoweb
(@egoweb)
hi
thanks for the fast replay.
the size is set to 1080\200.
it just show it as 1010\187.
I just checked again. I looks that it works now?
Thread Starter
egoweb
(@egoweb)
hi
when i change it by hand in the “masthead” html code it works ok.
but not by doing something in the style.css code…
thanks again for the idea 🙂