Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1323512

    I thought I solved everything in this post https://kriesi.at/support/topic/boxed-layout-6/ but in the single articles I still have this short menu problem can you help me?

    #1323603

    Hey pontedellarco,

    Thank you for the inquiry.

    Try to use this css code to adjust the width of the container on single post page.

    .responsive .single-post, .responsive.html_boxed.html_header_sticky .single-post #header, .responsive.html_boxed.html_header_transparency .single-post #header {
        width: 100%;
        max-width: 100%;
    }
    

    Best regards,
    Ismael

    #1323613

    it worked, thank you very much

    #1323641

    sorry I realized that it does not work on user pages what can I do? here also the foot is boxed !!!

    #1323730

    Hi,

    Thank you for the update.

    Try to replace the previous code with the following css to include the user page.

    .responsive .um-page-user, .responsive .single-post, .responsive.html_boxed.html_header_sticky .single-post #header, .responsive.html_boxed.html_header_sticky .um-page-user #header, .responsive.html_boxed.html_header_transparency .single-post #header {
        width: 100%;
        max-width: 100%;
    }

    We just added the “.um-page-user” selector.

    Best regards,
    Ismael

    #1323758

    it works thank you very much

    #1323870

    Hi,

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

    Best regards,
    Rikard

    #1323871

    thank you very much, you can close, I hope I don’t need anything else :)

    #1324027

    Hi,

    Thanks for letting us know, I’ll go ahead and close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘still problems with boxed pages and menus’ is closed to new replies.