-
AuthorPosts
-
April 22, 2015 at 1:40 pm #256002
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!
April 22, 2015 at 6:40 pm #256192Hi 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.
April 23, 2015 at 12:18 pm #256799it 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
April 23, 2015 at 4:40 pm #256969Hi 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.
April 24, 2015 at 12:31 pm #257711that works perfectly, thanks!
April 24, 2015 at 6:17 pm #257890Glad we could help, Cheers!
-
AuthorPosts