Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #224109

    Hi
    I update enfold theme in my web site, and i have some problem. I ad this code to custm css, to show portfolio item in 5 columns with white margine between them. If I’m logged I show the porfolio in a right way, but if I’m not logged I show portfolio with four columns without margin.

    `.avia-icon-list .iconlist_title { font-size: 14px; }
    .main_color .iconlist_content { font-size: 11px; line-height:12px;}
    .avia-icon-list li { padding: 0 0 4px 0; }

    .avia-icon-list .iconlist_icon{height:40px; width:25px; line-height: 30px; font-size: 15px; text-align: center; border-radius: 250px; position: relative; float:left; margin-right:15px; margin-left:1px; z-index: 5; border-style:solid; border-width:1px; color:#fff;}

    #header_meta { display: none!important; }

    .js_active .tab {
    font-size: 110%;
    background-color:#FFF;
    }

    .title_container{
    background-color:#dedcdb;
    }

    #top div .avia-gallery img {
    padding: 0;
    margin-top: 25px;
    padding-right: 8px;
    margin-bottom: 10px;
    border: none;
    }

    .grid-entry-title {
    font-size: 14px;
    color: #000!important;
    font-weight:bold;
    }

    .social_bookmarks .rss { display: none; }

    I try to disactive the plugin but the problem there is the same

    the site is
    http://www.caimorbegno.org

    #224112

    now I try to reload the older version, but if is possible to resolve the problem, I prefert to have a updated theme.

    Thanks

    #224285

    Hi!

    Can you please post a screenshot of what you’re trying to do? I don’t see any grid related css code above. Please add this on custom.css or Quick CSS to adjust the width of the 4 column grid container:

    .no_margin.av_one_fourth {
    width: 20%;
    padding: 3px;
    }

    Regards,
    Ismael

    #224861
    This reply has been marked as private.
    #224885

    Hi Ismael,
    another problem, with the update now I see a border line under the layer-slider, that wasn’t before.

    I have the same site (with old theme version) in local and whit the same css code in quick css I see this difference.

    screanshot old and new theme version

    #225332

    Hey!

    Try adding this code to the Quick CSS:

    .home .ls-wp-container{
        box-shadow: none !important;
    }
    .home .ls-wp-container{
        border: 0 !important;
    }

    Cheers!
    Josue

    #225388

    Hi Josue
    I add the code you suggest but the border line is still

    #225474

    Hey!

    Please use this to remove the border on the layer slider:

    .home #after_layer_slider_1 {
    border: none !important;
    }

    Best regards,
    Ismael

    #226091

    Thank Ismael, with your code add to Josue code the line finally disappear.

    Is it possible to have 5 columns instead of 4?

    #226222

    Hey!

    You can set in the element options popup:

    Cheers!
    Josue

    #226228

    Hi Josue, not in the blog grid but in the portfolio grid. I can choose until only 4 column, not 5.
    But with the code that Nick told me in this post https://kriesi.at/support/topic/portfolio-with-space-between-column/#post-119515, I see 5 columns, but with last update the columns still become 5.

    Thanks

    #226321

    Hi,

    Open /config-templatebuilder/avia-shortcodes/portfolio.php and look for line:

    /* __('5 Columns', 'avia_framework' )=>'5', */
    

    Replace it by this:

    __('5 Columns', 'avia_framework' )=>'5',
    

    Now you can select 5 columns in the portfolio grid.

    Regards,
    Josue

    #226329

    Great!!!!!
    Thank you very much!

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Visual Problem post last update’ is closed to new replies.