-
AuthorPosts
-
September 6, 2020 at 2:48 pm #1243740
Hello,
I would like the right sidebar (with blog widgets) to have the same width and being fixed (not scrolling) as the left menu bar.
Also, I would like to remove date and time from the post widget.Thank you,
NeverlandsSeptember 10, 2020 at 7:19 am #1244760Hey Neverlands,
Thank you for the inquiry.
Would you like the content container to have the same width as the sidebar menu? We might have to check the site in order to provide the correct css code. Please post the site URL in the private field, and include the login details if possible.
Best regards,
IsmaelSeptember 10, 2020 at 7:27 am #1244763Hello Ismael,
exactly, I would like the content container on the right side to have the same width as the sidebar menu (left side).
Best regards,
NeverlandsSeptember 11, 2020 at 2:49 pm #1245156Hi,
Thank you for the update.
We could add this css code to limit the width of the main content container, but it might look quite narrow and restricted.
#main .template-page.content.av-content-small.alpha.units { max-width: 300px; }
Best regards,
IsmaelSeptember 11, 2020 at 6:01 pm #1245206Hello Isamel,
thanks for your reply!
I guess there has been a misunderstanding.
I need the right sidebar (2) to have the identical width as the left menu sidebar (1). Please see the first image in this thread – I put additional numbers to the sidebars; please flush your browser’s cache.
Your code reduces the width of the content instead the width of the right sidebar.
Best regards,
NeverlandsSeptember 14, 2020 at 5:02 am #1245620Hi,
Thank you for the clarification.
To adjust the width of the right sidebar, please use this css code.
.responsive #top .sidebar.sidebar_right { width: 300px; max-width: 300px; }
Best regards,
IsmaelSeptember 14, 2020 at 8:37 am #1245677Hello Ismael,
thanks for the reply.
Unfortunately this code didn’t change anything (also tried it with !important).Best regards,
NeverlandsSeptember 15, 2020 at 1:21 pm #1246038Hi,
The css files are currently compressed or minified. Please temporarily disable or toggle the Performance > File Compression settings, then check the page again. Make sure to remove the browser history and purge the cache.
Best regards,
IsmaelSeptember 19, 2020 at 8:08 am #1246975Hello Ismael,
I disabled all performance options, but the result is the same.September 22, 2020 at 1:37 pm #1247617Hi,
Thank you for the screenshot.
The sidebar is 300px in width. The orange area in the screenshot is the margin or white space at the right side of the sidebar. We could add a border to the right sidebar so that you could actually see where the sidebar ends.
.responsive #top .sidebar.sidebar_right { width: 300px; max-width: 300px; border-right: 1px solid; }
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.