Tagged: , ,

Viewing 26 posts - 1 through 26 (of 26 total)
  • Author
    Posts
  • #381339

    Hello

    I am trying to reduce height from my Enfold theme footer.
    Can you please help me?

    Thanks,

    Claudio

    #381921

    Hey Claudio!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #footer .widget {
    margin: 0;
    }

    Best regards,
    Yigit

    #626023

    Hi, does this still work for 3.5.4 version? I tried it out and didn’t notice any change.

    #626052

    Hi!

    Yes it should be working properly.
    Can u please create a new ticket with your web site, so we can check the issue better?

    Best regards,
    Basilis

    #709417

    I added this code to my site… http://www.moveit2colorado.com and it has not adjusted the footer height… still need it to shrink by about 150 pixels because I’m trying to make the socket and the footer area the same height. Is there a custom CSS that would work to achieve this?

    #709493

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #footer .widget {
        margin: 0;
    }
    

    Best regards,
    Yigit

    #1114925

    Hi,

    it still don´t work. I´d like to by about 120 pixels.

    #1114929

    Hey RonnyE2019,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1114950

    here you are

    #1116007

    Hi,

    This should adjust the footer height or remove the padding.

    #footer {
        padding: 0;
    }
    
    #footer .widget {
        padding: 0;
    }

    Please don’t forget to toggle the Performance > File Compression settings after adding the code.

    Best regards,
    Ismael

    #1117132

    Hi,

    the footer is still high. What is wrong?
    Furthermore what should I change after adding the code?

    Regards

    #1117367

    Hi,

    Thank you for the update.

    Can you give us a screenshot of the section that you’re trying to adjust? Are you referring to the container at the very bottom of the page or the one containing the widget?

    Best regards,
    Ismael

    #1117507

    Hi,

    I like to have the text in the footer-widget smaller (half size)

    Furthermore what should I change after adding the code?

    #1117908

    Hi,

    Thank you for contacting us.

    For testing purpose, I have Disable “merging and compression” for CSS and JS files from Enfold > Performance.

    You can change the footer fonts from Appearance > Widget > Footer column1 > text widget > text view

    Best regards,
    Vinay

    #1122201

    Hi,
    I have 2 footer columns, the first with text, the second with a footer-menu. I changed the CSS, so it is now horizontal (used your advice).
    But the text is a little lower than the menu.
    How can I have text and menu-text on the same height (line, position)?
    Thanks, Christine

    #1122279

    Hi Christine,

    Could you post a link to your site so that we can have a closer look please?

    Best regards,
    Rikard

    #1122294
    #1122295

    Hi,
    another question: How can I change the height of the footer because I don´t need it that big.
    Thanks.

    #1122314

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    #footer {
        padding: 0;
    }
    
    #footer #text-3 p {
        margin: 0;
    }

    Best regards,
    Rikard

    #1122317

    It works, thanks a lot !!

    #1122400

    Hi christineglitsch,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1122405

    Hi,
    jetzt funktioniert das Footer-Menü, aber das Header-Menü, das horizontal ist, öffnet die Unterpunkte nur noch horizontal, statt vertikal.
    Hat einfach plötzlich so angefangen.
    Was hat sich verstellt?
    Ich habe schon versucht, alle CSS-Einträge zu löschen, aber das ändert auch nichts.
    Danke
    Christine

    #1122419

    Hi Christine,

    Could you please attach some screenshots of the issue?

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #1122435

    Header-Menu 1

    #1122436

    Hi Victoria,
    hope you can see my menu.
    The horizontal type is wrong, the vertical (old website) is right.
    Best regards
    Christine

    #1123702

    Hi,

    Thank you for sharing the details.

    To keep this topic relavant to the title and to avoid multiple issue in one ticket please open a new ticket for the header issue with all the details and post your admin login details in private content area so we can take a closer look at the issue.

    Best regards,
    Vinay

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