New Landing How can we help? Themeforest Theme Support Flexform How reduce the width of the sidebar to one quarter (1/4)

Viewing 11 posts - 1 through 11 (of 11 total)
  • Posted in: Flexform
  • #84416
    blaouchez
    Member
    Post count: 448

    Hello,

    How to reduce the width of the sidebar to one quarter (1/4) of the page?

    Currently, the size of the sidebar is automatically third (1/3)
    (See template attached)

    Regards

    #84556
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Open up sidebar.php and change this:

    <aside class="sidebar right-sidebar span4">
    
    	<?php dynamic_sidebar('Sidebar 1'); ?>
    
    </aside>

    to

    <aside class="sidebar right-sidebar span3">
    
    	<?php dynamic_sidebar('Sidebar 1'); ?>
    
    </aside>

    then open up page.php and change line 88:

    <div <?php post_class('clearfix span8'); ?> id="<?php the_ID(); ?>">

    to

    <div <?php post_class('clearfix span9'); ?> id="<?php the_ID(); ?>">

    Please note, this is likely to cause layout issues, so I would recommend leaving it at 1/3

    – Kyle

    #84623
    blaouchez
    Member
    Post count: 448

    Thank you for this code but the sidebar does not change in size and it goes under the text

    #84637
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please can I see your link?

    – Kyle

    #84732
    blaouchez
    Member
    Post count: 448

    No, I drew the template on InDesign. On WordPress, it does not work:
    http://www.lf-conseil.com/site/0_test_slider

    #84748
    blaouchez
    Member
    Post count: 448

    My template on InDesign.
    this issue is a priority for my project

    #84769
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    But there is no sidebar on that page?

    – Kyle

    #84873
    blaouchez
    Member
    Post count: 448

    Sorry, I did other tests on this page. But my question is about all pages with sidebar.

    I created another page:

    http://www.lf-conseil.com/site/article-test/article-test-1-2

    #85134
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Unfortunately there are a lot instances that would need to be changed throughout the theme files to change the sidebar width. I’m afraid it’s beyond the scope of our support

    – Kyle

    #108208
    deanjohn
    Member
    Post count: 93

    Kyle, just wondering if changing the side bar one to 1/4 it would cause many problems ?

    I found this post and my question was how to reduce the side bar one ? the woocommerce bar is perfect size.

    #108509
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,

    @deanjohn
    – Please follow this topic http://support.swiftideas.net/forums/topic/change-reduce-side-bar-one-width/ because its Flexform related issue.
    Thanks 🙂
    With Best Regards
    Mohammad

Viewing 11 posts - 1 through 11 (of 11 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register