Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #735215

    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

    #735666

    Hey Freek,

    Try this instead to see if you have any luck with it:

    
    .postid-731 #wesaca90 .av_textblock_section {
        position: absolute !important;
        bottom: 0 !important;
    }

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.