Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #91492
    luismarioochoa
    Participant

    Hello,

    How to feature an image full width, (that will take the entire width of the page) using the recommended header image size of 1680×720? Thank you

    LMO

    #91533
    Mahesh
    Keymaster

    luishmarioochoa: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #header-featured-image img {
        width: 100%;
    }

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘full frame feature image’ is closed to new replies.