Closed (fixed)
Project:
Popup filter
Version:
6.x-3.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Jan 2010 at 17:36 UTC
Updated:
4 Feb 2010 at 08:13 UTC
In this issue http://drupal.org/node/521328 you suggested "Assign a width to the popup body within your theme layer." My theming skills are not great. Can you give a little more direction? Is it in the tpl.php, the template file, the css?
any guidance is appreciated.
thanks
c
Comments
Comment #1
stieglitz commentedoops
Comment #2
idcm commentedoops? oops to what? now I am intrigued.
Comment #3
stieglitz commentedsorry I meant to create a new issue but instead replied to this one. I then created the issue regarding an image with popups.
Comment #4
Scheepers de Bruin commentedThere are two ways to do this:
1) Apply to one specific popup:
[popup id="my-id" ...]In the theme CSS:
#my-id a.popup-title{ width: 100px}2) Apply to a group of popups:
[popup class="my-class" ...][popup class="my-class" ...][popup class="my-class" ...]In the theme CSS:
div.my-class a.popup-title{ width: 100px}Comment #5
Scheepers de Bruin commentedComment #6
idcm commentedthanks!!!
Comment #7
Scheepers de Bruin commentedMy pleasure