Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1085239

    Hi there,
    I know this is supposed to contain a date, but I need to tweak things just a little so it accepts a word, space & a numeral without it breaking onto two lines.
    E.g. Stage 1 (in one line).
    It can be padding/margin or size – not too worried here.
    I’ve tried adjusting things in CSS, but aren’t having a hell of a lot of luck.
    Can you help please?
    Thanks,
    Jason
    Screenshot

    #1085844

    Hey Jason,

    Could you post a link to where we can see the element in question please?

    Best regards,
    Rikard

    #1085869

    Sure thing Rikard, link below

    #1086325

    Hi Jason,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    h2.av-milestone-date {
        width: 150px;
        min-width: 150px;
    }

    Best regards,
    Rikard

    #1290189

    Hi! This code is not working for me. Can you have a look? Thanks!

    Also, I want the date not to be strong/bold. Can I change that to font-weight 400?

    See link in private data! Thanks a lot!

    Janneke

    #1291005

    Hi Janneke,

    Please try the following in Quick CSS under Enfold->General Styling:

    h2.av-milestone-date strong {
        width: 200px;
        font-weight: 400;
    }

    Best regards,
    Rikard

    #1291047

    Thank you very much!

    #1291397

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

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