Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1215023

    Hi,
    I just purchased Enfold and I was playing around a little but I just can’t find a proper menu and layout settings to recreate this design: https://www.figma.com/proto/6DzvRmtthwP0fs0aQHtx07/creato?node-id=1%3A2&scaling=min-zoom…
    Do I have to modify the php file? Which ones and how?
    Thanks for your reply,
    Klara

    • This topic was modified 4 years, 6 months ago by klara999.
    #1215359

    Hey Klara,

    There are no layouts like that by default in the theme unfortunately, you would likely need heavy customisation in order to achieve that.

    Best regards,
    Rikard

    #1215433

    Hi,
    thanks for your answer.
    Can you point me in the right direction? Which files do I need to edit? This page will be the home page. How do I set the whole layout to be full page? There is always space on sides, can I fix that in themes settings or do I need to change the CSS?

    #1215836

    Hi klara999,

    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

    
    .responsive .container {
      max-width: 100vw;
      padding: 0;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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