Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #438176

    I need to setup a page that will pop up as a javascript window (not a problem)

    where i am having the problem is that I have to use a vendor’s script to update the image and so it have to be a standard IMG tag and needs to be upper left oriented and the image needs to be sized to 100% height and width. The problem is that placing an image in a blank template page with no sidebars, menus etc still does not let me align it to the upper left corned and additionally chops the image off inside enfold DIV object. I would is there a way to not use a “boxed” frame for a blank template and/or is there a way to get the DIV to open up tot he full size of the window

    below is the example

    http://mcm-ct.com/teststreamingchart/?WPACFallback=1&WPACRandom=1430485863192

    and this is the full size image:

    #438927

    Hey mocablue!

    Thank you for using Enfold.

    Please add this in the Quick CSS field:

    .avia_codeblock img#myimg {
      position: relative !important;
    }

    Regards,
    Ismael

    #442016

    Ismael,

    that worked perfectly. Only remaining thing is that I would like there to be NO as in absolutely no margins…I need this image to be able to fill the entire window but the blank template is still putting quite a lot of patting around the content area…is there a way that I can simply load so that the page looks exactly like this:

    currently, this is what enfold is allowing with the blank template and absolutely nothing else but an image tag:

    #442391

    Hey!

    Try this one:

    .page-template-template-blank main.template-page.content {
      padding: 0 !important;
    }

    Cheers!
    Ismael

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