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

    My front page slider and all of my page headers are very thin (height) 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 to increase the height so I can see more of the original images.

    Thanks,

    FGDev

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

    #228129
    tikaram
    Participant

    @foygroupdev: The main reason behind the thin images on your slider is due to lack of text. I recommend you to add more descriptive text about the images as you can check the demo of the theme where the images are thicker in height. if you do not want to add any more text do let me know.

    Regards,
    Tikaram

    #228169
    Donal Foy
    Participant

    @tikaram I do not want to add any more text to the headers.

    #228257
    tikaram
    Participant

    @foygroupdev: To increase the size of header
    Login to your WordPress admin.
    Go to Appearance => Customize => Additional css and add the following css.

    .slider-content-wrapper .entry-container {
        padding: 320px 40px !important;
    
    }

    Regards,
    Tikaram

    #228276
    Donal Foy
    Participant

    @tikaram That worked for my front page slider, however, I would also like the individual page headers to be taller as well. How can I do this?

    Thanks

    #228357
    tikaram
    Participant

    @foygroupdev: Please add the following additional css and let me know.

    .custom-header .custom-header-content {
        padding-bottom: 280px !important;
    }

    Regards,
    Tikaram

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