Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #337065

    My Custom CSS contains the following:
    Am I missing something?
    #top .av-main-nav ul a {
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    line-height: 10px;
    padding: 8px 15px;
    font-size: 12px;
    min-height: 23px;
    max-width: none;
    text-decoration: none;
    }

    <div class=”gm-style-iw” style=”left: 12px; top: 5px; width: 228px; height: 158px; overflow: auto; position: absolute;”><div style=”overflow: auto;”>

    h2.avia-caption-title { font-size: 24px !important; }
    .avia-caption-title { font-size: 20px !important; }
    .avia-caption-content { font-size: 26px !important; }

    #top #menu-item-search {
    display: none;
    }

    #after_layer_slider_1 {
    border-top: none!important;
    }
    #header_main {
    border-bottom: none!important;
    }

    div#full_slider_1 div.avia-slideshow-arrows.avia-slideshow-controls {
    display: none;
    }

    Thanks
    Rick

    #337069

    obviously there are other css class codes that are wanted..
    My attempt after reviewing the forum was to add the following of which had no effect:

    #after_layer_slider_1 {
    border-top: none!important;
    }
    #header_main {
    border-bottom: none!important;
    }

    Thanks

    #337393

    Hey!

    Please try adding following code to Quick CSS

    .home .content { padding-top: 0; }

    If that does not work, please post the link to your website

    Cheers!
    Yigit

    #337498

    No Effect… even tried adding !important

    Frustrated Rick

    #337701
    This reply has been marked as private.
    #338097

    Hey!

    Looks like you added a top margin on the layer slider image. Please check. If that doesn’t work, use this:

    .ls-slide.ls-animating img {
    margin-top: 0 !important;
    }

    Cheers!
    Ismael

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