Quote:
Originally Posted by Dave
That part is not necessary.
Example.. this will give you access to the header of the block:
HTML Code:
div[data-widget-id="68"] .widget-header{
//
}
And this to the content:
HTML Code:
div[data-widget-id="68"] .widget-content{
//
}
And that way you can style the individual blocks.
|
Sorry Dave.
Thanks for your time but I'm just not getting this. . .
The stage I am at now is as follows.
Code:
div[data-widget-id="215"] .widget-header{
// position:fixed;
}
But not seeing it. . .