[Resolved] meta categories + tags position on full width blog pages

Home Forums Support [Resolved] meta categories + tags position on full width blog pages

Home Forums Support meta categories + tags position on full width blog pages

  • This topic has 5 replies, 3 voices, and was last updated 4 years ago by Tom.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1201353
    amarinos

    Hello support team,

    how is it possible to position meta categories + tags on a blog full width content page?

    I want to have them under the last container created by GenerateBlocks.

    See screenshot (https://drop.tdv.cloud/TewSER) and website url for what I try to achieve.

    Thanks for helping πŸ™‚

    love/health/happiness,
    best wishes, alekos

    #1201664
    David
    Staff
    Customer Support

    Hi there,

    add this CSS to your site:

    .single.full-width-content .entry-meta {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    I will fix the width and center it on any fullwidth single posts.
    You will need to reduce the bottom padding on the GB Container block to close the gap between the content and the meta

    #1201949
    amarinos

    Hi David,

    nice to meet you πŸ™‚ thank you for helping.

    Your CSS is working. On the mobile view .entry-meta have no padding like the container content above … So what can be done best practice to have a padding for mobile breakpoints?

    love/health/happiness,
    best wishes, alekos

    #1202155
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Try this CSS:

    @media (max-width: 768px) {
        footer.entry-meta {
            padding: 0 40px;
        }
    }

    Let me know πŸ™‚

    #1202274
    amarinos

    Hi Tom,

    CSS used and it worked like a charm.

    Thanks πŸ˜‰

    Please check your E-Mails for another topic.

    love/health/happiness,
    best wishes, alekos

    #1206208
    Tom
    Lead Developer
    Lead Developer

    Glad I could help! πŸ™‚

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