Home Forums WoodMart support forum Text next to copyrights refusing to be centered at "max-width:1024px"

Text next to copyrights refusing to be centered at "max-width:1024px"

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #265211

    psybir
    Participant

    I need help formatting the text next to the copyright to be centered on any device with a max-width of 1024px. This happens in the demo of woodmart: https://woodmart.xtemos.com/
    I am trying to mimic the payments picture but when viewing the website from 1024px and below, the payments photo is aligned to the left and refuses to be centered, or even go to the right.

    I am not sure what CSS I am missing and tried countless things to fix it but I have had no success.

    Attachments:
    You must be logged in to view attached files.
    #265332

    Hello,

    I saw the screenshot you attached and visited your website.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    @media (max-width: 1024px){
    .min-footer .col-right {
        text-align: center;
      }
    }

    Then clear cache and check back.

    Regards.
    Xtemos Studios.

    #265436

    psybir
    Participant

    Hi Aizaz,

    I already have that CSS snippet inserted into the global CSS area, that did not fix that problem.

    This is the CSS I have in the Global Custom CSS:

    .woodmart-prefooter {
        padding-bottom: 0px;
        background-color: #FFF;
    }
    
    .footer-sidebar {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    .cart-widget-side .widget_shopping_cart .remove {
        top: 15px;
        right: 15px;
    }
    
    @media (max-width: 1024px)
    .min-footer .col-right {
        text-align: center;
    }
    #265515

    Hello,

    Please deactivate all the third party plugins and provide with the admin panel login details of the website to check it myself and help you out accordingly.

    Regards.
    Xtemos Studios.

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)