CMS Development

BenDTU
Membre

Modifying Post Filter Widget to display tag links as 'inline-block' instead of 'block'

We are using the Post Filter Widget, however upon clicking the 'more posts' button it seems to change the display of each link to 'block', where they were displaying as inline block previously. Is there a way to customise the behaviour of the Post Filter Widget? I can't seem to find its source code anywhere within my site's setup.

0 Votes
4 Réponses
Adesignl
Contributeur de premier rang | Partenaire solutions
Contributeur de premier rang | Partenaire solutions

Modifying Post Filter Widget to display tag links as 'inline-block' instead of 'block'

make sure you arent using a corrosponding style for a class change that is made while clicking more. I bet you that is what is happening.

sharonlicari
Gestionnaire de communauté
Gestionnaire de communauté

Modifying Post Filter Widget to display tag links as 'inline-block' instead of 'block'

Hey @BenDTU, please let us know if @Adesignl advise whats helpful 🙂

 

Best,

Sharon 


Did you know that the Community is available in other languages?
Join regional conversations by changing your language settings !




0 Votes
BenDTU
Membre

Modifying Post Filter Widget to display tag links as 'inline-block' instead of 'block'

Hi guys,

 

Thanks for your replies. I ended up getting around this by using display: flex and flex-wrap: wrap on the parent, so even when 'display: block' was applied to everything it still appeared inline.

 

We had our initial site set up by Hubspot, I assume the control I'm looking at is a standard HubSpot component that is unable to be customised?

0 Votes
sharonlicari
Gestionnaire de communauté
Gestionnaire de communauté

Modifying Post Filter Widget to display tag links as 'inline-block' instead of 'block'

Hey @BenDTU 

 

Do you still have this issue? If so, could you please provide a bit of context of what code are you using?

 

Thanks,

Sharon 

 

CC: @jennysowyrda 


Did you know that the Community is available in other languages?
Join regional conversations by changing your language settings !




0 Votes