Adjusting updated mobile grid.
-
Hello,
A recent update affected how I’m positioning some images. I have been using negative margin values to move pictures outside their containing elements. Now, that’s not working.
I’m seeing the “width: 100%” value pasted below as causing the trouble.
@media (max-width: 767px)
[class*=grid-]:not([class*=mobile-grid-]) {
width: 100%;It is referring to… wp-content/themes/generatepress/css/unsemantic-grid.min.css?ver=1.3.38
I’m having difficulty targeting that value in custom css. I would like to change it to “width: 100vw”
Also, I ‘m seeing a blank space (column) to the right of the html when viewed as mobile. I’m wondering if the above is part of that too.
Any thoughts would be appreciated. Thanks!
- The topic ‘Adjusting updated mobile grid.’ is closed to new replies.