Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #12955
    impresnet
    Member

    Hello.

    – It is possible to reduce the size of the 3 columns or areas that are below the slider?
    – It is possible to decrease the size of the menu bar?

    My test page is: http://www.impresnet.com/esc/EAO

    Bye.

    #12966
    Sakin
    Keymaster

    @impresnet: Sorry your question is bit unclear. Do you mean Font size?. I have added below the css for Font size. But we careful while you change the font, consider mobile devices as well.

    /* Featured Post Font Size */
    #featured-post { font-size: 16px; }
    /* Menu Font Size */
    #header-menu ul.menu a { font-size: 16px; }
    #13001
    impresnet
    Member

    Sorry for my English, my question is in pictures:

    http://oi42.tinypic.com/vo8odt.jpg
    http://oi41.tinypic.com/24negjd.jpg

    #13005
    Sakin
    Keymaster

    @impresnet: Yes for these two area font size you have add the above css I gave you.

    #13041
    impresnet
    Member

    I am not referring to the text but to the areas.

    Example:
    – reduce area of menu: Before(http://oi41.tinypic.com/24negjd.jpg) – After(http://oi40.tinypic.com/2wg924i.jpg)
    – reduce area of columns: Before(http://oi42.tinypic.com/vo8odt.jpg) – After(http://oi44.tinypic.com/23shgsh.jpg)

    #13050
    Sakin
    Keymaster

    @impresnet: For menu height: You can decrease the line-height and for featured you can decrease the width. Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    /* For Menu */
    #header-menu ul.menu a { line-height: 29px; }
    /* For Featured */
    #featured-post {
        display: block;
        margin: 0 auto;
        width: 80%;
    }
    #13057
    impresnet
    Member

    Thank’s

    It is possible, leave 4 columns? http://oi39.tinypic.com/a09suu.jpg

    #13058
    impresnet
    Member

    I forgot

    By changing the menu, the submenus do not work http://www.impresnet.com/esc/EAO/

    #13068
    Sakin
    Keymaster

    @impresnet: It’s because you have decreased the menu line height. Now, you need to change the position of sub menu. So, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header-menu ul.menu ul { top: 15px; }

    #13081
    impresnet
    Member

    And the sub menu as I leave the same size?

    #13099
    Sakin
    Keymaster

    @impresnet: I see that you have already set it large for submenu in your Custom CSS box. Look a the CSS code that I found in your site Custom CSS box.

    #header-menu ul.menu ul a {
        background-color: #0000ff;
        font-size: 21px;
    }
    #13122
    impresnet
    Member

    Thank you very much!!

    It is possible, leave 4 columns? http://oi39.tinypic.com/a09suu.jpg

    #13127
    Sakin
    Keymaster

    @impresnet: That is possible only in Catch Everest Pro theme.

    #13395
    impresnet
    Member

    I have no money to upgrade to the Pro version, you may give me the CSS code please?

    #13404
    Sakin
    Keymaster

    @impresnet: You cannot change the text from css code. You can just change the design.

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Decrease the size columns?’ is closed to new replies.