Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #228025
    Donal Foy
    Participant

    My front page slider and all of my page headers are very thin and only include a thin section of the images. I understand the image size is dependent on the web browser window’s width but I would like it a little wider so I can see more of the original images.

    Thanks,

    FGDev

    Link
    http://i5d.96b.myftpupload.com/

    #228054
    Skandha
    Participant

    @foygroupdev: Hello there,
    Do you mean have the height of the slider image increased? I checked your site and the slider image are already wide as they can be.

    Kind Regards,
    Skandha

    #228070
    Donal Foy
    Participant

    Yes, sorry. How can I increase the height of the headers?

    #228256
    Skandha
    Participant

    @foygroupdev: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width: 64em) {
    	.slider-content-wrapper .entry-container {
    	    padding: 300px 40px !important;
    	}	
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to increase width of front page header slider and page headers?’ is closed to new replies.