Hi,
I have custom css for a certain page. Code:
.page-id-1168 .av_textblock_section { bottom: 0; position: absolute; }
Now i want this code for a certain post as well. If i use the following code, nothing happens.
.post-id-778 .av_textblock_section { bottom: 0; position: absolute; }
I double-checked the post ID and it is 778.
Is this code wrong?
THX Freek