Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Aratype Friend
    #177137

    Hi all,

    The RtL customizing just started!

    I could find the top horizontal menu in navigation.css

    22.:
    #mainnav .menu {
    float: right;
    white-space: nowrap;
    }

    However I could not find the code for vertical menu of the left and the code for the content sizes (S, M, L, & XL)

    Any help please

    Thanking you in advance…

    Ara

    Khanh Le Moderator
    #453388

    <blockquote>vertical menu of the left</blockquote>
    This is sidebar (with id sidebar). You could change the position of sidebar from left to right (css/layout.css):

    #sidebar {
    margin-right: 0;
    position: fixed;
    left: 0;
    top: 70px;
    width: 120px;
    }

    You also need change the padding of body.has-sidebar #container .container-main from padding-left: 120px to padding-right: 120px (file css/layout.css also)

    <blockquote> the content sizes (S, M, L, & XL)</blockquote>
    It is wrapped in #toolbar div.

    Aratype Friend
    #453395

    Thank you!… I added 1 correction:

    Vertical menu:
    …/css/layout.css

    #sidebar {
    margin-right: 0px;
    position: fixed;
    right:0;
    top: 70px; /* Space for header */
    width: 120px;
    }

    padding-left: 120px >>>> padding-right: 120px

    Content sizes (S, M, L, & XL):
    …/css/template.css

    #toolbar {
    float: left;
    position: relative;
    height: 40px;
    background-color: #333
    }

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

This topic contains 3 replies, has 2 voices, and was last updated by  Aratype 12 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum