changing the size of the sliding header pics
-
Hi,
Is there anyway to change the size of the slider header (the pics) so that it does not take the whole computer screen?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You can try the following block of code, entered into the CSS tab of your site customizer here: https://wordpress.com/customize
.flexslider { transform: scale(.9); }.9 is the same as scaling it to 90% of it’s original size, so you can edit that number to tweak the scale to meet your needs.
Cheers!
- The topic ‘changing the size of the sliding header pics’ is closed to new replies.