• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer

Techinline Blog

Remote Support Software Explained

SetMe
Remote Support Software That Always Works
Sign up
Techinline Blog
  • Product
  • Features
  • Pricing
  • How It Works

How to Center FixMe.IT Client ID Box With HTML & CSS

October 25, 2017 by Dan Kukarsky

FixMe.IT allows you to easily customize the client application to match the design of your website. Here’s how you can center the Client ID Box on a webpage with the help of HTML and CSS.

  1. Go to My Account > Configure Page Template.
  2. Copy and paste the following code into the Page Template Window:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html>
 <head>
  <style>
   .box-container {
     width: 100%;
    }
   .box-center {
     display: table; margin: 0 auto;
    }
   .box-center h1 {
     text-align: center;
    }
  </style>
  <title>Your Brand Name</title>
 </head>
<body>
 <div class="box-container">
  <div class="box-center">
   <h1 class="header1">Your Brand Name</h1>
   <#CLIENT_BOX#>
  </div>
 </div>
</body>
</html>

<html> <head> <style> .box-container { width: 100%; } .box-center { display: table; margin: 0 auto; } .box-center h1 { text-align: center; } </style> <title>Your Brand Name</title> </head> <body> <div class="box-container"> <div class="box-center"> <h1 class="header1">Your Brand Name</h1> <#CLIENT_BOX#> </div> </div> </body> </html>

Enter any other applicable HTML code or CSS styles, and click Save Changes.

For more information on how to change the appearance of the FixMe.IT Client Application, see our customization guide or refer to online documentation on our website.

Try FixMe.IT Free

Related Posts

  • FixMe.IT Branding Options
  • How to Permanently Install FixMe.IT Client App on a Remote Computer
  • How to Install FixMe.IT Unattended Client on Multiple Remote Machines

Filed Under: Tips & Tricks Tagged With: Customization, FixMe.IT

Primary Sidebar

Most Popular

Meet SetMe Solo: Ideal Pricing Plan for Individual & Small Businesses

New SetMe Features: In-Session Unattended Setup, Screen Blanking for Mac & More

SetMe's Unattended Access Is Here

New SetMe Feature: Disable Remote Input

Chrome Remote Desktop Review: The Pros & Cons

Best Remote Desktop Software for Mac in 2024

Subscribe to Newsletter

loader

Follow Us

Recent Posts

  • How to Restart a Remote Computer (the Easy Way with SetMe) May 2, 2025
  • Best Remote Desktop Software for Windows 11 (2025 Edition) April 30, 2025
  • How to Check if a Windows Server or PC Is Domain-Joined (All Methods) April 23, 2025
  • Remotely Access Headless Computers with SetMe April 18, 2025
  • How to Run PowerShell as Administrator (Windows 10 & 11) April 10, 2025
  • SetMe Recognized with Multiple Accolades from Capterra, Software Advice and GetApp in 2025 March 27, 2025

Footer

Product

  • Features
  • Pricing
  • How It Works
  • Security

Resources

  • Product Roadmap
  • Help Center

Try It Free

Do you enjoy reading our posts? You might also like our remote support app. Give it a try, it's free for 15 days:

Try SetMe Free

© 2025 · Techinline Ltd. · Built on the Genesis Framework