Hi KrystalN,
You are giving background image and it is hard to set responsive this box.
You can add this custom css code for your background images. Maybe it can solve your issue, little bit.
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.
Hi ,sorry it is not something can be done easily with custom css code, if you are not familiar to css/javascript coding you may consider hiring an expert at envato studio.
Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in and have valid license to reply to this topic.