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

    Hey, so I’m working on this site: https://hemefoundation.org/?page_id=107

    There are 4 sections in the middle of the page that are not full width. I’d like to make them full width, but without using a grid, and only for the page (i dont want to change the root margin amount for all the pages just yet).

    Is there a way to make them full width (and keep the height equal as well) to match the other sections of the page?

    Thanks as always,
    -Daniel

    #1276402

    Hey Dzimnikov,

    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

    
    .page-id-107 #whatwedo .container {
        max-width: 100vw;
        padding: 0;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1276441

    OMG… that worked perfectly!!!

    Thank you so much!!!

    I have one more margin question. The client here is looking for a margin affect similar to this: http://holy-church.ancorathemes.com/home-1/

    Seems like some kind of margin overlay? Or is just a regular margin with embedded links?

    Is this something that can be accomplished via Enfold?

    Also a quick question about blog posts. I created a dummy blog post: https://hemefoundation.org/article-1/

    The comment sections, blog information, and social media stuff (all that you should be able to enable and disable within theme settings) aren’t showing up. Is it because I’m using the advanced layout builder to build the post? I checked off “allow comments” on the side in the backend of the page… but still nothing is showing up. Not sure why!

    Cheers and thank you,
    -Daniel

    • This reply was modified 3 years, 7 months ago by Dzimnikov.
    #1276569

    Hi Daniel,

    Thanks for the update. Which part of the page that you linked to are you referring to? Please try to be a bit more specific as to what you want to achieve, and where you want to implement it.

    If you are using the Layout Builder to create your posts, then everything has to be added manually to it. Please try adding the Comments element from the Layout Builder, in order to add comments, for example.

    Best regards,
    Rikard

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