skip to Main Content

Magento HTML/CSS: table responsive

I am trying to create a table using the HTML Code Element within Magento. I have attempted using responsive media types, but it is still stretching off the screen on mobile. Magento Responsive Table Mobile <style> .table { width: 100%;…

VIEW QUESTION

Magento 2 Directory '' is not under storage root path

App: Magento 2.3.7-p2 When executing MagentoCmsControllerAdminhtmlWysiwygImagesUpload::execute $this->getStorage()->getSession()->getCurrentPath()= '' although in the previous call MagentoCmsControllerAdminhtmlWysiwygImagesContents::execute the current Path was successfully saved via $this->_initAction()->_saveSessionCurrentPath(). I do not understand why $this->getStorage()->getSession()->getCurrentPath() = ''.

VIEW QUESTION
Back To Top
Search