Good afternoon Folks,
new question in the commentary-area: how can I change the position of the privacy policy-sentence?
Please, take a look on the sites. I enabled the sentence for this area, but the position
to the checkbox is always not really good! ;-/ How can I change this?
Best regards
Carsten
Hey Carsten,
Can you try adding this CSS code in Quick CSS, located in Enfold > General Styling:
#top #commentform #comment-form-av-privatepolicy {
position: absolute;
width: auto;
}
#top #commentform #comment-form-av-privatepolicy + label {
position: relative;
padding-top: 0;
left: 2.5em;
}
Best regards,
Nikko
Hi Nikko,
thx for your answer and the snippets…they work really good! :)
At “walter-wortware“ it fits perfect! But at “nessi” the checkbox
is only 90% paralell. Is there a small posibillity to achieve that
last 10%? That would be great! :) I tested a little bit but didn’t
come further. ;-/
Best regards
carsten
Hi carsten,
I’m glad to hear that :)
For nessi, please replace this code:
#top #commentform #comment-form-av-privatepolicy + label {
position: relative;
padding-top: 0;
left: 2.5em;
}
with:
#top #commentform #comment-form-av-privatepolicy + label {
position: relative;
padding-top: 0;
left: 1.5em;
top: -5px;
}
Just adjust the top value as you see fit :)
Best regards,
Nikko
Good evening Nikko,
thx again for your reply and the new code-snippet…now it fits…perfect! :)
I wish every problem would solved so fast and easy. ;) See you again
at the next site. :)
Kind regards
Carsten
Hi Carsten,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!
See you on your next site :)
Best regards,
Nikko