Tagged: x
-
AuthorPosts
-
March 24, 2016 at 1:41 pm #851368
I have a background image in my navbar but I would like it to be full width
AND paralax if possible?March 24, 2016 at 2:04 pm #851408Hello Kimberly,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Thanks.
March 24, 2016 at 3:01 pm #851486Building on a temporary url: http://69.195.122.33/avsva/wp-admin/index.php
March 24, 2016 at 6:06 pm #851686Hi there,
Thanks for updating the thread! Your link is taking us to a login page. Please provide us with login credentials so we can take a closer look. To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
March 25, 2016 at 10:16 am #852495This reply has been marked as private.March 25, 2016 at 3:46 pm #852825Hi there,
It can be full-width, but can’t be set as parallax. Please change your CSS to this,
.x-navbar { background: url('http://69.195.122.33/avsva/wp-content/uploads/2016/03/Camera.png') no-repeat center top; background-size: 100%; }
Parallax isn’t possible with CSS alone, it should be done through javascript in which already part of the core.
Thanks!
-
AuthorPosts