Viewing 8 replies - 1 through 8 (of 8 total)
  • Theme Author TT Themes

    (@tomastoman)

    Dear viviansank,

    if you want to create some effect for a menu (you probably thought the effects after placing mouse cursor on a menu item), the best way is to add custom CSS code into “Theme Options > Other Settings > Custom CSS”. If you have a specific idea for some effect, please send me a link to your website and describe this effect – I could help you to create the appropriate CSS code.

    Also the Top menu position can be changed using custom CSS. If you do not use the Social Networks links in header, this CSS code should working for you (please insert it into “Theme Options > Other Settings > Custom CSS”):

    #wrapper #top-navigation ul {position: absolute; right: 0;}

    Best regards
    Tomas Toman

    Thread Starter viviansank

    (@viviansank)

    Hello Tomas
    no ok with this code:
    #wrapper #top-navigation ul {position: absolute; right: 0;}

    and another case:

    how to increase the width to the text because it has a very large white area.
    and without affecting the responsive side ?

    Thread Starter viviansank

    (@viviansank)

    try custom CSS:
    #wrapper #page #main-wrapper #main-content #content div.entry-content {width: 650px;}

    but the responsive is bad ! 🙁

    help !

    Theme Author TT Themes

    (@tomastoman)

    Dear viviansank,

    please send me a link to your website with LeatherDiary theme, so I could help you more accurately based on your custom settings. For correct responsive displaying, you should add the following custom CSS code (after your code published above):

    @media screen and (max-width: 1100px) { html #wrapper #page #main-wrapper #main-content #content div.entry-content {width: 100% !important;} }

    Best regards
    Tomas Toman

    Thread Starter viviansank

    (@viviansank)

    hello Tomas
    the site is in my computer, in construction.

    In pages I see the options: “Full Width”

    and in Post not show this option, how have the options “Full Width” choose in the specifics post “Full Width” ?

    thanks and congratulations for your beautiful theme 🙂

    Theme Author TT Themes

    (@tomastoman)

    Dear viviansank,

    “Full Width” is the custom Page Template, so it works only for the pages, not for posts. But if you want to hide the right sidebar on all pages and posts, you can use “Theme Options > General Settings > Display Sidebar” (select here the option “Hide”).

    If you want to hide the right sidebar only on some posts, you can do it using Custom CSS. Please view the source code of the appropriate post. In the opening <body> tag, you can see unique “postid” class for each post (for example: class=”single single-post postid-1662 single-format-standard logged-in admin-bar no-customize-support”). Using this unique class, you can hide the sidebar only on some specific posts:

    .postid-1662 #sidebar {display: none;}

    And then you can enlarge the main content area:

    .postid-1662 #main-content #content {margin-right: 0; width: 100%;}

    For the next updates of LeatherDiary theme, I am considering about adding more options for displaying the right sidebar to make this theme even more customizable.

    Best regards
    Tomas Toman

    Thread Starter viviansank

    (@viviansank)

    hello Tomas
    in version 1.0.3 I not see customizable the right sidebar.

    One solution for me, i am working only with Pages, and the Posts using as sub-itens in Pages.

    and not found the changelog for this new version.

    thanks
    Vivian

    Theme Author TT Themes

    (@tomastoman)

    Dear Vivian,

    the 1.0.3 version includes only a few minor repairs of bugs found after the initial release. I uploaded it just before starting this support topic.

    The changelog is located in theme folder and its name is “changelog.txt”. I also publish the information about updates on my website, which is linked in this theme: http://www.tomastoman.cz/leatherdiary-1-0-3-release/.

    Best regards
    Tomas Toman

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘menu effects’ is closed to new replies.