[Resolved] Auto-Styles after set a link in Canvas menu

Home Forums Support [Resolved] Auto-Styles after set a link in Canvas menu

Home Forums Support Auto-Styles after set a link in Canvas menu

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1828218
    Jenny

    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

    #1828608
    David
    Staff
    Customer Support

    Hi there,

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

    #1828703
    Jenny

    Shure πŸ™‚
    https://designhoch10.com

    (Impressum | Datenschutz | AGB) should be smaller.

    #1828775
    Leo
    Staff
    Customer Support

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

    #1828810
    Jenny

    Dear Leo, I Tried this already, but the font in the frontend doesn’t react on changing the size in the backend. Maybe the same Problem I asked Ying for the header. https://generatepress.com/forums/topic/contactdata-in-header/#post-1828776

    #1829004
    Elvin
    Staff
    Customer Support

    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.

    #1831796
    Jenny

    Dear Elvin – that’s solved too πŸ™‚
    Thank you

    #1834034
    Jenny

    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

    #1834042
    Ying
    Staff
    Customer Support

    Hi Jenny,

    Try this CSS:

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

    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

    #1836339
    David
    Staff
    Customer Support

    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 πŸ™‚

    #1836635
    Jenny

    perfect ❀️ thank you

    #1836821
    David
    Staff
    Customer Support

    Glad to be of help

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.