With help of Edge developer tools i identified
body:not (.custom-background-image):before, body:not (.custom-background-image):after {
height: 0px !important;
}
as right place for changes. In preview this works, but not in reality.
I got advice to use
.site:before,
.site:after {
display: none !important;
}
but this was without effect too.
Additional informations: I placed this code in “additional CSS” of the customer. I use a child theme and tried to place it in the child style.css. All without effect. Other experiments with border-top, padding, background:transparent and so on where without result.
I use
add_filter( ‘show_admin_bar’ , ‘my_function_admin_bar’); function my_function_admin_bar($show_admin_bar) { return ( current_user_can( ‘XXX’ ) ) ? $show_admin_bar : false; }
in functions.php to hide the admin bar for not registered people – this works. But there is still this ugly black border.
I searched this forum but all i found did not work. Does somebody have an idea for a solution that funcs?
]]>The 2015 and 2016 Galleries do not.
The pictures for 2015-2017 Galleries are all 1200×900.
Must be missing something or selected something wrong when using the gallery.
Appreciate the nudge to get this right.
]]>How to remove a black border around the group of fields in the Multiple Layout Vertical?
Thanks.
]]>Image:
https://drive.google.com/open?id=1qCywPG7F61XKZejfssoBkeKIyu52KLtr
WP version 4.9.1
FooGallery Owl Carousel Template Version 1.4.2
FooGallery Version 1.4.12
FooBox Image Lightbox Version 1.2.34
Create foo gallery with owl carousel and foobox as lightbox.
Black border appears from start, then I need add to CSS to hide it:
.foogallery-owl-carousel.hover-effect-zoom a {
background: #f9f9f9;
}
How to delete the black border on my login page? Is normal?
https://goo.gl/Nd9QUX
Thanks for the help
This is the custom CSS that I added for padding:
img {
padding-top: 20px;
padding-right: 0;
padding-left: 0;
padding-bottom: 20px;
}
]]>I’m currently working on this website: https://www.anntertainment.nl/
I want to remove the black border at the bottom of the page. Does anybody know how I can achieve that?
Thanks for your help!
]]>I’ve set my slideshow gallery widget size to 280 w x 210 h.
The gallery images render at the correct size in he sidebar but the player itself is ignoring size configuration and bleeding over.
Is this an bug or config issue?
]]>