Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #61116
    oleymedia
    Participant

    Is there anyway to make the featured/header image full-width (100%) of screen?

    #61134
    Sakin
    Keymaster

    @oleymedia: Yes, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    #header-image img,
    #main-slider img {
        width: 100%;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Featured Image/Slideshow’ is closed to new replies.