Viewing 1 reply thread
  • Author
    Posts
    • #7063
      Chad Wonder
      Participant

      I can’t access the tiny arrows (the pager) on the bottom right of the assign to page browser in the admin. The next panel overlays it and it’s not selectable. Even moving it to the bottom it will not activate and highlight. Any ideas?

    • #7095
      Damian Baker
      Participant

      Hi Chad,

      As mentioned in my email.
      You are right in saying that the assignment panel needs to be wider to accommodate the assignment tabs wrapping to three rows and thus pushing things further down. I hope the workaround I did for you is ok for now.

      For those that need to know, what I did was create a new code block and under the Auxiliary tab, assigned it to the Website Backend. Inside the code block, I used this CSS fix:

      <style type="text/css">
      
      div.cjpageblock {
          width: 324px;
      }
      </style>

      An update will fix this in the future.

      Regards,
      Damian

Viewing 1 reply thread
  • The topic ‘Overlap on page advance’ is closed to new replies.