I’m looking for some help with a design tic that I need to address that has to do with the partials of post.card.
The capital letters that I implement using the post.card feature requires me to have more space however the unique punctuation that I use does not allow me to implement any sort of marker to achieve space. When I extend the amount of spaces the code does not register on the site:
For instance:
‘=’ denote spaces
(=X _ SURVEY=) registers the same as (==X _ SURVEY==)
The extra space on the second example does not register.
Is there any way of utilizing an invisible symbol to occupy the space there so that I can utilizing the proper spacing needed for my design template. Or is there a way to register the extra space that I am not aware of.
But if you see the tag ’ X_SURVEY’ - I should require a greater degree of spacing on the margins because it feels a little closed in. I could use brackets to achieve spacing- however that doesn’t work within the general theme. All I would really need to do was to employ a single space stroke on either end.
However, spaces aren’t registering on the formatter.
This is definitely a CSS issue! You need to add some padding to the element with the border. If you share the link to your site, someone will probably tell you exactly what code to use as well