Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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,
    Neverlands

    #1244760

    Hey 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,
    Ismael

    #1244763

    Hello 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,
    Neverlands

    #1245156

    Hi,

    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,
    Ismael

    #1245206

    Hello 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,
    Neverlands

    #1245620

    Hi,

    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,
    Ismael

    #1245677

    Hello Ismael,

    thanks for the reply.
    Unfortunately this code didn’t change anything (also tried it with !important).

    Best regards,
    Neverlands

    #1246038

    Hi,

    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,
    Ismael

    #1246975

    Hello Ismael,
    I disabled all performance options, but the result is the same.

    #1247617

    Hi,

    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

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