mat1746
Forum Replies Created
-
Perfect! Thank you so so much ??
Oooooh that’s perfect! Thank you so much ??
Hi! Thanks so much for helping out! The code works perfectly!
The only issue I still get now is that strange bleed at the bottom (I’m not sure that’s the proper term) when images fail to resize properly. I’ve made a quick screenshot to showcase the issue:
Or you can see it at mathiasgabriel.com with all images that are longer in height than width. Hopefully this is something that can be fixed easily? Again, thanks a ton!
That’s so confusing… where could it come from? You’re right, I’m using the blank slate theme. I checked the index.php file but there’s only this code in there:
<?php get_header(); ?> <section id="content" role="main"> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'entry' ); ?> <?php comments_template(); ?> <?php endwhile; endif; ?> <?php get_template_part( 'nav', 'below' ); ?> </section> <?php get_sidebar(); ?> <?php get_footer(); ?>
and after searching with ctrl-F through all the other .php files and ofcourse the style css I didn’t find the entry even once. I’m also using very few plugins (really only a custom css plugin, elementor and featherlight) so I doubt it’s coming from there either
Oh nice, I might have fixed it. Probably in a very inefficient and unstable way though.
I just added this via custom-css#gallery-1 img { border: 0px solid #000000; !important }
Not very elegant, right?
another edit: damnit now I broke everything
Thanks so much for helping out! I tried figuring out what the cause is by inspecting the element but I’m afraid my webdev skills aren’t good enough to figure it out… the site in question is drystroke.com, I have uploaded some generic pictures as temporary placeholders