Tagged: , , ,

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #325512

    Hi ,

    I need my footer to look like the screenshot listed below. The social media buttons i will be doing my self , however i cannot find how to list the pags in that way.

    Hope you could instruct me on how this could be done.

    Cheers
    Isaac

    #325561

    Hi curmi01!

    Please go to Appearance > Menus and create a new menu and choose to display it as “Enfold footer menu” by checking the checkbox under Menu Settings. You can include your current Privacy Policy to your menu.

    Cheers!
    Yigit

    #325806

    Hi

    i manged to get my pages in the place i desire however i do not want them in a list format however aligned center near each other as in the picture i’m attaching for you to see.

    Thanks so much for your time

    http://snag.gy/hjElX.jpg

    http://www.prizehow.com

    #325916

    Hey Guys

    Any updates on this please ??

    I basically need my footer of my website (www.prizehow.com) to look like this -> http://snag.gy/hjElX.jpg.

    My pages are currently in a drop down list however i need them aligned in the center near eachother

    Any idea on how to do this please?

    Isaac

    #326314

    Hey!

    Try adding this on Quick CSS or custom.css:

    .widget li {
    clear: none;
    width: auto;
    display: block;
    float: left;
    margin: 0 10px 0 0;
    }

    Please don’t created duplicated posts: https://kriesi.at/support/topic/footer-layout-query/

    Best regards,
    Ismael

    #326467

    Hey !

    Thanks for the line of code , just have 2 more queries :

    1) I would like them to appear on one line , therefore i think i need to edit the line of code as they are coming on two lines as seen on my website : http://www.prizehow.com

    2) Also i am unable to get the order as that the to header links on the top. I would like them to have the same order.

    Cheers , if u need temporary admin let me know
    Isaac

    #326469

    Hey!

    1- Please add following code to Quick CSS

    #footer .av_one_third:nth-child(2) {
    width: 32%;
    }

    2- Please post login credentials here privately

    Best regards,
    Yigit

    #326511
    This reply has been marked as private.
    #326527

    Hi!

    Please review your website now!

    Cheers!
    Yigit

    #326534

    Cheers man !

    Thanks
    Isaac

    #326543

    Hi!

    You are welcome Isaac, glad if we could help :)

    Regards,
    Yigit

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Footer Layout Query’ is closed to new replies.