Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #122009
    Justin
    Participant

    Hi there,

    Is there a way to reduce the height of the featured slider for desktop?

    I currently have just two lines of header text, so there is a massive amount of space above and below the copy. I have tried resizing the background image with no luck. Although the Space is fine on tablet and mobile, the desktop has significant negative space I’d like to get rid of.

    Similarly, I would like to reduce the height of the portfolio thumbnails on the front page… they are far too overpowering… is this possible?

    Thanks

    #122013
    tikaram
    Keymaster

    @retailored : Please post in your site URL.

    Regards,
    Tikaram

    #122214
    Justin
    Participant

    Hi Tikaram, here is the link; http://www.asneeded.com.au/

    #122235
    tikaram
    Keymaster

    @retailored : To reduce the height of featured slider for desktop:
    Go to Appearance => Customize => Additional css and add the following css.

    @media screen and (min-width: 768px) {
      #feature-slider .entry-container {
         padding: 90px 144px;
       }
    
       .cycle-slideshow {
         height: 250px !important;
       }
    }

    To reduce the height of the portfolio thumbnails on the front page:
    Currently, you are using image size of 444 * 444. Try using image with lesser height like 444*150 or similar.

    Let me know how this goes.

    Regards,
    Tikaram

    #122340
    Justin
    Participant

    Thank you Tikaram,

    Featured slider worked very well 🙂

    The portfolio thumbnails worked, although there seems to be a glitch in the bottom row, two thumbnails (left side) aren’t aligning at certain desktop breakpoints?

    Also as a result of creating a smaller thumbnail the resolution on the featured portfolio pages has decreased. Is it possible to switch off the click throughs pages for the portfolio and featured content sections?

    Thank you

    #122372
    tikaram
    Keymaster

    @retailored : To switch off the click off the click through pages for the portfolio.
    Go to Appearance => Customize => Additional css and add the following css.

    .jetpack-portfolio{
    	pointer-events: none
    } 

    Let me know if you need further assistance.

    Regards,
    Tikaram

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change height of featured slider and portfolio’ is closed to new replies.