Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #851368

    Kimberly W
    Participant

    I have a background image in my navbar but I would like it to be full width
    AND paralax if possible?

    #851408

    Prasant Rai
    Moderator

    Hello 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.

    #851486

    Kimberly W
    Participant

    Building on a temporary url: http://69.195.122.33/avsva/wp-admin/index.php

    #851686

    John Ezra
    Member

    Hi 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 credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #852495

    Kimberly W
    Participant
    This reply has been marked as private.
    #852825

    Rad
    Moderator

    Hi 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!