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?
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
it worked, thank you very much
sorry I realized that it does not work on user pages what can I do? here also the foot is boxed !!!
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
it works thank you very much
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
thank you very much, you can close, I hope I don’t need anything else :)