Forums › Forums › Bug Reports › Click on the post does not work. › Reply To: Click on the post does not work.
-
Hi @Carlo ! Upon further inspection, we noticed that both the affected block (Latest Posts from the built-in blocks) and the block that’s causing this issue (Button from Atomic Blocks) aren’t from Ultimate Blocks, and something in Atomic Block’s CSS is causing this issue (more specifically, setting the value of position to “relative”). If you want to keep using the Button block from Atomic Blocks, you may add the following to your custom CSS:
.script.ab-block-button {
position: inherit;
}You might also want to try our version of the button block and see if it works better with the Latest Posts block in your page.