Enticing

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5443

    Good night,

    I have a problem with width of the sidebar. I want reduce the widht of the right-sidebar and left-sidebar.

    I want the width of the content wider.

    Regards.

    http://assistantgroup.com/blog/

    #5479
    Raghavendra
    Moderator

    You will need to adjust the widths this way to achieve this. Pls check if the responsive layout is ok after this change input in Custom CSS tab in theme options or the custom/custom.css file-

    #content {
    width: 680px; /* Increased by 40px */
    }
    
    .sidebar-right-nav {
    width: 240px; /* Decreased by 40px; */
    }
    
    .layout-2c .thumbnail-list .image-container, .layout-3c .thumbnail-list .image-container {
    
    width: 220px; /* Increased by 10px */
    }
    
    .layout-2c .thumbnail-list .entry-text-wrap {
    width: 436px;/* Increased by 30px */
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Enticing Theme Support’ is closed to new topics and replies.