Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #915129

    Hello.

    Im trying to set up a new site for my client based on ENFOLD. ENFOLD looks very fine.
    Please I have a question:
    is it possible to set up the blog site on my front page to look like this? – see picture
    https://drive.google.com/open?id=1zb9KdeaNWSS67f7yo8lWJY3HwQfoXCBp

    full width without the left sidebar.

    it looks now like this:
    https://drive.google.com/open?id=1XdBCFC35jvetOE4jz-j5xkP55oCSE-UB

    the final landing page should be something like this:
    https://drive.google.com/open?id=1ftZ7L097nSG1wMkNp7glrH3u9WKB7bJK
    extract of the latest posts to landing page in this format.

    Is it possible to customize it like I planned?

    with manny thanks
    Martin

    #915435

    Hey Martin,

    I changed the max container width in the theme options, pressed save and the front page blog post element started to look different. Do you remember which style it was?

    Best regards,
    Victoria

    #915440

    Hello Victoria :)

    You jut turned off the side bar. I turned it in now. But yes this is the problem. When I turn off the side bar, it change the whole look and arrangement.
    And there is only option to set up the Content | Sidebar Ratio, but only to 80/20 – as it looks now.

    I think changing the max container width is not a good option – it changes the whole site.

    with regards,
    martin

    #915494

    Hi Martin,

    Ok :) We can use css then.
    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

    
    .container .av-content-small.units {
        width: 100%;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #915533

    Victoria, this helped in custom.css
    But now Im stacked in this style on every page.
    Is it possible to use this style only on my home page?
    on every other page I need the sidebar.

    thanks for your patience.

    #915686

    Hi,

    yes, add before the classes that victoria provided, the .home

    
    .home .container .av-content-small.units {
        width: 100%;
    }

    Best regards,
    Basilis

    #915694

    many thanks, it works!
    giving you 5 stars for support :)

    #915720

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Basilis

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘blog full wide on my landing page’ is closed to new replies.