• Resolved overyah

    (@overyah)


    Dear all,
    I was looking for something like this at the footer in Storefront, where in all required images can be placed above the widgets.
    Please have a look at the subjected issue as per instructions in the plug-in details the php code is added in footer.php( line 16) and fun.php file of child theme and works very well on desktop, perfect! But on the mobile view the footer is pushed up and widgets have moved down looks strange may I know where I have to exactly make changes so that the plugin is mobile responsive.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    We have checked your website and you are not using our plugin but we have found your conflict CSS so please refer to the below screenshot and remove this CSS.

    https://prnt.sc/vuK5XvpMqS6Z

    Thread Starter overyah

    (@overyah)

    Hi Ketan,
    I appreciate your quick response and thanks alot for stating the css conflict.
    I am trying it on staging website https://staging9.sab1000.com/, The css below is used to move the side bar widgets above on mobile screen. I need to keep the side bar widgets on top of the page on mobile screen so Is there any alternate solution to move the footer below without disturbing the side bar css.

    @media screen and (max-width: 767px) {
    .col-full {
    display: flex !important;
    flex-direction: column-reverse !important;
    }}

    thanks again

    • This reply was modified 1 year, 4 months ago by overyah.
    Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Sorry for the inconvenience, you are not using your plugin and it’s not possible.

    Thanks

    Thread Starter overyah

    (@overyah)

    Its ok

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘needs support to make it more Mobile responsive’ is closed to new replies.