• I am a new wordpress user.
    I did some hacking and now running local setup.
    I would like to use WPZOOM Meeta theme.
    I was customizing it and now am able to widen the content area. However my header image is still stuck at original size 1026px.
    I would like to have my header image as per the size of content area.

    Also wordpress doesn’t show manually added pictures. How can one add files without using media tab from dashboard?

    Please help.

Viewing 1 replies (of 1 total)
  • Thread Starter rc_mandar

    (@rc_mandar)

    /* Tablet Landscape */
    @media screen and (max-width: 1500px) {
    
        .wrap { width: 95%; } /*90%*/
        .wide { margin-top:10px; }
        #content { width:100%;}
        #header img { max-width:100%; height:auto; width:100%;}

    this worked

Viewing 1 replies (of 1 total)
  • The topic ‘Meeta Customization’ is closed to new replies.