Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #332261
    Jamieonline
    Participant

    On my site jamienovak.com my slider image appears small. Is there a way to enlarge it? Thank you

    #332271
    sujeet
    Keymaster

    Hello Jamieonline,

    Thank you for the query.

    I think you have set “Sidebar Layout Options” to “No Sidebar” which is under Appearance => Customize => Theme Option => Layout options. This will make the whole content width smaller in entire site. But if you change that it will effect your whole site.

    So if you just want to make the slider image bigger, then please add the following additional css code in

    “Appearance => Customize => Aditional CSS”

    .home.no-sidebar #primary {
    	width: 100%;
    }
    
    .home.no-sidebar #primary #slider-wrap img {
    	width: 100%;
    }

    Note: Please upload the slider image of width 1190px.

    Hope this works for you.

    Regards,

    Sujeet

    • This reply was modified 2 months, 3 weeks ago by sujeet.
    • This reply was modified 1 month ago by Sakin.
    #332928
    Jamieonline
    Participant

    Thank you, it worked. Am I able to add a link to the slide so it goes to a page when clicked?

    #332929
    Jamieonline
    Participant

    And is it possible to remove the white padding below the slider image? My image size is 1190 x 400.

    #332937
    sujeet
    Keymaster

    Hello Jamieonline,

    That’s nice the code worked for you.

    Regarding linking the slide to a page, you already have linked it to: https://jamienovak.com/27670-2/

    And I can see a blank post just after the the slider image. You can just remove the article or just add the following code to additional CSS:

    .home #primary #slider + .hentry  {
     display: none;
    }

    Hope this works for you. thank you.

    Regards,
    Sujeet

    • This reply was modified 2 months, 2 weeks ago by sujeet.
    • This reply was modified 2 months, 2 weeks ago by Sakin.
    • This reply was modified 2 months, 2 weeks ago by Sakin.
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.