JohnPhilpin
JohnPhilpin

Today’s questionS …

@amit - I am using your code - thankyou .. and haven’t changed anything except the symbol, colors and boldness.

Also, once I have this sorted - any ideas how to put more padding above and below the seperator to create more air between posts?

|
Embed
Progress spinner
amit
amit

@JohnPhilpin You can add padding to the code block with title "Styling for the separator" in your custom.css -- should look something like below (added last line).

/* Styling for the separator */
.microblog_email hr {  
  margin: 12px 0;
  border: 0;
  text-align: center;
  padding: 16px 0;
}

I can't yet think of a reason why the first separator is not aligned properly.

|
Embed
Progress spinner
JohnPhilpin
JohnPhilpin

@amit MANY thanks - and very much appreciated.

I have copied that into the CSS - and will now wait for tomorrow :-)

On that centering thing ... when it came through properly (not test) it was the first one that was actually centered - and all the others that were not.

|
Embed
Progress spinner
In reply to
amit
amit

@JohnPhilpin sure. Let me know if it works. If I figure out the alignment issue, will tell you 👍🏽

|
Embed
Progress spinner