Tagged: featured slider
- This topic has 5 replies, 2 voices, and was last updated 7 years, 2 months ago by tikaram.
-
AuthorPosts
-
September 12, 2017 at 3:25 am #122009JustinParticipant
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
September 12, 2017 at 3:50 am #122013tikaramParticipant@retailored : Please post in your site URL.
Regards,
TikaramSeptember 15, 2017 at 12:34 am #122214JustinParticipantHi Tikaram, here is the link; http://www.asneeded.com.au/
September 15, 2017 at 7:35 am #122235tikaramParticipant@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,
TikaramSeptember 17, 2017 at 7:10 pm #122340JustinParticipantThank 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
September 18, 2017 at 3:30 am #122372tikaramParticipant@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 -
AuthorPosts
- The topic ‘Change height of featured slider and portfolio’ is closed to new replies.