KrystalN

Forum Replies Created

list of topics you have created till now.

  • KrystalN
    Participant
    Posted in : Background and Titles

    Thanks again!

    Last question, I was able to get it kind of where I want it. Is there a way to change the Height of the card all together? Ivar calcHeight = function()
    {
    $( “#preview-frame” ).height($(window).height() – 100);
    }

    $(document).ready(function()
    {
    calcHeight();
    });

    $(window).resize(function()
    {
    calcHeight();

    }).load(function()
    {
    calcHeight();
    });

    I think this is the responsive function, I’m just not sure where to go from here.

    Thanks again.

    kn-creative.com

    KrystalN
    Participant
    Posted in : Background and Titles

    Thank you! I think that gets me closer to the solution. What would it be for the other two pages?

    #contact .?????? { background-size: contain; } ?

    Thanks again!

    KrystalN
    Participant
    Posted in : Background and Titles

    I was able to delete the title!!

    Now all I need help with is the responsive tiling and sizes.

Viewing 3 posts - 1 through 3 (of 3 total)