rubyblue2
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [SimpleShift] Changing the front page banner heightI think I found the solution:
Line 22 of wp-content/themes/simpleshift/assets/js/public.jsvar bannerpadding = ((windowheight-bannerheight)/3);
This was set to 3, I changed to 4 to decrease the height of the front page banner.
Hope this helps someone else.
Forum: Themes and Templates
In reply to: [SimpleShift] Moving Banner DownI think I found the solution:
Line 22 of wp-content/themes/simpleshift/assets/js/public.jsvar bannerpadding = ((windowheight-bannerheight)/3);
This was set to 3, I changed to 4 to decrease the height of the front page banner.
Hope this helps someone else.
- This reply was modified 8 years, 3 months ago by rubyblue2.
Forum: Themes and Templates
In reply to: [SimpleShift] Moving Banner DownI’m having the opposite problem. I need to move mine up! How did you make yours up so high. I have searched high and low for the height of that banner, and can find it okay in the firebug app, but nowhere in the backend. If you find out, please let me know. TIA
https://www.pegasuscardetailing.com.au/
- This reply was modified 8 years, 3 months ago by rubyblue2.
Forum: Themes and Templates
In reply to: [SimpleShift] Changing the front page banner heightThe code I have tracked it down to is this on the front page:
<div class="parallax-mirror" style="visibility: visible; z-index: -100; position: fixed; top: 19.8833px; left: 0px; overflow: hidden; transform: translate3d(0px, 0px, 0px); height: 916px; width: 2434px;">
and I want to change the height here to: 663px. I can see it works when I change with firebug, but don’t know where to implement in the code. Please help.
- This reply was modified 8 years, 3 months ago by rubyblue2.