drewstain
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Suki] Suki and TypekitHi
This one https://wordpress.org/plugins/typekit-fonts-for-wordpress/ but it also didn’t work when I linked the css file in the <head>
ThanksAndrew
Forum: Plugins
In reply to: [Ultimate Responsive Image Slider] responsive thumbnailsSO there is no way to make the thumbnails responsive?
Forum: Plugins
In reply to: [Ultimate Responsive Image Slider] responsive thumbnailsThanks for the reply, I want the featured image to be fluid however not a fixed width. When I try to do this with a % it breaks the code.
.sp-thumbnail-container{ width:33% !important; }So then I tried giving it a max and min width…
.sp-thumbnail-container { max-width: 246px !important; min-width: 100px !important; }This didn’t work either, so how can I get the thumbnails to be responsive and shrink according the size of the screen? Is it best to do it with media queries?
Forum: Themes and Templates
In reply to: Blend modes in CSS Editor not workingdid you get this working? still not working for me…
Sorry! thanks great! thanks for being so helpful so quickly!
Andrew
Hi Bojan
Yes! I remembered this was possible using page ID’s after I posted but I couldn’t remember the correct code to use so thank you so much!
Is it possible to do it on ALL posts somehow? or would I need to add the code each time a new post was added and an ID created?
Andrew