Extra wide image
-
Hello,
How to make the extra wide images even wider ? Is there a code to define a width % for this class ?
Thanks in advance.
The blog I need help with is: (visible only to logged in users)
-
Nevermind, I found a way, I created a new class for things that I want to be more than extra-wide.
@media screen and (min-width: 1023px) { .wp-caption img[class*="wp-image-"].extra-wide-bit, .extra-wide-bit { margin-left: -30%; max-width: inherit; overflow: hidden; width: 160%; } }
This class (and the extra-wide-image class as well by the way) can be applied to any block apparently, not just images.
- The topic ‘Extra wide image’ is closed to new replies.