Viewing 30 results - 133,921 through 133,950 (of 142,765 total)
  • Author
    Search Results
  • #221507
    This reply has been marked as private.
    #221506

    Hi!

    Please use this:

    .avia-table tbody > tr.avia-heading-row th:nth-child(odd) {
    background: blue;
    }

    Cheers!
    Ismael

    #221503
    This reply has been marked as private.
    #221501
    This reply has been marked as private.
    #221500

    Hi Renegade!

    You can add this on custom.css or Quick CSS to move the caption towards the top:

    .slideshow_align_caption {
    top: -200px;
    }

    Regards,
    Ismael

    #221497

    Hi anab!

    You can use this to highlight the very top rows:

    .avia-table tbody > .avia-heading-row {
    background: red;
    }

    Best regards,
    Ismael

    #221486

    Hey!

    They do respond on my end. Note that on mobile devices the columns will be specified as full width and they will not stack side by side like they do on iPad or desktop view.

    Regards,
    Ismael

    #221481

    Hi!

    @Nenad: Thanks for chipping in. Appreciated. :)

    Best regards,
    Ismael

    #221478

    Hey!

    I checked the website and I guess you managed to prevent the logo from showing up. I also check the banner and it resizes properly on different screen sizes. Add this on Quick CSS to fix the mobile view:

    @media only screen and (max-width: 767px) {
      .bottom_nav_header.social_header #header_main .container {
    height: 40px;
    line-height: 40px;
    }
    }
    

    Best regards,
    Ismael

    #221461

    Hey!

    Try adding this code to the Quick CSS:

    #top .avia-smallarrow-slider .avia-slideshow-arrows {
        left: 0 !important;
        right: 0 !important;
        margin: 0 auto;
        display: block;
    }
    #top .avia-smallarrow-slider .avia-slideshow-arrows .prev-slide {
        left: -200px !important;
    }
    #top .avia-smallarrow-slider .avia-slideshow-arrows .next-slide {
        right: -150px !important;
    }
    .avia-slideshow-arrows a:before{
            background: #fd9192;
    }

    Cheers! 
    Josue

    #221449

    Hi Julien!

    Create two custom link in the Menu (both sites) and put them a class of .flag-x and .flag-z. after you done that reply back to this topic so we can try to add the flags with CSS, also provide us with the images you want to use as flags.

    Regards,
    Josue

    #221437

    Hey!

    Try adding this code to the Quick CSS:

    @media only screen and (max-width: 767px) {
    #top #main .single-product-main-image .sidebar, #top #main .single-product-main-image .inner_sidebar {
    display: none;
    }
    }

    Cheers!
    Josue

    #221435
    fgrippe
    Participant

    I have spent way too much time trying to insert a tall and thin image the size I want it next to some type that is on the right in a text block. I have resized the image countless times, but it is either really big or really small. The wordpress editor has no effect. I inspected the code, but there is no css that i can insert to stop this from happening. The image size will not change. I have tried multiple column sizes and different ways of putting an image next to text. Nothing.

    Utterly frustrating.

    Can you help with this?

    #221427

    Topic: Social Icons

    in forum Enfold
    fashiontribe
    Participant

    Hi
    i’d like to change the colors of the social icons or just replace the icons altogether, how do I do that, also I need to add an additional icon that isn’t supported if I could have instructions for this, that would be great. using the header with social icons and bottom. I would alos like to take out the top grey line. thanks

    #221419

    Hi Yigit,
    I would appreciate an early reponse.
    Cheers
    Mohan

    #221406

    Hello,
    Not sure if it’ll work in every case, but you can try following (and still preserve nice look during header scrolling):
    1. In Menu Item -> Navigation Label enter
    <span class=”menu_first_line”>Text-1</span><span class=”menu_second_line”>Text-2</span>
    2. in custom.css enter
    .menu_first_line {
    display: block;
    float: left;
    }
    .menu_second_line{
    display: block;
    float: left;
    margin-top: 15px;
    position: absolute;
    }

    #mobile-advanced .menu_first_line {
    float: none;
    display: inline;
    }

    #mobile-advanced .menu_second_line {
    display: inline;
    float: none;
    margin-left: 4px;
    margin-top: 0;
    position: relative;
    }

    #221391
    msh
    Participant

    Hi,
    trying to random-sort my 100+ masonry-galleries. I was searching for existing topics but still need help!

    #221384

    Hey!

    Try adding this code to the Quick CSS:

    .home .grid-sort-container.isotope.no_margin-container.with-title-container.grid-total-even.grid-col-4.grid-links-.isotope_activated {
        right: 20px;
    }
    

    Cheers! 
    Josue

    #221378
    anab
    Participant

    Hi it looks I can do one or the other but not both ??? can I pad each column so text is centered and header color highlighted?

    Look at PRICE TABLE LOT # http://elmiradorcr.com/pages/lots-for-sale/

    #221374

    Hey!

    Try adding this code to the Quick CSS:

    .header-scrolled .logo img{
        top: 0 !important;
    }
    .logo img {
        position: relative;
        top: 15px;
    }

    Cheers! 
    Josue

    #221372
    dbelen427
    Participant

    Here’s my URL http://www.true-affects.us/
    I am having trouble with the logo in the header. I want the logo to be centered vertically in the header rather than up at the top. I have tried adding padding to make this happen, but while setting padding to 20px makes it look centered, the logo shrinks too small and almost disappears when the page is scrolled. Reducing it to 10px helps with the scrolling, but it isn’t quite centered.

    Any suggestions on the best solution? I like the scrolling affect, but I don’t want the logo to shrink too small. I also want it to be centered. I appreciate your help

    #221365
    Renegade
    Participant

    Hi,

    I’d like to change the position of the captions for the full width easy slider so that they are positioned top left as opposed to centred left.

    I’ve tried searching the topic and found a few different replies to similar questions with css mods, but none of these have worked when I’ve tried them?

    I’m surprised a ‘top’ option isn’t available as there is a ‘bottom’ one?

    Any guidance would be appreciated.

    Thanks

    ribanezg
    Participant

    Hello Kriesi team,

    1) I would like to add the social icons Twitter, Google+, LinkedIn, RSS and Mail in the right of the top menu, like in the kriesi.at page. I have tested all header options but i can not find a similar one. Could you help me please?

    2) I would like to add the social icons Twitter, Google+, LinkedIn, RSS and Mail in the footer 1. I have test a similar code like this:

    https://kriesi.at/support/search/social+icon+widget/

    <ul class=”noLightbox social_bookmarks icon_count_5″><li class=”social_bookmarks_yelp social_icon_1″><li class=”social_bookmarks_twitter social_icon_2″><li class=”social_bookmarks_facebook social_icon_3″><li class=”social_bookmarks_youtube social_icon_4″><li class=”social_bookmarks_mail social_icon_5″>

    But only one icon is seen: :-(( What am i doing wrong?

    Thanks in advanced, Raúl Ibáñez.
    http://solucionestecnologicasparaempresas.com/

    • This topic was modified 12 years ago by ribanezg.
    #221341
    borkent
    Participant

    Hi All,

    I am working on a website and just noticed that the overlay of masonry items is displayed “asif” my laptop is a tablet or phone. However I am on a full hd touchscreen enabled laptop with a pointer.

    Does anybody know how I would fix this so that this doesnt happen? I have read a few things about peoples wishes to have a tap1: activate overlay, tap2: clickthrough to item. I think this would be the way to go for smartphones and tablets aswell.

    However the handling of a touchscreen enabled laptop in my opinion shouldnt be focused on the fact that it its touch enabled, I have a pointer :)

    I think it has something to do with the class .avia_desktop being called on non-touch devices.
    .avia_desktop.csstransforms3d .av-caption-on-hover .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content{... etc

    any help on this would be cool!

    thx,
    Thomas

    #221325

    Hey!

    Try adding this code to the Quick CSS:

    #menu-item-2491 a {
        color: white
    }
    #menu-item-2491 a:before {
        content: "";
        position: absolute;
        background: #f24e08;
        height: 27px;
        width: 75px;
        top: 39%;
        right: -10px;
        z-index: -1;
    }

    Cheers! 
    Josue

    #221318

    Hey!

    Try adding this code to the Quick CSS:

    .home .template-page.content.twelve.alpha.units {
        padding-top: 0;
    }

    Cheers! 
    Josue

    #221311

    Hey!

    Try adding this code to the Quick CSS:

    #top .main_menu .menu>li:last-child>a {
        padding-right: 13px !important;
    }

    Cheers! 
    Josue

    #221305

    In reply to: menu submenu position

    Hey!

    Try adding this code to the Quick CSS:

    .menu-item-mega-parent {
        top: 1px;
    }

    Cheers! 
    Josue

    #221282
    Kristofer Vildbird
    Participant

    Hi there helpful people :)
    I need some help. I can’t figure out how to get rid of the tiny line separating the color sections on my site?
    As it is right now I have put two similar colored sections on top of the site to show you what I mean. Between the two “blueish” sections there is a small white line. The sections do not float(?) together. Can you help me? Can I add something in the quick CSS?
    You an see the site here: http://vildbird.se.preview.binero.se/ny/
    Thankful for help.

    Kris.

Viewing 30 results - 133,921 through 133,950 (of 142,765 total)