Skip to main content
perfect_Hero5023
Known Participant
September 22, 2016
Answered

Navigation button spacing in skin

  • September 22, 2016
  • 2 replies
  • 492 views

I have created multiple projects where I enable the back, pause, and forward navigation. When I preview the project in Captivate the buttons a grouped together on the left side. When I publish and view the project in an internet browser, the buttons are spread out, equally distributed horizontally (see image below). I prefer them to be grouped together. The only way I can prevent them from spreading out is to add the progress bar back in, but this is not desirable for these particular projects.

Is there another way to keep the navigation buttons grouped together?

This topic has been closed for replies.
Correct answer TLCMediaDesign

Go into the assets/css/CPLibraryAll.css file and add the lines in BOLD to the CSS:

.playbarSmallButton

{

width:25px;

height:25px;

float:left;

display:inline;

-moz-user-select: none;

    -khtml-user-select: none;

    -webkit-user-select: none;

    -o-user-select: none;

margin-left: 0px !important

}

.playbarSmallButton:hover {cursor:pointer;}

.playbarBigButton

{

width:41px;

height:25px;

float:left;

display:inline;

-moz-user-select: none;

    -khtml-user-select: none;

    -webkit-user-select: none;

    -o-user-select: none;

margin-left: 0px !important

}

If you want the exit button to the right, add this CSS below the line above:

.playbarSmallButton:last-child {

  margin-right: 2px;

  float: right !important

}

2 replies

TLCMediaDesign
TLCMediaDesignCorrect answer
Inspiring
September 23, 2016

Go into the assets/css/CPLibraryAll.css file and add the lines in BOLD to the CSS:

.playbarSmallButton

{

width:25px;

height:25px;

float:left;

display:inline;

-moz-user-select: none;

    -khtml-user-select: none;

    -webkit-user-select: none;

    -o-user-select: none;

margin-left: 0px !important

}

.playbarSmallButton:hover {cursor:pointer;}

.playbarBigButton

{

width:41px;

height:25px;

float:left;

display:inline;

-moz-user-select: none;

    -khtml-user-select: none;

    -webkit-user-select: none;

    -o-user-select: none;

margin-left: 0px !important

}

If you want the exit button to the right, add this CSS below the line above:

.playbarSmallButton:last-child {

  margin-right: 2px;

  float: right !important

}

perfect_Hero5023
Known Participant
September 23, 2016

I just tested this and it works. Thank you so much!

RodWard
Community Expert
Community Expert
September 23, 2016

Go into Project > Skin Editor and change the Playbar Layout setting from Stretched to one of the other options.

perfect_Hero5023
Known Participant
September 23, 2016

Thanks for your reply. However, that option is inactivated for me. Do you know how I can get this option to be active?

RodWard
Community Expert
Community Expert
September 23, 2016

You're creating a Responsive project, right?  You didn't mention that before.

Then your options are limited.  Log an enhancement request with Adobe.