The button to re-sync a website is missing from the single site page

Hello,

If you are on a single site page, the synchronize button is missing from the top right, there’s only a very small on very low on the page where the connection status is stated.

It seems like there a display none in the responsive layouts css
@media only screen and (min-width: 768px) and (max-width: 1449px)

mainwp-resp…er=4.3.1:32

.mainwp-sync-button-text {

  1. display: none !important;

}

PS: this small button on the status widge is really difficult to access while on a mobile device.

Thank you.

Hey @dcgavril

Thanks for reporting this.

For widths below 1450px, a smaller sync button should be displayed on the Individual Child Site overview page.

We will fix this in the next release of the MainWP Dashboard.

As a workaround until then, you can drag-drop the Connection Status widget to the top of the page, so it’s easier to access on the mobile layout.

2 Likes

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