Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #256002

    gabriel m
    Participant

    http://www.yogapaysage.com & all up to date

    http://www.yogapaysage.com/portfolio-item/patio-en-cedre-bromont/ <—-here is a link to a portfolio item page.

    so the title is pretty much explanatory, let me know if this is possible/easily do-able.

    and thanks allot!

    #256192

    Darshana
    Moderator

    Hi there,

    Thanks for writing in! Could you please try adding the following JavaScript code into your Customizer, Custom > JavaScript using the menu Appearance -> Customize.

    
    jQuery( document ).ready(function() {
      jQuery( ".wpb_revslider_element" ).insertBefore( ".single-x-portfolio .masthead" );
    });
    

    Hope that helps.

    #256799

    gabriel m
    Participant

    it certainly put’s it over the masthead but it also puts it off center http://prntscr.com/6xaljm

    I took it off for now since my site is online

    it this customizable with padding/margin tweeking?

    thanks

    #256969

    Darshana
    Moderator

    Hi there,

    Could you please Add the following code into your Custom > JavaScript section.

    
    jQuery( document ).ready(function() {
      jQuery( ".wpb_revslider_element.wpb_content_element" ).insertBefore( ".single-x-portfolio .masthead" );
    });
    
    

    And then, add the following CSS rule into your Custom > CSS section.

    
    .single-x-portfolio .wpb_revslider_element.wpb_content_element {
        display: block;
        margin: 0 auto;
        width: 1200px;
    }
    

    Hope that helps.

    #257711

    gabriel m
    Participant

    that works perfectly, thanks!

    #257890

    Friech
    Moderator

    Glad we could help, Cheers!