[Resolved] ‘cat-links’ and ‘entry-meta’ outside the inner container

Home Forums Support [Resolved] ‘cat-links’ and ‘entry-meta’ outside the inner container

Home Forums Support ‘cat-links’ and ‘entry-meta’ outside the inner container

Viewing 9 posts - 16 through 24 (of 24 total)
  • Author
    Posts
  • #2612371
    sporenborg

    David, thank you for your additions and your explanations. I am at a loss with regard to your container block [#A] and [#B] explanations. In my opinion, this is exactly how I do it.

    Global setting: ELEMENTS > Layout > Full width

    1) Container
    2) inner container
    3) content

    If I insert your code @media …, I still have the problem that in the tablet and mobile view the background colour cannot be displayed borderless on the left and right due to the padding.

    Would you please be so kind and create a page / post in the cms backend or edit the testpage (all is still in dev mode) with the parameters that it needs from your point of view? Feel free to play around … 

    #2613913
    David
    Staff
    Customer Support

    Where did you add the Container and the Inner Container ?

    #2614973
    sporenborg

    Hi Dave, I sent you a link in PM.

    #2619150
    sporenborg

    Hi Guys, do you have any news for me?

    #2619792
    David
    Staff
    Customer Support

    Change this CSS:

     @media (max-width: 800px) {
            .entry-content, footer.entry-meta {
                padding: 0 20px;
            }
    }

    to:

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

    That will leave the extra padding on just the Footer Meta and NOT the content.

    #2620728
    sporenborg

    Thank you, David.

    However, the main problem is still not solved. Is there a solution for this or not? Or am I being too stupid? Then I would like to know what I should do differently.

    Thx

    #2622438
    David
    Staff
    Customer Support

    That CSS will resolve the post meta issue.

    Now for your content.

    You have your Container Block (#A) and the inner Container Block (#B)

    Select #B and in the block settings:

    1. Sizing > Width, set a Max Width eg. 1200px
    2. Spacing > Padding. set some padding all round eg. 40px.

    #2622613
    sporenborg

    Thank you for your patience.

    #2622830
    David
    Staff
    Customer Support

    You’re welcome

Viewing 9 posts - 16 through 24 (of 24 total)
  • You must be logged in to reply to this topic.