Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Responsive table – not listing correct row-style #1284553

    If there is not a better solution to my problem you can close the thread. Did the worksround with two tables 👍🏻

    in reply to: Responsive table – not listing correct row-style #1284462

    Thank you so much guenni,

    I`ll do that then :-)

    Regards

    Stig

    in reply to: Responsive table – not listing correct row-style #1284358

    Working desktop version:
    https://www.dropbox.com/s/vvoyqx55736yrpy/Normal%20view.png?dl=1Working desktop version

    Mobile – First row as it should be viewed:
    First row working

    Mobile – Second row not working as it should – All headings in a row and the content uses the headings from the first row.
    Second row not working

    • This reply was modified 3 years, 8 months ago by stigrs87.
    in reply to: Team member name Font-size not working on mobile browser #1276266

    Hi Victoria, could you look throught my custom css and see if you can spot something?

    @media only screen and (max-width: 760px) { 
    
    .avia-team-member  .team-member-job-title {
           font-size: 11px !important;
    }
    
     .avia-team-member .team-member-name {
        font-size: 15px !important;
    }}
    
    .avia-content-slider .slide-entry-title {
        font-size: 14px!important;
    }
    .html_elegant-blog .av-vertical-delimiter { display: none !important; }
    
    .html_elegant-blog #top .post-entry .post-title, .html_elegant-blog .avia-content-slider .slide-entry-title {
        text-transform: none;
    }
    
    /*Team member text center*/
    .avia-team-member {
    text-align: center;
    }
    
    /*Farger på tab - listing av utstyr*/
    div .main_color .tabcontainer .active_tab {
    	background-color: #eb5a14; 
    	color: #ffffff !important;
    	outline: none !important;
    }
    .tabcontainer .tab {
        outline: none !important;
        color: #707070 !important;
        font-size: 13px !important;
        font-weight: 1000; !important;
    
    }
    
    /*Fjerne dato i masonry*/
    span.av-masonry-date {
    display: none!important;
    }
    
    /*Sentrere logo i midten vertikalt*/
    .header_color img {
    	margin-top: 5%;
            margin-bottom: 5px;
    }
    
    #header.header_color.header-scrolled img {
    	margin-top: 0px;
    }
    /*Farge på bakgrunn tabs*/
    .av-tab-section-inner-container {
      background-color: #ffffff  !important;
    }
    /*Farge på pil i tabs*/
    .av-tab-arrow-container span {
    background-color: #eb743d !important;
    }
    
    /*Logo på mobil størrelse*/
    @media only screen and (max-width: 1016px) {
    .responsive #top #wrap_all .logo a img {
        max-width: 90%;
    }
    }
    
    #layer_slider_2.avia-shadow {
    padding-bottom: 0px;
        padding-top: 2px;
    }
    
    /*Skifte bakgrunn teammember*/
    .avia-team-member .team-social {
        background: transparent;
        border: none;
    }
    
    /*Container width på referanser */
    .page-id-2074 .container {
    max-width: 1600px;
    }
    
    /*----------------------------------------
    // CSS
    // Toggle Columns
    //--------------------------------------*/
    
    @media only screen and (max-width:767px) {
     .page-id-74 .av_one_fifth  {
    width:32%!important;
    clear: none !important;
    float: left;
    min-height: 250px;
    margin-left:1%!important;
    height: 260px;
    }
    }
    
    #top .avia-table td, #top .avia-table tr, #top .avia-table th, #top .avia-table tr th:first-child, #top .avia-table tr td:first-child {
    border-left: none !important;
    border-right: none !important;
    }
    
    /*
    //Sentrere bilder i galleri
    */
    
    #top div .avia-gallery img {
        left: 50%;
        float: none;
        position: relative;
        display: block;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    
    #top .avia-gallery .avia-gallery-thumb a {
        position: relative;
    }
    
    /*Tabs meny på mobiler*/
    @media only screen and (max-width: 760px) { 
    .av-layout-tab-inner .one_sixth #attachment_5233.wp-caption {
    	width: 100% !important; 
    }
    .av-tab-section-inner-container {
        width: 500vw;
        justify-content: space-between;
        display: flex !important; 
    }
    
    .av-tab-section-outer-container:after {
        content: '\e879';
        font-family: 'entypo-fontello';
        font-size: 50px;
        position: absolute;
        top: 50px;
        z-index: 1000;
        right: 1px;
    }
    /*Fjernet venstre pil*/
    /*
    .av-tab-section-outer-container:before {
        content: '\e878';
        font-family: 'entypo-fontello';
        font-size: 50px;
        position: absolute;
        top: 50px;
        z-index: 1000;
        left: 1px;
    }
    */
    }
    
    /*
    // Animere tabs menyer
    */
    .tab_content {
        opacity: 0;
        -webkit-transition: opacity 0.3s linear;
        -moz-transition: opacity 0.3s linear;
        transition: opacity 0.3s linear;
    }
    .tab_content.active_tab_content {
        opacity: 1;
    }
    
    /*
    // Masonry på Salg/Produktleverandører - Størrelse på bilder
    */
    @media only screen and (min-width: 767px) {
       .responsive.html_stretched #masonry_forhandlere .av-masonry-entry{
       width:11% !important;
       padding-left: 10px !important;
       }
     }
    in reply to: Team member name Font-size not working on mobile browser #1276019

    Putting the code at the very top worked 👍🏻 Thank you!

    in reply to: Modify search results page layout #1274092

    I`ve added the relevanssi plugin. But it only searches through posts and not my pages. Does that have something to do with the code you wrote there?
    e.g If they search for a name, I want it to fint the contact under Kontakt -> Medarbeidere.

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