Skip to content

Reply To: Overlap on page advance

Home Support Support Tickets Overlap on page advance Reply To: Overlap on page advance

#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