Archived topic
Information about the blocks page + custom tag
11 replies · Started by francesco on January 28, 2022
I need your help again. I have tried several times unsuccessfully to split the tags and add the symbol (#) hashtag. how can i solve?
is the block setting correct? (containers, grids, etc.)

block setting


post navigation


Hi there,
You are using article tags block which is a WP block, GP has no control over it.
I would recommend using GB's Buttonsblock instead, choose list of termsas dynamic text, choosepost_tag as taxonomy, choose term archive as dynamic link.
Even if I set the buttons, the result doesn't change, I can't space them and I can't hook # to each tag.
Is it possible to underline links on hover?
Even if I set the buttons, the result doesn’t change, I can’t space them
Add some margin right to the button block.
can’t hook # to each tag
Can you link me to the page where I can see the buttons?
https://fehu.it/pumpkin-banana-2/
I tried with the margin, but the problem is that the margin still acts as a link, so it risks confusing.
Hi Francesco,
To clarify, were you trying to center all the metas?
If yes, you'll have to set auto on margin-left and margin-right of the button wrapper block itself, no the individual buttons.
i do this.


it would seem to work. I don't understand what you intend to put on automatic. leave the values at 0?

It can be done through custom CSS.
Try adding this CSS:
.gb-button-wrapper.gb-button-wrapper-6c9f438d {
margin: 0 auto;
}


I acted like this. It seems to work without the need for this CSS or am I wrong?
Sorry, I only realized now that you thought I wanted to put the tags in the center. in fact it was just one example. thanks anyway for your invaluable help. However, I save this CSS;)
Sorry, I only realized now that you thought I wanted to put the tags in the center. in fact it was just one example. thanks anyway for your invaluable help. However, I save this CSS;)
If you want to move all of them to the right, you can change margin:0 auto; to margin-left: auto;.
Moving them to the left would be margin-right: auto; :)