Where do the row shortcodes come from and what should they do? Is it part of a responsive grid theme?
Do you happen to have an example I can look at.
Hi There,
Thank you for getting back to me,
Yes it’s part of a responsive grid theme, here is an example of the modal containing the row short codes:
http://www.unlockdrama.com/dev2/?us_main_page_section=work-test&preview=true&preview_id=2036&preview_nonce=4760889902
Many thanks,
Darren.
Hi There,
I’ve managed to overcome this with divs, but the modal seems to be ignoring any formatting I apply such as a bulleted list, do you know why this could be?
Many thanks,
Darren.
Most likely the styles you want applied are written using a parent selector such as #content ul {}. These won’t be applied to anything outside of the container id=content
Have you tried using firebug addon for Firefox or the developers console for chrome to see what CSS is or isn’t being applied to a given element?
Thank you for getting back to me,
The modal is recognising the basic css styles i’m applying to the divs, but for some reason it’s ignoring bulleted lists,