Photoshop text unreadable
I had an issue with Photoshop CC text, the text on the next line would only go below the original text.
This video shows how to fix this, simple leading setting.
I had an issue with Photoshop CC text, the text on the next line would only go below the original text.
This video shows how to fix this, simple leading setting.

I had an issue with the Astra wordpress theme and my Woocommerce store pages. I was stuck with a sidebar that I wasn’t using. Astra sent me the following code to remove the sidebar: add_filter( ‘astra_page_layout’, ‘no_sidebar_shop_page’ ); function no_sidebar_shop_page( $sidebar ) { if ( is_shop() ) { $sidebar = ‘no-sidebar’; } return $sidebar; }…

If you have signed up for a site using your Facebook account but want to revoke this access, how do you do it? As a non-regular Facebook user, I googled this and loads of old results appeared with outdated and non-working methods. It is quite simple but as a non avid user of Facebook, it is…
I am using Office Pro Plus 2010 and I wanted to have the last saved date displayed in my document for my records. I found this simple method: To modify a workbook you have to save it so we can use the before_save event ALT+F11 to open vb editor. Double click ‘ThisWorkbook’ and paste this…
I have had this issue occur again in Windows 10, I am trying my original solution as I type this but there is another possible solution I found here Method 2 Go to Start menu button and right click on it. This will open the contextual menu, after which you need to select Command Prompt…
I had some issues with Kaspersky AV and Outlook 2010. I launched Outlook in safe mode by holding ctrl and then launching Outlook – didn’t solve my issue but something new for me.

After reinstalling Windows on to my PC I noticed that I could not get Sage Line 50 2009 accounting software to load up sample or company data files. After searching I found that there is an issue related to the Windows 10 Anniversary updates. The fix is simple luckily, head over to Ask Sage and…