Hello :)
Can you tell me what this is? I dont remember why to put it. and now I am commenting all to remember what’s what.
and thats ists the only code one not remember for what to put it and i can not find in any post.
sorry and thanks
.big-preview {
padding: 0 !important;
margin-top: 20px;
}
Hi!
That’s normally the container of the image in the single post view, the code removes the padding and add some margin on the top.
Cheers!
Josue
hey. perfect. thank you very much
Hi!
I would suggest some comments to the CSS, so you can remember everything. Example:
/* Single Image View */
.big-preview {
padding: 0 !important;
margin-top: 20px;
}
And then you code. That way, you can keep everything organize.
Regards,
Basilis
:) thanks