@irinasopas – This is the most commonly used custom CSS to center a Basic Thumbnails display (I wouldn’t recommend using an h2 element in the manner you are for this case):
/** Center Basic Thumbnails */
.ngg-galleryoverview {
text-align: center !important;
}
.ngg-gallery-thumbnail-box {
float: none !important;
display: inline-block !important;
}
Thanks!
– Cais.
Thread Starter
Anonymous User 9824923
(@anonymized-9824923)
Thank you. I will try. Also do you know how I remove the grey background from wordpress gallery? I’m using the Adventure theme
@irinasopas – More often than not that would be styles from the theme, have you contacted its author for assistance on that?
– Cais.
Thread Starter
Anonymous User 9824923
(@anonymized-9824923)
In which .php file I put the code to align?
I’ll contact the developer from theme to know about the background.
Thanks
Thread Starter
Anonymous User 9824923
(@anonymized-9824923)
Ops .css I cant find mine
Thread Starter
Anonymous User 9824923
(@anonymized-9824923)
Ops .css I cant find mine
Thread Starter
Anonymous User 9824923
(@anonymized-9824923)
Sorry, is in css but mine is almost empty
/*
CSS Name: Default Styles
Description: NextGEN Default Gallery Stylesheet
Author: Photocrati Media
Version: 2.12
This stylesheet is provided to allow users the ability of overriding the default styles for all display types
*/
Thread Starter
Anonymous User 9824923
(@anonymized-9824923)
I DID IT! Thanks you so mutch! Kisses
@irinasopas – Well Done!!
– Cais.