Site logo

Archived topic

Imprint

23 replies · Started by John on January 18, 2022

Viewing posts 16–24 of 24

That should be how yourblock element - hook's settings should be looking like.

Can you try using the same settings in your block element?

Hello Ying,

I'm a bit lost. Let me be specific about what I want. Please go to http://www.understand-culture.com, and click on the menu. You see "Imprint." Please click on that.

I do not want "Imprint" in the menu. I want it at the very bottom-right of all pages. Why? Because EU-law requires actually "Impressum", but that is a term which most native English-speakers do not understand. It is Latin. Even "Imprint" is a stretch for many, because many folks don't read books.

Please give me the steps for playing "Imprint" at the bottom-right of all pages.

Thanks !

John

Hi there,

might be best to start over. First go to Customizer > Widgets ->

Dashboard > Appearance > Elements. Then:

1. Create a new Hook Element
2. In the Hook Element content add the following:

<div class="imprint-container grid-container"><a href="https://understand-culture.com/imprint/">Imprint</a></div>

3. In the Hook list - select: generate_before_footer

4. Set the Display Rules > Locations to Entire Site

Once thats done and we can see it on the site I'll provide some CSS to position it.

Super fast and super effective. As always. Thanks, David.

Please see http://www.understand-culture.com.

Positioning: flush-right within the containter, not within the site.
Size: ideally small(er), but noticeable.
Space: 25 pixels space below "Imprint".

John

Try adding this CSS:

.imprint-container {
    padding: 25px 40px;
    text-align: right;
    font-size: 0.9em;
}
@media(max-width: 768px) {
    .imprint-container {
        padding: 25px 30px;
    }
}

Perfect, David. Genius !

John

Glad to be of help

A huge help.
Fast.
Always elegant solutions.

Thanks, David.

John

Thank you - thats much appreciated

This archived topic is closed to new replies.