Select to view content in your preferred language

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

3496
12
Jump to solution
01-19-2016 02:08 PM
RudieWatzig
Regular Contributor

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

0 Kudos
12 Replies
RudieWatzig
Regular Contributor

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
Regular Contributor

Perfect, thanks!

0 Kudos