Page 2 – RT-Themes | Support Center

Viewing 10 results - 11 through 20 (of 62 total)
  • Author
    Search Results
  • #78422

    In reply to: different HEIGHT


    tonysheva
    Member

    Hi Neo,

    I don’t know where to add your code. Currently, I’m using RT-Theme 17.

    Would you please tell me what.php OR what.css, and from what line to add the code you provided.

    By the way, I checked the page source of homepage following,

    Instagram

    #73373

    neo
    Staff

    Hi

    i dont need those as the issue is caused by a plugin

    add this

    .space.margin-b30{padding:0 !important}

    Please put this custom css code into the custom css field of the theme styling options (rt14 – recent) or general settings (rt 9 until rt 13).

    Best regards,
    Neo
    Theme support

    #73346

    neo
    Staff

    Hi

    You definitly have a conflicting plugin using the sane class name

    try this

    .space.margin-b30{padding:0 !important}

    Best regards,
    Neo
    Theme support

    #73239

    neo
    Staff

    Hi

    I am lost on what you are after as all instructions how to deal with this are given in my initial reply. You need to follow those instructions if you want to alter the spacing and if you are not confident doing this hire a coder from http://microlancer.net to assist you on that as we don’t provide such service.

    http://support-rt.com/forums/topic/customizing-block-and-space-between-blocks/

    http://support-rt.com/forums/search/margin-b30/
    http://support-rt.com/forums/topic/dont-show-space-between-boxes/
    http://support-rt.com/forums/topic/how-to-reduce-space/

    If you want to reduce the space then you need to adjust the margin-b30 and margin-b10 and margin-b20 for the home page.

    f.e.

    body.home .space.margin-b30 {
    margin-bottom: 10px !important;
    }

    repeat for the other once you want adjust

    Please put this custom css code into the custom css field of the theme styling options (rt14 – recent) or general settings (rt 9 until rt 13).

    The page look exactly as it should be. If you would not use that background you would see the shadow also below each row which is now hardly visible as your image is masking these causing the gap to appear to be looking bigger but its not.

    As for the banner i dont see the issue as you have in your image.

    The space if i measure it is exactly what it should be following the html code that is in that page.

    I dont see any difference here http://rttheme17.demo-rt.com/

    If you install Firefox and in FireFox a addon plugin called firebug you are able to inspect any element in your webpages in order to get its corresponding css code and element class name. After you know the css code (the elements class name and css code used) you can alter it to your needs.

    https://getfirebug.com/
    https://addons.mozilla.org/en-us/firefox/addon/firebug/

    Please feel free to ask if you have any further questions if they are related to the spacing in here. Any new questions needs to go into a new thread.

    Best regards,
    Neo
    Theme support

    #73093

    neo
    Staff
    #72983

    neo
    Staff

    http://support-rt.com/forums/topic/404-page-full-width/
    http://support-rt.com/forums/topic/tutorial-rttheme-17-search-results-page-full-width/

    #71950

    neo
    Staff

    Hi

    Open the sub_page_header.php and change this code

    to

    If you want the slider to stick to the subheader. then scroll also to the bottom of that file.

    And change this line at the bottom from this

    to this

    Any issues with this you need to resolve on your own or hire a coder as we dont support custom redoing of the theme.

    Best regards,
    Neo
    Theme support

    #71768

    neo
    Staff

    Hi

    You can change the margin-b30 css by custom css. But it is not sure to me by reading above if you only want this on the homepage or everywhere. Be aware the theme is designed this way with the spaces between boxes etc. Thats why we put up a demo at themeforest so you can see this before buying. Altering the complete design to have the white inner page look is not easy done in this theme nor can i support that because of all customization it requires. You can try the forum search and look into those threads dealing with that. In some the solutions are more or less provided.

    Also be aware by changing that css the floating sidebar script will fail calculating and you have to turn that off in the theme settings. So no floating sidebar when you alter these theme defaults.

    http://support-rt.com/forums/topic/customizing-block-and-space-between-blocks/
    http://support-rt.com/forums/search/margin-b30/
    http://support-rt.com/forums/topic/dont-show-space-between-boxes/
    http://support-rt.com/forums/topic/how-to-reduce-space/

    Best regards,
    Neo
    Theme support

    #64239

    In reply to: How to reduce Space


    neo
    Staff

    Hi

    1) add a url to your woo pages please.

    2) adjust the margin-b30, css ? http://support-rt.com/forums/topic/dont-show-space-between-boxes/

    but be aware that will affect the working floating sidebar and you need to turn that off.

    there are more threads on this http://support-rt.com/forums/search/margin-b30/

    Best regards,
    Neo
    Theme support

    #63940

    neo
    Staff

    Hi

    i found maybe what you want

    open the single-product.php and change this code around line 99

    to this

    You can find more details on that function here in case you want to modify stuff http://codex.wordpress.org/Function_Reference/the_taxonomies.

    Redo on every theme update or create a child theme with that file in it following the wordpress codex child theme documentation. Or our child theme tutorial in the rttheme 18 section of this forum.

    http://support-rt.com/forums/topic/tutorial-how-to-create-a-child-theme-2/

    Best regards,
    Neo
    Theme support

Viewing 10 results - 11 through 20 (of 62 total)