Viewing 30 results - 136,561 through 136,590 (of 142,852 total)
  • Author
    Search Results
  • #195214

    Hey!

    Please try to insert following code into the quick css field

    
    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
    max-height: 46px;
    }
    

    Regards,
    Peter

    Hi there,

    I’ve got it. The problem is due to insufficient Page Links created. It will automatically become just much smaller if 3 or lesser links were created. Insert more links should solve the problem. ;)

    Regards,
    Robert Chai

    #195188

    Hey!

    You can reduce the top and bottom padding using this:

    .content, .sidebar {
    padding-top: 10px;
    padding-bottom: 10px;
    }

    Adjust the menu right margin using this:

    #header_main_alternate .container {
    margin: 0;
    }

    Phone number:

    #header_meta .container {
    margin: 0 70px 0 70px;
    }

    Social Icons:

    #header_main .social_bookmarks {
    right: -30px;
    }

    Logo:

    .bottom_nav_header.social_header .logo {
    position: relative;
    left: -20px;
    }

    Regards,
    Ismael

    This reply has been marked as private.
    #195183

    In reply to: Hide youtube title

    Hey!

    Please use this on your custom.css or Quick CSS:

    #aptfinbytap_domain-3-AlpinePhotoTiles_container {
    margin-top: 25px;
    }

    Regards,
    Ismael

    #195180

    Ok, the padding worked. The line-height worked. The only problem remaining is the font color for the text is set at blue and the font color for the border is set at orange. Everything is orange and the border that is set for top, bottom, left and right is still only showing up as top. Could you help with this? Again, it looks the way that I want it to look in the LayerSlider preview. Thanks! And thanks too your quick response! Much appreciated.

    Hey!

    You can add this on your Quick CSS if you really want to enable it on mobile view. We adjust the icon size and decrease the blog meta right margin to create more space for the blog content:

    @media only screen and (max-width: 767px){
    .responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar {
    display: block;
    }
    
    .blog-meta .small-preview {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 4px;
    float: left;
    margin: 6px 0 0 0;
    position: relative;
    text-align: center;
    line-height: 30px;
    position: relative;
    z-index: 4;
    display: block;
    }
    
    .single-small .post_author_timeline {
    left: 15px;
    }
    
    .template-blog .blog-meta {
    float: left;
    margin-right: 10px;
    }
    }

    Cheers!
    Ismael

    #195169

    Hey!

    Add this on your custom.css or Quick CSS to decrease the top padding:

    .content, .sidebar {
    padding-top: 10px;
    padding-bottom: 50px;
    }

    Edit the layer then go to Style tab. Specify the line-height, 40px will do.

    Cheers!
    Ismael

    #195167

    Hi Ismael

    Thanks for your early reply.
    I did not set responsive layout.
    The width of image looks correct, but the width of text does not correct.
    android_Samsung_Note_800x1280_1

    [My custom CSS is below]

    /*나눔고딕 웹폰트 적용*/
    @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox, #top select, #lang_sel, .gm-style div {
    font-family: ‘Nanum Gothic’, Open Sans, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
    }

    /*archive 등등의 폰트*/
    #top .input-text, #top input[type=”text”], #top input[type=”input”], #top input[type=”password”], #top input[type=”email”], #top input[type=”number”], #top input[type=”url”], #top input[type=”tel”], #top input[type=”search”], #top input[type=”file”],#top textarea {
    font-family: ‘Nanum Gothic’, Open Sans, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
    font-size: 12px;
    }

    #top input[type=”submit”] {
    text-transform: uppercase;
    }

    /*body background-color*/
    #main, .html_stretched #wrap_all {
    background-color: #ffffff;
    }

    /*헤더 좌우 그림자 안보이게*/
    .boxed#top {
    overflow: hidden;
    }

    /* 헤더메인로고 사이즈 및 위치 */
    .logo img {
    padding: 0px 0px;
    display: block;
    width: auto;
    height: auto;
    max-height: 74px;
    hack: fixes ie8 logo;
    }

    /* 뉴스보기화면 좌측상단 특성이미지크기*/
    .single-post .single-small.with-slider .small-preview {
    width: 80px;
    height: 80px;}

    /* 헤더높이와 메뉴위치*/
    #header_main .container, .main_menu ul:first-child > li > a {
    height: 90px !important;
    line-height: 90px !important;
    }
    html.fixed_header #main {
    padding-top: 120px;
    }
    .main_menu {
    margin-right:-13px;
    }

    /*헤더디자인 ————————————–*/

    #header {
    margin-bottom: -10px;
    }

    .header_color .header_bg {
    background: transparent url(http://interpeople.co.kr/wp/wp-content/uploads/2013/11/shadow_below.png) bottom center no-repeat scroll;
    }

    #header_main {
    border-width:0px;
    padding-top: 5px;
    padding-bottom: 10px;
    }

    #header_meta {
    background-color: transparent !important;
    padding-bottom: 3px;
    padding-top: 8px;
    }

    #top .social_bookmarks {
    height: 30px;
    z-index: 150;
    -webkit-backface-visibility: hidden;
    margin: 0 0 0 -9px;
    /*background-color: white;*/
    border-radius: 3px;
    }

    /*——————————————-*/

    /*풀다운 서브메뉴 바탕색*/
    .header_color .main_menu .menu ul li a {
    background-color:#ffffff;
    }

    /* 메인메뉴폰트*/
    .main_menu ul:first-child > li > a {
    display: block;
    text-decoration: none;
    padding: 0 13px;
    font-weight: 600;
    font-size: 16px;
    }

    /*메뉴하단 선택바 위치*/
    .avia-menu-fx {
    bottom: -1px;
    }

    /*메뉴하단 선택바 화살표*/
    .avia-menu-fx .avia-arrow-wrap {
    display: block;
    }

    /*토글탑메뉴색상*/
    #advanced_menu_toggle, #advanced_menu_hide {
    background-color: #FFFFFF;
    color: #333333;
    border-color: #B4B4B4;
    }

    /*탑메뉴바 검색없애기*/
    #top #menu-item-search {
    z-index: 100;
    display: none;
    }

    /*최상단 소셜 서브메뉴 높이와 색상*/
    #header_meta {
    border-width: 0px;
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    z-index: 400;
    min-height: 32px;
    background-color: #999999;
    }
    /*최상단 sub메뉴 우측공간*/
    .sub_menu {
    right: 0px;
    }

    /*최상단 sub메뉴 폰트*/
    .header_color .sub_menu>ul>li>a {
    color: #333333;
    font-size: 12px;
    font-weight: normal;
    }
    .header_color .sub_menu ul:first-child > li.current-menu-item > a {
    color: #333333;
    font-weight: 800
    }

    .mapp-layout {
    margin: 0px;
    padding: 0px;
    }

    /*최상단 소셜 아이콘 안보이게*/
    #top .social_bookmarks li a,
    #top .social_bookmarks li {
    display: none;
    }
    .responsive #header_meta .social_bookmarks li {
    visibility: hidden;
    }

    /*AJAX포트폴리오 제목 하단*/
    .portfolio-preview-title {
    margin-bottom: 30px;
    }

    /*헤더 네비——————————-*/
    /*헤더 네비 안보이게*/
    #main .title_container {
    display:none;
    }

    /*헤더 네비 you are here 안보이게*/
    .breadcrumb-title {
    visibility: hidden;
    }

    /*헤더 네비 Archive for category 안보이게*/
    .title_container .main-title {
    visibility: hidden;
    }

    /*헤더 네비 높이*/
    #top .title_container .container {
    padding: 0px 0;
    min-height: 36px;
    }

    /*헤더 네비 위치*/
    .title_container .breadcrumb {
    top: 70%;
    }
    /*———————————————–*/

    /*포스트 제목 밑의 카테고리와 작성자 안보이게*/
    span.blog-author.minor-meta {
    display: none;
    }

    /*사용후기 제목*/
    .main_color .first-quote {
    color: #222222;
    }
    blockquote {
    font-weight: 700;
    }

    /*사용후기 페이지에서*/
    .avia_button_icon {
    color: #ffffff;
    }
    .avia_iconbox_title {
    color: #ffffff;
    }

    /*promobox margin*/
    .av_promobox {
    margin: 10px 0;
    }

    /*레이어슬라이더 스톱버튼 위치*/
    #top .ls-nav-start, #top .ls-nav-stop {
    top: -50px;
    }

    /*drop shadow—-text block—-폴리몰리메인———-*/
    #pollimolli_submenu_1 .avia_textblock
    {
    position: relative;
    width: 100%;
    background: #fafafa;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 1.3em;
    color: rgba(0,0,0, .8);
    text-shadow: 0 1px 0 #fff;
    line-height: 1.3;
    margin: 0px auto;
    -webkit-perspective: 0;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    }

    #pollimolli_submenu_1 .avia_textblock:before, #pollimolli_submenu_1 .avia_textblock:after
    {
    z-index: -1;
    position: absolute;
    content: “”;
    bottom: 15px;
    left: 10px;
    width: 46%;
    top: 80%;
    max-width:300px;
    background: rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 15px 15px rgba(0,0,0, 0.7);
    -moz-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    }

    #pollimolli_submenu_1 .avia_textblock:after
    {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
    }

    /*—————————————–*/

    /*drop shadow——-portfolio grid————————–*/
    .grid-image
    {
    position: relative;
    width: 100%;
    background: #ffffff;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0em;
    color: rgba(0,0,0, .8);
    /!–text-shadow: 0 1px 0 #fff;–/
    line-height: 1.3;
    margin: 0px auto;
    -webkit-perspective: 0;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    }

    .grid-image:before, .grid-image:after
    {
    z-index: -1;
    position: absolute;
    content: “”;
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.5);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    }

    .grid-image:after
    {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
    }
    /*————————————————–*/

    /*shadow——-why폴리몰리———-*/
    .page-id-4558 .avia_image{
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    }

    /* 포트폴리오 그리드 하단 에로우 및 배경*/
    #av_section_1 .avia-arrow {
    visibility: hidden;
    }

    /* 포트폴리오 그리드 하단 제목 배경*/
    .main_color .grid-content, .main_color .grid-entry-title, .grid-entry .main_color .avia-arrow {
    background-color: transparent;
    }

    /* 포트폴리오 타이틀 배경*/
    .grid-entry .inner-entry {
    background-color: transparent;
    }

    /*————————————————————————————————–*/

    /* 포트폴리오 그리드 하단 제목 폰트*/
    .grid-entry-title .grid-entry-excerpt {
    font-size: 12px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    text-align: ;
    }

    /* 포트폴리오 그리드 배열 및 그림자*/
    .grid-entry .inner-entry {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.4);
    position: relative;
    }

    /* 포트폴리오 그리드 하단 패딩*/
    .grid-content {
    padding: 11px;
    position: relative;
    }

    /*카테고리 필터링————————————–*/
    #js_sort_items a {
    display: block;
    float: left;
    text-decoration: none;
    background-color: #666666;
    border-radius: 2px;
    padding-left: 5px;
    padding-right: 5px;
    text-shadow: 0 0px 0 rgba(255, 255, 255, 0.1);

    }

    /*카테고리 필터링 텍스트 색상*/
    .alternate_color #js_sort_items a, .main_color #js_sort_items a {
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    }

    /*카테고리 필터링 텍스트 색상_hover*/
    .alternate_color #js_sort_items a:hover, .main_color #js_sort_items a:hover {
    color: #e1e1e1;
    }

    /*카테고리 필터링 텍스트 색상_active*/
    .alternate_color #js_sort_items a.active_sort, .main_color #js_sort_items a.active_sort {
    color: #ffffff;
    background-color: #a81010;
    }

    /*카테고리 필터링 슬러시 안보이게*/
    #js_sort_items .text-sep {
    padding: 0 1px;
    visibility: hidden;
    }
    /*——————————————————–*/

    /*pollimolli 페이지에서 글자가 사진 밑으로 안들어가게*/
    .pollimolli_submenu_1 p {
    overflow: hidden;
    }

    /*pollimolli 페이지에서 */
    #pollimolli_submenu_1 {
    border-width:1px;
    }

    /*pollimolli 메인페이지 서브메뉴—————————– */
    #pollimolli_submenu_2 {
    min-height: 50px;
    text-align: center;
    border-width:0px;
    }

    #pollimolli_submenu_2 .entry-content a:hover {
    opacity: 0.7;
    }
    /*——————————————————–*/

    .page-id-2554 .entry-content li {
    margin-left: 0em;
    padding: 30px 0;
    }

    /*rss 위젯 이미지*/
    .widget_rss .widgettitle img {
    display: block;
    float: left;
    margin-right: 4px;
    margin-top: 1px;
    }
    .rsswidget {
    margin-top: 3px;
    }
    .rss-date, .widget_rss cite {
    font-size: 10px;
    }

    /*풋터 위젯 폰트*/
    .footer_color .news-time {
    color: #b3b3b3;
    }
    .footer_color .rss-date {
    color: #b3b3b3;
    }
    .widgettitle {
    letter-spacing: 0px;
    }
    #footer .widgettitle {
    color: #ffffff;
    }
    .footer_color div .news-headline{
    color: #dddddd;
    font-weight: normal;
    }
    .footer_color .footer-social-name a{
    color: #dddddd;
    font-size:11px;
    }

    /*
    .footer_color {
    background-color:#222222;
    border-color:#444444;
    }
    .footer_color img{
    border-color:#444444;
    }
    .socket_color {
    background-color:#333333;
    border-color:#444444;
    }
    */

    /*갤러리 메인이미지 패딩*/
    #top div .avia-gallery .avia-gallery-big {
    padding:0px
    }
    #top div .avia-gallery img {
    padding:0.3em
    }

    /*폴리몰리 제품 메뉴 슬라이더 텍스트*/
    .ls-s-1 {
    font-size: 12px;
    font-weight: bold;
    color: #222222;
    }

    /*shareaholic page에서*/
    .shareaholic-share-buttons-container ul.shareaholic-share-buttons {
    overflow-x: visible !important;
    overflow-y: visible !important;
    }

    /*tab에서 스크롤 안보이게
    .js_active .active_tab_content {
    overflow:hidden;
    }*/

    /*폴리몰리 제품메뉴에서 hover효과*/
    #layerslider_9 img:hover {
    opacity:0.7;
    }

    /*지플렉스 메인*/
    .page-id-2565 td {
    font-size:12px;
    }
    .page-id-2565 .avia-shadow {
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1);
    }
    #zflex_submenu_1 {
    border:none;
    }
    #zflex_submenu_2{
    min-height: 50px;
    text-align: center;
    border-width:0px;
    }
    #zflex_submenu_2 .entry-content a:hover {
    opacity: 0.7;
    }

    /*지플렉스 사용설명서*/
    #flipbook-container-0 div.page-content.even div.container img.bg-img {
    left: 0px !important;
    }
    #flipbook-container-0 div.page-content div.container img.bg-img {
    margin-top: 0px !important;
    }
    #flipbook-container-0 div.page-content.last div.container img.bg-img {
    left: 0px !important;
    }
    #flipbook-container-0 li{
    vertical-align: bottom !important;
    }
    #flipbook-container-0 .container {
    position: static;
    }
    #flipbook-container-0 .zoomed-shadow {
    left: 45px !important;
    top: 9px !important;
    width: 820px !important;
    height: 566px !important;
    }

    /*mainmenu–KO———————————————————————————————*/
    .main_menu ul:first-child > li > a {
    display:block;
    background:url(http://interpeople.co.kr/wp/wp-content/uploads/2013/09/logo_menu_bg_grey.png) no-repeat top;
    }

    /*PolliMolli*/
    #menu-item-6440 > a:hover,
    #menu-item-6440.current-menu-item > a,
    #menu-item-6440.current_page_item > a,
    #menu-item-6440.active-parent-item > a,
    #menu-item-6440.active-ancestor-item > a {
    background:url(http://interpeople.co.kr/wp/wp-content/uploads/2013/09/logo_menu_pollimolli_blue.png) no-repeat top; display:block;
    }

    /*zflex*/
    #menu-item-6451 > a:hover,
    #menu-item-6451.current-menu-item > a,
    #menu-item-6451.current_page_item > a,
    #menu-item-6451.active-parent-item > a,
    #menu-item-6451.active-ancestor-item > a {
    background:url(http://interpeople.co.kr/wp/wp-content/uploads/2013/10/logo_menu_zflex_black.png) no-repeat top; display:block;
    }

    /*MINI*/
    #menu-item-6455 > a:hover,
    #menu-item-6455.current-menu-item > a,
    #menu-item-6455.current_page_item > a,
    #menu-item-6455.active-parent-item > a,
    #menu-item-6455.active-ancestor-item > a {
    background:url(http://interpeople.co.kr/wp/wp-content/uploads/2013/09/logo_menu_mini_color.png) no-repeat top; display:block;
    }
    /*————————————————————————————*/

    /*mainmenu–EN———————————————————————————————*/
    .main_menu ul:first-child > li > a {
    display:block;
    background:url(http://interpeople.co.kr/wp/wp-content/uploads/2013/09/logo_menu_bg_grey.png) no-repeat top;
    }

    /*PolliMolli*/
    #menu-item-5729 > a:hover,
    #menu-item-5729.current-menu-item > a,
    #menu-item-5729.current_page_item > a,
    #menu-item-5729.active-parent-item > a,
    #menu-item-5729.active-ancestor-item > a {
    background:url(http://interpeople.co.kr/wp/wp-content/uploads/2013/09/logo_menu_pollimolli_blue.png) no-repeat top; display:block;
    }

    /*zflex*/
    #menu-item-5741 > a:hover,
    #menu-item-5741.current-menu-item > a,
    #menu-item-5741.current_page_item > a,
    #menu-item-5741.active-parent-item > a,
    #menu-item-5741.active-ancestor-item > a {
    background:url(http://interpeople.co.kr/wp/wp-content/uploads/2013/10/logo_menu_zflex_black.png) no-repeat top; display:block;
    }

    /*MINI*/
    #menu-item-5745 > a:hover,
    #menu-item-5745.current-menu-item > a,
    #menu-item-5745.current_page_item > a,
    #menu-item-5745.active-parent-item > a,
    #menu-item-5745.active-ancestor-item > a {
    background:url(http://interpeople.co.kr/wp/wp-content/uploads/2013/09/logo_menu_mini_color.png) no-repeat top; display:block;
    }
    /*————————————————————————————*/

    /*메인메뉴의 드롭다운메뉴 폰트*/
    .header_color .main_menu .menu ul li a {
    color:#555555 ;
    }

    /*메인메뉴의 폴리몰리 빈백컬렉션 sub-menu 안보이게_한국어*/
    #menu-item-6461 .sub-menu {
    display:none !important;
    }

    /*메인메뉴의 폴리몰리 빈백컬렉션 sub-menu 안보이게_영어*/
    #menu-item-6573 .sub-menu {
    display:none !important;
    }

    /*월별찾아보기*/
    #top select {
    font-size:11px !important;
    line-height:15px !important;
    }

    /*사이드보더*/
    .content {
    border-color: #e1e1e1;
    }

    /*게시물페이지 메타이미지 안보이게*/
    .template-single-blog .blog-meta {
    display: none;
    }
    .big-preview.single-big {
    display: none;
    }

    /*사이드바 폭 조정*/
    .inner_sidebar {
    margin-left: 30px;
    }
    .content .entry-content-wrapper {
    padding-right: 30px;
    }

    #facebook-like-box-2 {
    margin-left: -10px;
    }
    #facebook-like-box-2 .fb_iframe_widget span {
    height: 627px !important;
    width: 232px !important;
    }
    #facebook-like-box-2 .fb_iframe_widget iframe {
    height: 627px !important;
    width: 232px !important;
    }
    #facebook-like-box-3 {
    margin-left: -10px;
    }
    #facebook-like-box-3 .fb_iframe_widget span {
    height: 627px !important;
    width: 232px !important;
    }
    #facebook-like-box-3 .fb_iframe_widget iframe {
    height: 627px !important;
    width: 232px !important;
    }

    /*소식골라보기*/
    #categories-2 {
    font-size: 12px;
    }

    /*회사소개*/
    .page-id-1195 .av-special-heading {
    margin-top:10px;
    }
    .page-id-1195 .togglecontainer {
    margin-top:10px;
    }

    /*회사소개 en*/
    .page-id-5236 .av-special-heading {
    margin-top:10px;
    }
    .page-id-5236 .togglecontainer {
    margin-top:10px;
    }
    .page-id-5236 .togglecontainer pre {
    padding:0px;
    margin-bottom: 10px;
    }

    /*shop메뉴 안보이게 할 때 메뉴바 우측의 장바구니위젯도 안보이게*/
    .cart_dropdown {
    display:none;
    }

    /*Why폴리몰리 페이지 서브메뉴 제목*/
    .page-id-4588 .template-page .entry-content-wrapper h2 {
    text-transform: none;
    letter-spacing: -1px;
    }
    /*빈백컬렉션 신장안내 문자*/
    .iconbox .iconbox_content .iconbox_content_title {
    letter-spacing: 0px;
    text-transform: none;
    }

    /*포트폴리오 신장안내*/
    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
    text-transform: none;
    letter-spacing: -1px;
    }

    /*iconlist title*/
    .avia-icon-list .iconlist_title {
    text-transform: none;
    }

    /*contact en 입력란*/
    .page-id-5247 #top .input-text, #top input[type=”text”], #top input[type=”input”], #top input[type=”password”], #top input[type=”email”], #top input[type=”number”], #top input[type=”url”], #top input[type=”tel”], #top input[type=”search”], #top textarea, #top select {
    width:100%;
    }
    .page-id-5247 .av_two_third{
    background-color: whitesmoke;
    padding: 25px;
    }

    /*contact ko 입력란*/
    .page-id-2641 #top .input-text, #top input[type=”text”], #top input[type=”input”], #top input[type=”password”], #top input[type=”email”], #top input[type=”number”], #top input[type=”url”], #top input[type=”tel”], #top input[type=”search”], #top textarea, #top select {
    width:100%;
    }
    .page-id-2641 .av_two_third{
    background-color: whitesmoke;
    padding: 25px;
    }

    /*filling 페이지에서 비교테이블 편집페이지 디버그 코드에서 avia-heading-row 클래스를 epp와 eps로 수정후*/
    .main_color .pricing-table li.epp {
    background-color: #eb008b;
    color: white;
    font-weight: 800;
    font-size: 13pt;
    }
    .main_color .pricing-table li.eps {
    background-color: #999999;
    color: white;
    font-weight: 800;
    font-size: 13pt;
    }
    .main_color .pricing-table li.epp-1 {
    background-color: #eb008b;
    color: white;
    font-weight: normal;
    font-size: 11pt;
    }
    .main_color .pricing-table li.eps-1 {
    background-color: #999999;
    color: white;
    font-weight: normal;
    font-size: 11pt;
    }
    /*——————————————————————————————-*/

    #195163

    The white space between the Layer Slider and the body text: “JP PC was founded… etc.,” Can I decrease that by 1/2?

    Also, do you have any idea what might be going on with my Layer Slider? It looks good in the preview – three lines of blue text with an orange border comes out as orange overlapping text with only a top orange border. Grr… Here is what I coded:

    Text:

    <p style="text-align: center;">   Outsourced <br>General<br>Counsel<br>
    </p>
    Border:
    2px solid#ff7700
    #195146

    Hey ideenstart!

    I’ve included Dude and Kriesi on the topic. For the meantime if you have access on the database, you can edit the wp_layerslider table then go to the slide that you want to rename.

    Best regards,
    Ismael

    #195133

    Hi!

    Please add this on your custom.css or Quick CSS to move the phone number:

    .sub_menu {
    position: absolute;
    top: 75px;
    right: 75px;
    }

    Regards,
    Ismael

    #195119

    i am having trouble with an HTML responder.

    when i send the HTML from the contact form – the email has huge spacing issues…
    big gap at the top and all the way through.

    if i test the HTML file by previewing in browser & sending it there are none of those issues so it’s definitely coming from the theme.

    any ideas?

    #195107

    Hi Yigit,

    Thank you, this did show the bar at the top, but the phone number was the only thing in the bar. I would like to put it in the white space to the left of the social icons (between logo and social). Any suggestions on what I can do to put the phone there?

    Thanks!

    #195090

    Ah ha sorted, it was a SEO setting in Simple press :)

    Matt

    #195088
    moggiex
    Participant

    Hi,

    If you go here http://understandinge.com/ and then click on “Forums” at the top which takes you to the forums (funny that :) ) then top menu is now missing the “Forum” link from the top menu.

    Any ideas why this is happening?

    Kind regards,

    Matt

    • This topic was modified 12 years, 3 months ago by moggiex.
    #195079

    Hello Ismael

    Thanks for your help with this, it’s much appreciated.

    So far I’ve added the 2 pieces of CSS outlined above and am happy with the result, so thanks for that.

    Working Progress:
    http://www.jelfon.com/nr1/

    There is one more issue that I did outline originally, see my first post, but I’m now outlining the issue in more details below:

    … and reduce the default spacing from the current 50px to 25px

    I’ve just spent ages trying to figure this out, and although I was getting very close by making various further CSS customizations, things weren’t quite working correctly still especially in responsive modes, so I’d appreciate a bit more help with this aspect.

    As far as I can tell all content is indented by approx 50px (sides and top) at the moment and I’d like to be able to adjust this to either 30px or 25px.

    Below should be an image illustrating with blue boxes the spacing elements that are currently approx 50px, I’d like to be able to change these to 30px or 25px to tighten it all up a bit design wise.

    spacing issue

    Thanks again
    Joe

    • This reply was modified 12 years, 3 months ago by joerainbow.
    #195067

    In reply to: Slideshow deactivate?

    This reply has been marked as private.
    #195060

    Hey Voxmoney!

    This is not possible because the rating code should be included within the <?php while (have_posts()) : the_post(); ?> code. You can only move the rating position using this on Quick CSS:

    .post-ratings {
    position: absolute;
    top: -30px;
    right: 0;
    }

    This will move it at the top of the featured images if you have one.

    Cheers!
    Ismael

    #195048

    In reply to: navigation

    Hey!

    You can do something like this. Edit the menu item then change the “Navigation Label” to something like this:

    Print/Scan <span class="menu-second-line">Oplossing</span>

    Add this on your custom.css or Quick CSS:

    .menu-second-line {
    clear: both;
    display: block;
    position: relative;
    top: -70px;
    }

    Cheers!
    Ismael

    #195038

    Hi joerainbow!

    1.) You can add this on your custom.css or Quick CSS:

    /* #Desktop - Large
    ================================================== */@media only screen and (min-width: 1140px) {
      .responsive .boxed#top {
        width: 960px;
      }
      .responsive .container {
        width: 860px;
      }
      .responsive .container .one.unit,
      .responsive .container .one.units {
        width: 20px;
      }
      .responsive .container .two.units {
        width: 30px;
      }
      .responsive .container .three.units {
        width: 120px;
      }
      .responsive .container .four.units {
        width: 210px;
      }
      .responsive .container .five.units {
        width: 300px;
      }
      .responsive .container .six.units {
        width: 390px;
      }
      .responsive .container .seven.units {
        width: 480px;
      }
      .responsive .container .eight.units {
        width: 570px;
      }
      .responsive .container .nine.units {
        width: 660px;
      }
      .responsive .container .ten.units {
        width: 750px;
      }
      .responsive .container .eleven.units {
        width: 840px;
      }
      .responsive .container .twelve.units {
        width: 930px;
      }
      .responsive #top.boxed .stretch_full {
        width: 960px;
      }
      .responsive #top .offset-by-one {
        padding-left: 90px;
      }
      .responsive #top .offset-by-two {
        padding-left: 180px;
      }
      .responsive #top .offset-by-three {
        padding-left: 270px;
      }
      .responsive #top .offset-by-four {
        padding-left: 360px;
      }
      .responsive #top .offset-by-five {
        padding-left: 450px;
      }
      .responsive #top .offset-by-six {
        padding-left: 540px;
      }
      .responsive #top .offset-by-seven {
        padding-left: 630px;
      }
      .responsive #top .offset-by-eight {
        padding-left: 720px;
      }
      .responsive #top .offset-by-nine {
        padding-left: 810px;
      }
      .responsive #top .offset-by-ten {
        padding-left: 900px;
      }
      .responsive #top .offset-by-eleven {
        padding-left: 990px;
      }
    }

    2.) Please use this:

    @media only screen and (max-width: 767px) {
    .responsive.social_header .phone-info {
    position: relative;
    top: 5px;
    }
    }

    Best regards,
    Ismael

    #195016

    In reply to: Layer Slider Errors

    This reply has been marked as private.
    #195004

    Hi piotrpozniak!

    Please refer to Peter’s post here https://kriesi.at/support/topic/new-custom-font/#post-121900

    Regards,
    Yigit

    #195000

    In reply to: Two questions

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired

    .home .content { padding-top: 5px; }

    Cheers!
    Yigit

    #194999

    Hi derek62!

    Please refer to Kriesi’s post here https://kriesi.at/support/topic/icons-still-not-working-in-firefox-and-ie/#post-173204

    Regards,
    Yigit

    #194993

    Hi anab!

    Can you elaborate? You can add Social media icons in Enfold theme options under Header tab http://i.imgur.com/E8GTrYE.jpg
    and you can see recommended plugins list for Enfold here https://kriesi.at/support/topic/recommended-plugins-last-update-04-09-2013/

    Cheers!
    Yigit

    #194988

    In reply to: Two questions

    Hi topergarden!

    Can you post the link to your website so we can inspect elements and provide you more accurate custom CSS code?

    Best regards,
    Yigit

    #194962

    Josué, incorporé este codigo en el Quick CSS

    body {
    margin-top: -27px;
    }

    Y soluciona lo del margen superior, pero la parte de abajo sigue haciendo scroll…

    Además, modifica el margen en todas las páginas del sitio.

    2 Preguntas:
    1. Cómo hago para que aplique el CSS sólo al Home?
    2. Cómo elimino el margen inferior?

    Gracias!!

    #194948

    Topic: Layer Slider Errors

    in forum Enfold
    zendao
    Participant

    So I bought the theme an asked a coder to modify it since I dont code. The website was fine. A couple days ago I started deleting the unused demo content that was being indexed by google and adding tracking and google+ authorship codes. I also asked the coder to fix some things on the website but now I’ve noticed that the Layerslider is not working and even the configuration panel on WP looks odd. The contact form isn’t working properly and the back to top button is gone. The coder says he didn’t touch anything so maybe I messed up, I’m not sure.

    I just need someone who can look at the source code of the home page and tell me what is going wrong with the code and why those thing s aren’t working. Thanks!

    #194944

    In reply to: Table styling

    This reply has been marked as private.
Viewing 30 results - 136,561 through 136,590 (of 142,852 total)