Poor image quality & Jumpy work area in Pro

Hello,

I am having a problem with poor image quality and the work area in Pro being jumpy.

Is there a way to fix the jumpiness?

Is the image quality something that I can adjust in Pro, or does it have to do with the original image?

File type: image/jpeg
File size: 222 KB
Dimensions: 1200 × 600

Thank you!!
Elise

Hi There,

Thanks for writing in!

Please upload the good quality image with 2000 px width image to avoid the blurriness of the image.
Regarding the jumpy issue, I didn’t reproduce it.
If you are talking about header jumping issue when start scrolling, that is due to the sticky header.
To fix it please add this CSS to your theme option -> Global CSS left side CSS icon.

 .x-masthead {
    position: fixed !important;
    top: 0px;
    width: 100%;
    z-index: 99999;
}

Hope this helps!

Thank you!

You’re most welcome.

Feel free to ask us again.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.