View Single Post
Old 08-22-2020, 12:58 PM  
redpixel
Registered User
 
Industry Role:
Join Date: Jan 2017
Posts: 7
Hi,

Using the last version of WP plugin, when using resolutions under 767px width the responsive theme seems to have bad formatting.
The H1 and the text are at the left side and the right side is empty. The empty class is: class="xv"

In WP theme customisation I added the following line and it seems to work:

@media (max-width: 767px) {
.bar .actions>div {
width: fit-content; //unset also works
}
}

May be the xv class has something inside but not with my setup (I think).
redpixel is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote