Tagged: 

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1136203

    Hello.

    How can I create a special footer like in the picture below?

    Footer (socials, footer-links, slogan, credits)

    So I need the socials, the footer-navigation and the red container.

    Thank you very much!

    • This topic was modified 5 years, 2 months ago by mario_md.
    #1136442

    Hey mario_md,

    You can design a new page and use it as your footer for instance. Set the page to be used as your footer under Enfold->Footer.

    Best regards,
    Rikard

    #1136473

    Hi Rikard.

    Thank’s for your reply.
    I’ve already create a new site named “footer”, but the spaces between the icons is much bigger.
    And the footer navigation isn’t horizontally.

    Footer Shortcut

    Any tipps to change this?

    #1136894

    Hi,

    Thanks for the screenshot. Could you post a link to where we can see the actual elements as well please?

    Best regards,
    Rikard

    #1139204

    Hi.

    The maintenance mode is on, so you can’t see the site until login.

    I send login in private content.

    Thank you very much!

    #1139760

    Hi,
    Thanks for the login, but when trying to reach your site I get the 429 error (too many requests) please check with your webhost.

    Best regards,
    Mike

    #1139808

    Thank you Mike for this information.
    I’ve already contact my hoster.

    #1139838

    Please try again! ;)

    Thank you.

    #1140109

    Hi,
    Thanks, I was able to login, I see that your footer icons are each in a 1/4 column, this is why they are spread out.
    I moved them to a single column and then added this css to line them up and center them:

    .footer-icons .av_font_icon {
    	width: 41px;
        display: inline-block;
        margin: auto;
    }
    .footer-icons {
    	text-align: center !important; 
    }

    Then to make your widget menu a single line and centered I added this css:

    #menu-footer-menu li {
    	  width: 110px !important; 
    	  display: inline-block !important; 
    }
    #menu-footer-menu {
    	  text-align: center;
    }

    2019-09-19-235642
    Please clear your browser cache and check.

    Best regards,
    Mike

    #1140179

    Thank you Mike!

    I’ve another question:
    The hover effect in the main menu does not work at all links?!?
    How can I fix this?

    I’ve changed the colors in the extended styling options of the enfold theme.

    Thank you!

    #1140421

    Hi,

    Request you to create a new ticket for unrelated issues.

    For more info to setup main menu links please refer to the documentation.

    Best regards,
    Vinay

    #1140887

    Thank you Vinay,

    the documentation already helped! Thanks for this information!

    #1140951

    Hi mario_md,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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