kozz12
Forum Replies Created
-
Forum: Plugins
In reply to: [Comic Easel] Centering the Comic Easel NavigationHello,
It is the graphic navigation that I am using. I actually did use the “inspect element” option to get where I am (very handy tool!)…. last night I added this to the additional css:.comic_navi {
width: 30% !important;
max-width: 30% !important;
margin: 0 auto !important;
float: none !important;
}@media only screen and (max-width: 768px) {
.comic_navi {
width: 100% !important;
max-width: 100% !important;
}This seems to have worked ok on my computer display the best… and it seems sufficient enough on tablet devices, at least where I can live with it haha.
Here is a link:
http://www.tidalarchsaga.com/comic/the-vision/the-vision-1-1/Now if only I could switch out those button graphics I’d be happy as a clam.
Thanks!
- This reply was modified 7 years, 7 months ago by kozz12. Reason: resolved (pretty much)
Forum: Plugins
In reply to: [Comic Easel] Centering the Comic Easel NavigationGah. I somehow found a fickle work around after some more hours of searching for the right code, I had to add some .css to the theme itself but it was a wild goose hunt and I honestly spent an entire day just to do something so simple. I know it’s probably asking too much, but I feel like there should at least be a couple of features to make this plugin just a wee bit more user friendly in customization for the .css inept or for those that are unable to get into the website directory (would love to change the graphics but I can’t upload for that… oh well).
I’m yelling into the void I’m sure, but at least it’s the best comic plugin out there and free which I can’t complain about, and it functions… that’s all I can ask for haha