Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #24611

    Hello, I would like the left sidebar is smaller in width. I would also like to approaching a maximum on the left side of the screen, in order to expand the central area of the site.

    http://www.socialweb.fr/memoire-marketing-relationnel/

    I can’t find any CSS changes need to be made.

    Please can you help me?

    Regards

    R3v0x

    #124042

    Hi,

    You can actually insert the sidebar on a Column element using the Avia Builder. Insert the 1/5 column then add the Sidebar element.

    What do you mean by “approaching a maximum on the left side of the screen”?

    Regards,

    Ismael

    #124043

    I can’t use the Avia Builder because they are pages of articles.

    I would like to optimize the “white” areas that are not used.

    Please, looks my capture : http://hpics.li/f91b89a

    Regards

    R3v0x

    #124044

    Hi,

    Please add this on your custom.css or Quick CSS

    .single-post .sidebar_left .inner_sidebar {
    margin-right: 10px;
    margin-left: 0;
    }

    Regards,

    Ismael

    #124046

    Hi Ismael, he doesn’t work.

    I want to move the block to the sidebar and not the component elements sidebar

    2) I would like to center my image at one of my article pages, how can I do?

    Regards

    R3v0x

    #124047

    Hi R3v0x,

    That space isn’t a margin or anything that we can modify. Its just the space in your browser because the whole site is centered.

    If you wanted to change the actual structure of the whole site container you would need to hire a freelance developer to make the change and ensure that any changes don’t cause site-wide issues or cross browser compatibility issues.

    To force the image above the article to center, you can try:

    .attachment-entry_without_sidebar.wp-post-image {
    margin: 0 auto;
    }

    Regards,

    Devin

    #124048

    Hi Devin, no problem ;)

    Thx it’s work !

    Regards

    R3v0x

    #124049

    Glad that Devin got things moving. Good luck!

    Nick

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Left sidebar’ is closed to new replies.