How To Bring Full Image In Header

Home Forums WordPress Themes – Premium Pure & Simple How To Bring Full Image In Header

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #16605
    Maheswaran
    Participant

    Hi Admin…

    How To Bring Full Image Size In Header Pure & Simple….

    Example 1500 x 400

    Thanks

    #21799
    Binaya D
    Participant
    #21800
    Maheswaran
    Participant

    Am need the change in logo size…

    #21801
    Binaya D
    Participant

    Hi Maheswaran,

    Could you please explain more about the issue so that we could replicate actual issue and provide solution fast.

    Thanks

    #21802
    Maheswaran
    Participant

    please visit the site dianabol-usa.com…site is having the image http://dianabol-usa.com/wp-content/uploads/2015/09/Dbal-Max-1.jpg

    i need full size of the image in header – pureandsimple replacing the image which i have uploaded…

    thanks

    #21803
    Binaya D
    Participant

    Hi Maheswaran,

    Please add the followig css to fix the issue.

    
    .logo img {
        width: 100%;
        height: auto;
    }

    Note:use the custom css plugin or child theme stylesheet to write the css, so that custom code does not lost while update the theme.

    Thanks

    #21902
    Maheswaran
    Participant

    Hi Binaya…

    Full image is not coming correct as with goes to 100% correct..but height is not coming correct…can you suggest me further in this…if you want the site you can vist

    http://www.phen375official.com/

    thanks

    #16606
    Binaya D
    Participant

    Hi Maheswaran,

    Please use the following css to fix your issue:

    
    .logo img {
           max-height: 295px;
    }
    

    Or you may keep height whatever you want.

    Thanks

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.