Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7498725
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T19:34:23+00:00 2026-05-29T19:34:23+00:00

I’ve been looking into customising the Chrome Web Inspector ( here and here in

  • 0

I’ve been looking into customising the Chrome Web Inspector (here and here in particular) in an effort to move the CSS part of the Elements panel to the left, with the HTML on the right but I’ve had no joy.

Has anyone managed to get something like this working, or seen any examples of it?

Here’s a quick hacked-up screenshot of what I’m trying to get.

Edit: I’m using version 18.0.1025.33 beta-m of Chrome, just in case there’s any version-specific silliness 🙂

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T19:34:25+00:00Added an answer on May 29, 2026 at 7:34 pm

    Didn’t know you can style the web inspector in Chrome :P, here is some CSS that you can add to your Custom.css stylesheet found in your Chrome directory that will render the desired result:

    Custom.css
    

    #elements-content {
        left: 325px !important;
        right: 0 !important;
    }
    
    #elements-sidebar {
        left: 0 !important;
        right:auto !important;
        left:0 !important;
        border-right: 1px solid #404040 !important;
    }
    
    #elements-content[style] { /* to target the inline style */
       right:0 !important;
       left:325px !important;
    }
    

    From one of the links you provided, here are where the Custom.css stylesheet is located:

    • Mac: ~/Library/Application\ Support/Google/Chrome/Default/User\
      StyleSheets/Custom.css

    • PC: C:\Users\YourUsername\AppData\Local\Google\Chrome\User
      Data\Default\User StyleSheets\Custom.css

    • Ubuntu (Chromium): ~/.config/chromium/Default/User\
      StyleSheets/Custom.css

    Edit: screenshot

    enter image description here


    Here is a fixed version that should work on your version of Chrome, tried it on version 17.xxxx

    CSS

    #elements-content,
    .scripts-views-container {
        left: 325px !important;
        right: 0 !important;
    }
    
    .split-view-sidebar-right  {
        float:right !important;
        right:auto !important;
        left:0 !important;
        width:325px !important;
    }
    
    .split-view-sidebar-left  {
        float:left !important;
        left:auto !important;
        right:0 !important;
    }
    
    .split-view-sidebar-left {
        border-right: 1px solid rgb(64%, 64%, 64%) !important;
    }
    
    .split-view-sidebar-left.maximized {
        border-left: none !important;
    }
    
    .split-view-sidebar-right {
        border-right: 1px solid rgb(64%, 64%, 64%) !important;
    }
    
    .split-view-sidebar-right.maximized {
        border-left: none !important;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a jquery bug and I've been looking for hours now, I can't
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
this is what i have right now Drawing an RSS feed into the php,
Seemingly simple, but I cannot find anything relevant on the web. What is the
I have a French site that I want to parse, but am running into
I am currently running into a problem where an element is coming back from
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.