• Hey!

    I have my own domain-name and use worpress theme “Jessica Fletcher Redux”. I want to make the header image (that I uploaded) larger. How do I do that?
    I would also like to make the “cloud-like” line under the header into just a straight line (with the shadowing still there). Is this possible, and if so, how?
    And last, is it possible to remove the recent posts/calendar/archive and the whole black area at the bottom of my page? As well as the meta-widget (I managed to remove all the other widgets I didn’t want, but not this one).

    Thank you so much!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Can I have a link to your site? I’ll take a look.

    Thread Starter donnajensen

    (@donnajensen)

    My site is https://www.flygvardinnan.se
    I managed to solve the problem with the cloud-like line, the meta-widget and the recent posts/calendar/archive…

    But the most important problem with the size of the header remains! How can I make it larger?

    Thank you so much for your time and help!

    in your style css you will find this

    #header {
    height:130px;
    margin:0 auto;
    padding:50px 0 0 30px;
    text-align:left;
    width:900px;

    You should be able change unless your functions.php file controls the size like twenty ten does.

    Thread Starter donnajensen

    (@donnajensen)

    I tried to change the height and width in the style.css which looked like this:

    #header{
    height:130px;

    width:900px;
    margin:0 auto;
    text-align:left;
    padding:50px 0 0 30px;;

    The only thing that changes is that the header moves, either to the left or the right… Does this mean that the functions.php controls the size?

    Thanks once again!

    Your image only 900px × 150px that is reason why you do not see the changes when you make changes in style.css

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change header size’ is closed to new replies.