Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1213152

    Hi… so I have kind of a weird request. I was given .htm files with code… that have functions and information in them… and I would like the code to function within a webpage… the same way as the file would function when opened in a browser.

    I tried copying and pasting the code into a code block within a page. It sort of worked, but most of it ended up getting cut off and additional elements go above it. I can probably extend the page down with whitespace… but that seems more like a hack than a fix. .

    Here is a link: https://www.bonjiglass.com/6472-2/

    Is there a way to get this to work?

    Cheers,
    -Daniel

    #1213553

    Hey Daniel,

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

    #block_menu {
        position: inherit;
    }

    Best regards,
    Rikard

    #1213658

    Link: https://www.bonjiglass.com/6472-2/

    Didnt seem to work… still being cut off. Not sure why.

    • This reply was modified 4 years, 3 months ago by Dzimnikov.
    #1213768

    Hi,

    Try this instead:

    #block_menu {
        position: inherit !important;
    }

    Best regards,
    Rikard

    #1213850

    Thank you so much, appreciate the support! This seemed to have worked all the way through… except for one page within the script.

    When you click through on “Show Entries” within any of the names, you get to a page with Heat 678 and Heat 679. When you click on “Show Scoresheet” for the top one (678)… it almost fully works… but the bottom part with the Final Summary results are still cut off.

    Can you please advise?

    #1214163

    Hi,

    Please try this CSS as well:

    #SCORESHEET_CODE_33556099 {
        position: inherit;
        margin-top: -600px;
    }

    Best regards,
    Rikard

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