Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #246001

    Hi
    thanks you so much for your help, i have addes all this to the Quick CSS, can you check it as see if i will mess anything else up.

    also i can’t find how to change the TEXT BOX padding / margin.

    .content, .sidebar { padding-top: 0px; padding-bottom: 0px; }
    /* this is the spacing on the main page */

    .togglecontainer { margin: 0px 0; }
    /* this is the Accordion box on the page */

    .js_active .toggle_content { padding: 3px; margin: 0px; border-color: #d20000; } /* corsa rossa */
    /* this is the Accordion content details */

    .js_active .toggler { border-color: #d20000; } /* corsa rossa */
    /* this is the Accordion title area */

    .tabcontainer { margin: 0px 0; }
    /* this is the content of the Tab box */

    .js_active .tab_content { padding: 5px; margin: 0px; }
    /* this is the content of the Tab box expanded */

    .js_active .top_tab .tab { border-color: #d20000; } /* corsa rossa */
    .js_active .active_tab_content { border-color: #d20000; } /* corsa rossa */
    /* this is for the Tab titles and expanded tabs */

    .av-special-heading { margin-top: 0px; }
    /* this is for the Special Heading text */

    .special-heading-inner-border { border-top-width: 2px; border-top-style: none; }
    /* this is for the Special Heading line style */

    .hr { border: solid #ddd; border-width: 2px 0 0; clear: both; margin: 5px 0px 5px; height: 0; }
    .hr span { border-color: #00ffaa; }
    /* this is for the Horizontal Rule */

    regards

    Aleks

    #246579

    Hey Aleks!

    Custom CSS code seems fine. Please also add following code to Quick CSS

    .avia_textblock { padding: 20px; }

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.