Build a header for my Linkedin feed

Hi,
I would like to be able to build the header with the title on the right and the button on the left.
Any ideas on how to do this? The app only allows you to choose the placement, but of both elements at the same time.
Thank you very much for your help.

1 Like

Sure! This code should do the trick:

[class*="WidgetTitle__Header-sc"] {
  text-align: right;
}

Add it to the Custom CSS field on the Appearance tab of your widget’s settings and let me know if it helped :wink: