Hi,
How can I use themover to move a slide description when using the Divi theme? The default location blocks some faces of a group shot (the description is centered). I only want to move that description at the bottom right; and leave the other slide description untouched.
Thanks for the link. When inspecting the HTML of your slideshow with Firebug I was able to see some classes that were unique to the 3rd ‘Our company’ slide. Using those classes and a special ordinal pseudo selector (nth-of-type), I came up with the following selector:
Trigger the selector wizard by double-clicking the ‘Our Company’
Replace the currently highlighted selector code at the top of the list with the code I have provided above.
Name your selector
Click the ‘create selector’ button
Apply a top margin of approximately 180px to move the text beneath the faces.
This is quite an advanced situation. I can see why Microthemer wasn’t able to generate a selector unique to the specific paragraph on the specific slide. We will be giving the selector wizard targeting options an overhaul soon which should make this kind of task more doable via the UI. But in the meantime, if you get stuck with anything like this again please feel free to post back here.