I’m just diving into template/block/layout customization in Magento 2.2 and I’d like to move my category title from being left aligned to being aligned above the description.
Currently it’s like this:
_________________________________ | | | Page Title | |_______________________________| | | | |(sidebar) | (main content) | | | | | | | |__________|____________________|
I’d like for it to be like this:
_________________________________ | | | | | Page Title | | | | |(sidebar) | (main content) | | | | | | | |__________|____________________|
Thank you.