Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1477848

    Hi there
    I have set the font sizes in the text in the main colour section header to be smaller on mobile but its not changing.

    #1477877

    Hey xfacta,

    How and where can we check your settings?

    Best regards,
    Rikard

    #1477948

    Thank you :-)

    #1477980

    Hi,

    Thank you for the info.

    We were not able to login because the credentials above are invalid. Please check the info carefully or provide another admin account.

    Best regards,
    Ismael

    #1477982

    So sorry I missed part of the username.

    #1477986

    Hi,

    Have you tried using the Special Heading element instead of the Text Block? The custom styles set in the Text Block are not being applied because the base styles for the H1 element are overriding them. Please try replacing the Text Block with the Special Heading element, then set the heading tag to H1.

    Best regards,
    Ismael

    #1477988

    Thank you. I have done that but now its all capitals – is there a way to just change the H1 on this page to not make it uppercase?

    Also on mobile its not adding padding for the colour section – I have it set to large but its right up against the top and bottom.

    #1477994

    Hi,

    We added this css code to adjust the casing of the heading tags:

    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
        text-transform: none;
        letter-spacing: 1px;
    }

    And regarding the padding issue, did you add this css code?

    main.template-page.content.av-content-full.alpha.units {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }

    This removes the default padding of the color sections.

    Best regards,
    Ismael

    #1477998

    Perfect thank you!

    Ah ok thats old css – however when I removed it it did fix the padding issue but on other pages there is a large gap between the main menu and the first content box eg: https://gracegedeon.com/services/ the first bit of text “Coaching packages” has a big gap above it. how can I fix that throughout the site but not cause issues on that colour section?

    And sorry one more thing is to possible to do a line break in that special heading after “Counselling” and so that the word “That” is on the next line underneath?

    #1478026

    Hi,

    Thanks for the update. It looks like you have a Separator/Whitespace element at the top of the layout? Try removing that first of all, then set the margin/padding of the Special Heading in the element options.

    Best regards,
    Rikard

    #1478052

    Oh!! haha thnak for that have foxed them up. U cant figure out this one though: Big gap under the title and first show section: https://gracegedeon.com/radio-show/

    #1478078

    Hi,

    Would you mind providing a screenshot of the issue? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot. Here are the steps to follow:

    1.) Visit the website of your chosen platform, such as Savvyify, Imgur or Dropbox.
    2.) Locate the option to upload a file or an image.
    3.) Select the screenshot file from your computer or device and upload it to the platform.
    4.) After the upload is complete, you will be provided with a shareable link or an embed code.
    5.) Copy the link or code and include it in your message or response to provide us with the screenshot.

    Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.

    Best regards,
    Ismael

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