Shop Categories

X

Footer width; Revolution Slider on mobile

Home Forums Agama Pro Footer width; Revolution Slider on mobile

Topic Resolution: Resolved
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #6302
    rabtheme
    Participant

    Hi,

    I have 2 questions. Please let me know in future if you would like separate topic entries.

    1. Footer width on fullscreen: I’ve added 5 widget columns to the footer but there is a lot of blank space on both side margins, so the columns look “squished”. Can I remove the padding on the footer side margins?

    2. I’m using a Revolution Slider on the homepage. I had to disable it for mobile because it displays over the “hamburger” menu navigation icon, making it hidden. How do I allow it to display on mobile below menu navigation icon?

    Website is https://www.roboticsandbeyond.org

    Thank you,

    Marybeth

    #6305
    Zex
    Moderator

    Hello, Marybeth!

    Yes please, separate the topics in future, It’s easier to search the forum.

    For the first question,
    Add the code below to the : Customizing->General->Additional CSS

    code:

    #footer-wrapper, .container{
    
    		width:100%;
    }

    https://prnt.sc/gq7h23

    2.

    Add the code below to the : Customizing->General->Additional CSS

    code:

    .rev_slider_wrapper {
    
            overflow: hidden!important;
    }

    https://prnt.sc/gq7trf

    If, for some reason, this code doesn’t work, please give us your admin user/pass in private replay, so we can make changes directly on your site

    Best Regards

    #6314
    rabtheme
    Participant
    This reply has been marked as private.
    #6315
    Zex
    Moderator

    Hello, Marybeth!

    I fixed it, hope you will be satisfied now.

    Thank you for your patience.

    Best Regards

    #6322
    rabtheme
    Participant

    Hi Zex,

    Thank you so much for your help in resolving these issues! Your quick response is much appreciated.

    Marybeth

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