That specific page has a body class with “postid-4929”, if you only want this change for this item, then this is the class prefix to use.
If on the other hand you want this page style for all pages in the group “single-custom_roms”, then this is your choice.
So your custom css becomes either:
.postid-4929 #sidebar-left { display: none; }
.postid-4929 #content { margin: 40px 0 0 ; }
OR
.single-custom_roms #sidebar-left { display: none; }
.single-custom_roms #content { margin: 40px 0 0 ; }
Now we need to get down to business as to making these changes in a sustainable fashion. @lorro is correct, It is best practice to NEVER change WordPress files or themes because when they get updated the changes are lost, and at this time no one remembers what the changes were. The solution is to use a CHILD THEME, details of setting up a child of your current theme are here:
creating a child theme https://codex.www.ads-software.com/Child_Themes
When you have created the child theme, you want to copy the theme file “single.php” over into the child theme, this way your changes are safe. Also copy over any other files that you have modified. On the other hand maybe you don’t want to keep these modified files if the modifications were unsuccessful.
Then put the piece of custom css above into your style.css file of the child theme.
By the way, I am using some Motorolla Atrix (MB860) phones, one running Cyanogen? BUT it does not play nicely with the laptop dock accessory.
Is there a good ROM that works with the accessory dock (the dock has a laptop type keyboard and screen, plus a big battery).