move the form to the right

Discussion in 'Variant WordPress Theme' started by greatscottfilm, Oct 24, 2016.

  1. greatscottfilm

    greatscottfilm Guest

    Joined:
    May 30, 2014
    Messages:
    109
    Likes Received:
    1
    In Variant, template 5, I need to move the form to the right (clients request), you've done some custom work on this so I don't want to switch designs

    attached is a .pdf of the clients notes site address is http://foldingshutters.com/folding/
     

    Attached Files:

  2. nitin

    nitin Guest

    Hi,

    Can you tell me you need that form on the right side permanently?

    Thanks & Regards
    Nitin
    InkThemes.com
     
    greatscottfilm likes this.
  3. greatscottfilm

    greatscottfilm Guest

    Joined:
    May 30, 2014
    Messages:
    109
    Likes Received:
    1
    Yes Nitin, permanently, but I don't want to ruin the mobile version
     
  4. greatscottfilm

    greatscottfilm Guest

    Joined:
    May 30, 2014
    Messages:
    109
    Likes Received:
    1
    Still need the code to move the form to the right
     
  5. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    You can try below custom CSS code in the Custom CSS field of the theme options panel to move it in the right side
    Code:
    .form_wrapper_custom {   
        margin: -56% 0 25px auto;
    }
    Hope this will resolve your issue.

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  6. greatscottfilm

    greatscottfilm Guest

    Joined:
    May 30, 2014
    Messages:
    109
    Likes Received:
    1
    in the style setting > custom css

    I can't get this to accept my changes, meaning that I probably do not have the chmod permissions correct, can you show me how to write that dynamic.css file and exactly what directory at the root to put that in?
     
  7. greatscottfilm

    greatscottfilm Guest

    Joined:
    May 30, 2014
    Messages:
    109
    Likes Received:
    1
    any custom css code that I write does not work.....
     
    smith likes this.
  8. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Try to edit style.css file, you can add your code in the end of that file.

    To access that file, you can use FTP/cPanel credentials.

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     

Share This Page