Shop Categories

X

On mobile devices, the homepage adds black width and looks bad

Home Forums Agama Pro On mobile devices, the homepage adds black width and looks bad

Topic Resolution: Resolved
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #24785
    Arandino
    Participant

    On the home page, on mobile devices, widen the page, introducing additional black width.

    #24786
    Zex
    Moderator

    Hello, Arandino!

    I’m afraid I don’t understand your request…

    Can you be more precise?

    also please provide me your website address.

    Thank you.

    #24788
    Arandino
    Participant
    This reply has been marked as private.
    #24790
    Arandino
    Participant

    I think I solved the previous problem. I think it was ellementor’s fault. I want to put my own footer. How can I remove the parts of agama that appear by default in the footer?

    #24792
    Zex
    Moderator

    Hello, Arandino!

    Insert the following codes into Customizing->General-Additional CSS:

    @media (max-width: 479px){
    .container
    {
        width: 100% !important;
    }
    #colophon .social a {
        font-size:10px!important;
        padding: 5px!important;
    }
    }

    If you want to completely remove the theme footer copyright and social-icons area, insert the next code additionally:

    #colophon{
        display:none!important;
    }

    Regards

    #24793
    Zex
    Moderator

    Hello, Arandino!

    Insert the following codes into Customizing->General-Additional CSS:

    @media (max-width: 479px){
    .container
    {
        width: 100% !important;
    }
    #colophon .social a {
        font-size:10px!important;
        padding: 5px!important;
    }
    }

    If you want to completely remove the theme footer copyright and social-icons area, insert the next code additionally:

    #colophon{
        display:none!important;
    }

    Regards

    #24812
    Arandino
    Participant

    I have been able to remove the icons and copyright text, but, I want to remove the borders that appear black in the footer, which are template borders

    #24813
    Zex
    Moderator

    Hi,

    Insert the following code in your custom CSS:

    .footer-widgets{
        padding:0px!important;
    }

    Regards

    #24814
    Arandino
    Participant

    Thank you. Solved

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.