Site logo

Archived topic

Auto-Styles after set a link in Canvas menu

12 replies · Started by Jenny on June 20, 2021

Viewing posts 1–13 of 13

hello,

Can you help me?
After I linked my text in the "Element" sector, to integrate it in canvas menu, the text is going to be bigger than the rest. Have you got an idea how ca I fix it?

https://ibb.co/G3H8BPj

Hi there,

is it possible to see this? Can you share a link ?

Can you try using a headline block or buttons block for the 3 words too and see if that works?

Hi Jenny,

Can you try clearing/purging ALL cache (Autoptimize, server-side (if any), CDN (if any), and browser) after doing the font change?

It's possible that the change isn't being served because the site is still serving the cached version of the styling which contains the older font sizes.

Dear Elvin - that's solved too :)
Thank you

Oh :) I have just one more question to this topic.
Is it possible to bring more space between the words:

Datenschutz | Impressum | AGB
The wrap tag is killing every space.

https://ibb.co/gd1VWtN

Tanks a lot 🌻
Jenny

Hi Jenny,

Try this CSS:

.gb-container.gb-container-5fc1a2f1 a {
    padding-right: 10px;
    padding-left: 10px;
}

Dear Ying,

can you have a look a last time? :)
https://ibb.co/VT1Dxc2

Do you have a solution for the Spacing here? I need a little Space between Datenschutz | Impressum | AGB

Thank you for your great support,
Jenny

Hi there,

select the GB Block containing the three links then in Advanced > Additional CSS Class(es) add:

foot-links

then add this CSS:

.foot-links a {
    margin-left: 4px;
    margin-right:  4px;
}

When applying custom CSS to an element it is best to register a CSS Class. It will allow you to add that class to other blocks that may be using the same layout :)

perfect ❤️ thank you

Glad to be of help

This archived topic is closed to new replies.