I have a web site and to enable an effect, when i visit a particular page, i want this page to be shown 1 px down the original. I mean when it is opened, page will move by 1px down. Can i do this?
This topic was modified 1 month, 1 week ago by Sinan Ko?han.
You can target CSS to a specific page. Look at the <body> tag (when using view-source) and you’ll see something like “postid-1784” as one of the assigned classes. Any CSS can be made page specific by prefixing it with .postid-1784
Custom CSS like this can go in the Additional CSS section of the customizer or style book. Use Steven’s suggestion to apply this to only one page of your site.