Background and Titles

  • Posted in : BookCard WP
  • KrystalN
    Participant

    Is there a way to make the responsive theme not tile and look like the desktop version?

    Also I tried to delete the main headlines with the code

    .page-layout .page-title { display: none; }

    but it doesn’t seem to do anything.

    Any help is much appreciated.

    kn-creative.com

    KrystalN
    Participant

    I was able to delete the title!!

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

    serkan
    Moderator

    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.

    #portfolio .rm-inner { background-size: contain; }

    Thanks

    KrystalN
    Participant

    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!

    serkan
    Moderator

    Hi KrystalN,
    You can add this custom css code;

    #resume, #contact { background-size: contain; }

    Thanks

    KrystalN
    Participant

    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

    serkan
    Moderator

    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.

License required for the following item
Login and Registration Log in · Register