Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1375927

    hi…

    i have installed enfold with prebuilt theme enfold classic

    but now client is asking for full banner like enfold modern
    where slider is of full width and heigh and logo and menu are part of it

    how do i change that ?

    also client need LOGO on left but Menu on center
    i tried but not able to find setting for that

    i found the setting where it takes logo and menu both in center but not the way i mentioned

    kindly help

    regards
    harsh

    #1376069

    need solution please

    regards
    harsh

    #1376090

    Hi,
    Thanks for your patience and the link to your site, I assume that you are referring to the Enfold 2017 Demo and it’s full page slider. The slider shows under the header before scrolling because the header is set to transparent in the admin side panel at Layout ▸ Header visibility and transparency:
    2022-12-13_001.jpeg
    and the layerslider is full size because it’s canvas size is 850 x 1410 in LayerSlider ▸ Project Settings ▸ Layout
    2022-12-13_002.jpeg
    Your layerslider homepage slide is 648 x 1140 so you will want to adjust so it is larger rather than just stretching it.

    Best regards,
    Mike

    #1376130

    thanks

    and how do i take menu in center

    logo will remain in left

    regards
    harsh

    #1376174

    Hey,

    Please go to Enfold theme options > Header and choose “Logo center, menu below” option and then add following code to bottom of Quick CSS

    
    .html_header_top.html_logo_center .logo {
      left: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }
    

    Regards,
    Yigit

    #1376183

    thanks

    when i do that logo goes on left
    but menu remains in next row of logo
    https://prnt.sc/Lzc9gdU0sIHT

    can keep logo on left and menu on center in same row

    regards
    harsh

    #1376186

    Hi,

    I chose “Logo left, menu right” option and added following code to bottom of Quick CSS instead

    
    /* Center menu */
    .main_menu {
      right: 30%;
    }
    

    Cheers!
    Yigit

    #1376192

    thanks a lot

    it has served the purpose

    regards
    harsh

    #1376195

    Hi,

    You are welcome, Harsh! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘home page and menu query’ is closed to new replies.