Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #859557

    Hey guys, im am working on a new project. Before i go online i want to fix some bugs. please help me with this.

    1) https://imgur.com/a/Thu9E can you help me to bring the menu to the top and avoid scrolling.

    2) can you help me to arrange the responsive footer menu that it looks like this: https://imgur.com/a/Thu9E and change the footer (c)-text to white color.

    Thank you, all the best, Alexander

    #860383

    Hey diefleischerei,

    Thank you for using Enfold.

    1.) Please add this css code to adjust the mobile menu container.

    #av-burger-menu-ul {
        vertical-align: top;
        padding: 80px 0 10px 0 !important;
        overflow: hidden;
    }

    2.) Looks like you managed to fix the footer. You can change the color in the Enfold > General Styling > Footer panel.

    Best regards,
    Ismael

    #864475

    Thank you Ismael. It works great. There i only one little problem.

    The Menu looks awesome in responsive view. But the Menu do not look good in desktop view. how can i middle the menu ONLY in desktop view. so, that it looks like this –> https://imgur.com/a/ThmbZ

    #864478

    Hello. I have some more questions.

    how can i (1) reduce the blanks between the footer menu iteams so they fit in one line and (2) set the copyright text to white. https://imgur.com/a/p7dI4

    And how can i reduce the blanks here? i want to build a landingpage where all content fit on one page without scolling. how can i do this here: https://imgur.com/a/Kxt9Z

    #864479

    How can i bring this menu point in perfect line ? https://imgur.com/a/U2zbD

    #864510

    https://imgur.com/a/ZsD8T

    How can i get the customer review image 3 x times bigger?

    How can i get the 3 icons in one line?

    Thank you, greetings, Alexander

    #864838

    Hi Alexander,

    Here is the code to align copyright text with the footer nav, you can put it in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #socket .sub_menu_socket {
        padding-top: 7px;
    }
    

    As for the other elements in your footer, I don’t see them. Are they not published? Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

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

    #864978

    Thank you, any tipps for the other problems ? see posts above…

    #864996

    And how can i bring the responsive menu https://imgur.com/a/Y3xkP to the middle an delete the scroll bar here?

    #865170

    Hi,

    Please add the following css codes to move the menu items to the top and remove the scrollbar.

    #av-burger-menu-ul {
        vertical-align: top;
    }
    
    #top #wrap_all .av-burger-overlay-scroll {
        overflow: hidden;
    }

    Best regards,
    Ismael

    #867062

    Thank you ismael, nearly perfect.

    But it looks like this in the desktop view : https://imgur.com/a/tj1qf and it would be great if it is also in the middle in the desktop view like this: https://imgur.com/a/JWHCZ

    And the responsive menu is not really in the middle. not at android and not on iphone: https://imgur.com/a/aeAsG can you please help me to fix this that it look like this: https://imgur.com/a/B3afg

    it do not look professional if the menu is not centerd. thank you for your help ismael? is this a problem with my blog or is this an enfold bug?

    #867064

    How can i reduce the blanks here? i want to build a landingpage where all content fit on one page without scolling. how can i do this here: https://imgur.com/a/Kxt9Z

    https://imgur.com/a/ZsD8T
    How can i get the customer review image 3 x times bigger? How can i get the 3 icons in one line?

    Thank you, greetings, Alexander

    #867234

    Hi Alexander,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #av-burger-menu-ul {
        vertical-align: middle !important;
        padding: 0 !important;
    }
    
    

    Can you post a link to a page with reviews and the page where you wanted to reduce space.
    If you need further assistance please let us know.

    Best regards,
    Victoria

    #867306

    Thank you Victoria.

    https://imgur.com/a/ZsD8T
    How can i get the customer review image 3 x times bigger? How can i get the 3 icons in one line?

    #867450

    Hi,

    Try adding this css code in Quick CSS:

    #top .avia-testimonial-meta .avia-testimonial-image {
        height: 120px;
        width: 120px;
        margin-bottom: 30px;
    }
    
    #top .avia-section.avia-builder-el-last .entry-content-wrapper {
        text-align: center;
    }
    
    #top .avia-section.avia-builder-el-last .entry-content-wrapper > span.av_font_icon {
        display: inline-block;
        margin: 0 10px 20px;
    }

    Hope this helps :)

    Best regards,
    Nikko

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