baryck
Forum Replies Created
-
Yes!
It was the extra bracket!!Many thanks for all of this Tizz!
I tried to define size via settings at the very first time, before those post but only the way you said is working. So that is done.
For the compactbox border I put the last code you gave me in the css.
This one :
.ngg-album-compactbox, .ngg-album-compactbox:after, .ngg-album-compactbox:before {
border: none !important;
}It don’t seems to work but I’m still bad with clearing cache.
Yes Tizz, I understand now what you mean, sorry I wasn’t so observant and forgot the first border on my thumbnails.
Indeed, I want to remove the compact-bax too!
Thank you,
it should be the end of the post here!Forum: Themes and Templates
In reply to: [Serene] Pictures in header of the postYes, I found it finally.
In your dashboard, for every post you have a new section down and right to put a picture for the post.
I’m on a french version of wordpress so I hope I’m clear with my explainations.I cleared cache but it’s the same for me…
Unfortunatly no one works.
Here is my custom CSS area now :
html > body .ngg-album {
border: none;
display: inline-block !important;
margin-bottom: 0px;
padding: 15px;
}
.ngg-albumoverview {
clear: both;
display: inline-block!important;
margin-top: 0;
text-align: left;
width: 1000px;
}
.ngg-thumbnail {
float: center;
margin-right: 12px;
border:none;
}.ngg-album-compactbox {
background:transparent url(albumset.gif) no-repeat scroll 0%;
height:300px;
width:300px;
}.ngg-album-compactbox .Thumb {border:none !important;}
}
I don’t want it.
Sorry for those shorts misunderstanding,
i wrote it in my first post.The black border on album thumbnails!
An idea for the border?…!
Oh great! I didn’t see that 4 hours ago!
Thank you very much for your help Tizz!
I’m ok now with my new php file but nothing have changed with my thumbnails.
??
Thank you Tizz,
I try it.Hi,
thank you for your help.
I erased the last lignes on my style sheet, those two :.ngg-album-compactbox .Thumb {
border:0px;
margin:0px !important;
padding:0px !important;
width:300px;
height:300px;
}
.ngg-thumbnail img {
background-color:#FFFFFF;
border:1px solid #99CC99;
margin:4px 0px 4px 5px;
padding:4px;
position:relative;
}So I guess I have the original the smalls images via CSS now. I really can’t find where to go to have bigger pics in thumbnails!