Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1325645

    Hey team, thank you again per usual!

    Have a quick question for this site: https://rosemooreassoc.com/blog/

    How do I make this page full-width? Currently its super centered, with crazy margins, I’d like it to have the same layout (width and margin wise) as the elements on the home page. Is there a way to do that?

    On mobile, the image and the text is fine, but the header is once again not full-width. Would like to line it up with the rest of the elements width wise there as well.

    Thank you so much,
    -Daniel

    #1325670

    Hey Dzimnikov,

    Please try the following in Quick CSS under Enfold->General Styling:

    #top .fullsize .template-blog .post .entry-content-wrapper, #top .fullsize .template-blog .post .entry-content-wrapper > * {
        max-width: 100%;
    }

    Best regards,
    Rikard

    #1325779

    Hey thank you so much. This made most of the blog section fullwidth, but the heading (title) of the article is still not full width… neither on the main blog page nor on the homepage.

    Is there a way to make that full-width as well?

    Cheers,
    -Daniel

    #1325807

    Hi,

    Please try this CSS as well:

    #top .fullsize .template-blog .post-title {
        max-width: 100%;
    }

    Best regards,
    Rikard

    #1326128

    Works perfectly, thank you so much!!!

    #1326148

    Hi,

    Great, I’m glad that it’s working now. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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