• I’ trying to have the space between menu bittons reduced so that they all fit in a single row link and also to make the content space thicker and the sidebar colums thiner so the content looks better link.

    Is there a way to acomplish this? i’m sorry about my english i’m from mexico…

Viewing 5 replies - 1 through 5 (of 5 total)
  • For reducing space between menu items you need to change at least left padding, so you can try adding next css code in child theme css or custom.css and see does that fit your needs.

    .navbar .nav > li > a {
    	padding: 5px 3px 5px 15px;
    	font-size: 16px;

    If not, try again by changing values for right (3px) and left (15px) padding. For the rest check bottom of the post at http://wordpress.org/support/topic/reducing-the-height-of-the-slider-and-white-spaces-1?replies=4

    See also the item “change font size/style of menu to make it squash up more?” in the FAQ. The second post in that thread shows how to reduce the size of the first letter too.

    Thread Starter leks29

    (@leks29)

    This worked great for the menu, but i havent been able to modify the width of the sidebars and the content area in order to make this last one wider… is there a way to do this?

    Install and activate RTFR.
    Add these replacements to it (the model is:
    |string to be replaced| => |replacement string| – do not add the vertical lines in the boxes, I just used them as delimiters for the strings;
    string to be replaced goes in the left box,
    replacement string goes in the right box,
    and each line is a separate replacement):

    |span3 left tc-sidebar| => |span2 left tc-sidebar|
    |span3 right tc-sidebar| => |span2 right tc-sidebar|
    |<div class="span6 article-container">| => |<div class="span8 article-container">|
    |<div class="span9 article-container">| => |<div class="span10 article-container">|

    You’re done.

    @nikeo: would be nice to give users the ability to customize the width of each sidebar from options, each ranging from span2 to span4 and adjusting the $class_tab array in class-fire_utils accordingly.

    Theme Author presscustomizr

    (@nikeo)

    @acub that’s actually an option I have in my to do list!
    nice plugin I just discovered by the way : http://wordpress.org/plugins/real-time-find-and-replace/

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Changing space in menu items and content box size’ is closed to new replies.