Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Flexform
  • #8921
    nflan
    Member
    Post count: 9

    Probably the best theme and support forum I’ve seen guys – well done on a brilliant product and equally brilliant after sales 🙂

    I’m trying to reduce the size of the sidebar – how do I do this?

    Thanks.

    #8922
    Ben – SUPPORT
    Member
    Post count: 690

    Thank you very much means a lot! Make sure you rate so everyone can see how good we are!

    If you send me a link to your website as a private reply I’ll be able to give you some css

    Thanks
    Ben

    #8929
    nflan
    Member
    Post count: 9
    This reply has been marked as private.
    #8933
    Ben – SUPPORT
    Member
    Post count: 690

    The sidebar has a span_3 making it 270px width and the main content is 570px in width so take that in mind when reducing the amount.

    if you add

    .has-both-sidebars .sidebar{
    width:200px !important;
    }
    .has-both-sidebars .page-content{
    width:710px !important;
    }
    

    into general settings -> custom css it’ll sort it out for you, also I’ll look into what file you’d need to edit for the text

    Thanks
    Ben

    #8934
    Ben – SUPPORT
    Member
    Post count: 690

    Line 288 of header.php

    <div id="top-bar-social" class="span4 clearfix">
    	<?php echo do_shortcode($top_bar_social_icons); ?>
    </div>
    

    Change it to

    <div id="top-bar-social" class="span4 clearfix">
    	<?php echo do_shortcode($top_bar_social_icons); ?>
    <p class="topBarSocialText">Your Text Here</p>
    </div>
    

    Then add

    .topBarSocialText{
    line-height: 10px;
    margin-top: 10px;
    padding-left: 30px;
    display: inline-block;
    }
    

    to you custom css in general settings and you’ll be sorted

    Thanks
    Ben

    #8937
    nflan
    Member
    Post count: 9
    This reply has been marked as private.
    #8941
    Ben – SUPPORT
    Member
    Post count: 690

    We’re glad you think so!

    I’ll make sure Ed knows you’ve had a good experience with the support forum

    You too Neil, don’t be afraid to pop open another thread!
    Thanks
    Ben

Viewing 7 posts - 1 through 7 (of 7 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