Figuring out CSS – Trying to make image wider, Panel theme
-
Hello, I am trying to modify the display on the panel theme. I have a webcomic on here, and I am trying to make it so that the image can be viewed much wider. As it is now I can’t read the dialogue very well on some of the comics.
Example:
https://wildwoodpetcomics.com/comic/amazing-elephant/It won’t let me make it any larger.
The blog I need help with is: (visible only to logged in users)
-
Hi there, give this a try. It widens things about as wide as we can get them.
.single .site-main, .single-jetpack-comic .site-content { max-width: 100%; } .entry-comic img { width: 100%; } -
-
- The topic ‘Figuring out CSS – Trying to make image wider, Panel theme’ is closed to new replies.