How do I adjust the spacing of the links in my header?

2791
12
Jump to solution
01-19-2016 02:08 PM
RudieWatzig
New Contributor III

I'd like to move my second link much further to the right.

0 Kudos
12 Replies
RudieWatzig
New Contributor III

all the links to the right, I should have said.

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Rudie,

  In that case ignore all the previous changes and just add this rule:

.jimu-widget-header-controller .links .jimu-link:nth-child(2){
  margin-left: 2em;
}
RudieWatzig
New Contributor III

Perfect, thanks!

0 Kudos