Questions

I don't want to text wrap on every page- just by choice for my about page. I currently have Nextgen and have done a lot of research and it looks like the only way to text wrap is to modify the css but that will change it so that every nextgen gallery on my site is justified left correct? I also have justified image grid but have not started using it, and I am also open to purchasing another plugin that allows text wrapping as an easy option on a slideshow. Thanks for any help you can give me!

I don't know any plugins with that specific feature, but I did want to mention this after reading your description. You can target specific pages/posts with CSS, so you can limit text wrap to your about page. You just need to know the page ID. WordPress includes a page specific class in the body tag. It looks like this page-id-123. 123 would be your page ID.
See screenshot - http://i.imgur.com/zFldy2T.png

So you can simply do something like this:

.page-id-123 .slideshow-class { ... }

This will limit your CSS changes to the slideshow on this particular page.


Answered 10 years ago

Unlock Startups Unlimited

Access 20,000+ Startup Experts, 650+ masterclass videos, 1,000+ in-depth guides, and all the software tools you need to launch and grow quickly.

Already a member? Sign in

Copyright © 2024 Startups.com LLC. All rights reserved.