Forum Replies Created

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • in reply to: Center contact form button and make it responsive #905898

    I am trying to center the contact form submit button, but it just shows up right justified.

    in reply to: Center contact form button and make it responsive #905892

    I tried this code and it isn’t working for me. See URL below. Please advise. Thank you!

    in reply to: Two buttons in-line in same column in enfold #805608

    I’m having a similar issue and I used this:
    <div class=”centered-buttons”>
    [av_button label='Click me' link='manually,http://' link_target='' size='small' position='center' icon_select='yes' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' custom_class=''][av_button label='Click me' link='manually,http://' link_target='' size='small' position='center' icon_select='yes' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' custom_class='']
    </div>
    And add this to Quick CSS:

    .centered-buttons .avia-button-wrap {
    display: inline-block;
    margin: 0 5px;
    }
    .centered-buttons{
    text-align: center;
    }

    and it worked perfect! except now, EVERY centered button that’s on it’s own is aligned to the left – is there a way to just have the two buttons lined up using this code and it not effect the other singular buttons?

    in reply to: Content slider arrows not showing on mobile #797830

    I used your code to help with website but now the dots are appearing vertical on mobile – is there a way for it to appear horizontal dots?

    in reply to: Partner/Logo Element – center columns #727655

    is that something I can put into the quick css?

    in reply to: Partner/Logo Element – center columns #727614

    Following up on this – trying to meet a deadline…any help would be appreciated.

    in reply to: Partner/Logo Element – center columns #727297

    It drops to numerous lines and doesn’t line up correctly if I go that route. :/ there’s no way to center the logos? especially if the bottom row is 6 vs the 7?

    in reply to: Full Length Color Background #625948

    worked beautifully – thank you!

    in reply to: Full Length Color Background #625933

    Thank Yigit – that worked great but now the type is going to the edge, any way to adjust that so there’s more a margin?

    in reply to: Fullscreen BG image "with" full-width color section #625098

    hmm I’m having the same issue! I want the container with the text to be full-width and I tried your code in quick css to see if it would do the trick and it didn’t. Any help would be greatly appreciated – see link below!

    in reply to: Google Maps not appearing #618606

    Silly me – Thank you!

    in reply to: Create Mobile Friendly Custom Background Image #601974

    Thanks for the response – yes I did use the color section element…? See link below – can I just add code to just make the image responsive?

    in reply to: Create Mobile Friendly Custom Background Image #599938

    Hmm I’m having the same issue but when I tried your code it wasn’t working for me.
    The image is perfect on the desktop but the top and sides get cut off on mobile – help!

    in reply to: Accordion Overlapping Text #560617

    Thank you Vinay!
    What if I wanted the bars to look colored so it’s more like a button?
    Thanks!

    in reply to: Accordion Overlapping Text #560070

    hmmm so I have this code in the quick css to solve the headers to line up with the accordion graphics on this page: Camp Sessions (link below)
    code: .togglecontainer .single_toggle:first-child .toggler, .togglecontainer .taglist + .single_toggle .toggler {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    }
    .main_color, .main_color .site-background, .main_color .first-quote, .main_color .related_image_wrap, .main_color .gravatar img .main_color .hr_content, .main_color .news-thumb, .main_color .post-format-icon, .main_color .ajax_controlls a, .main_color .tweet-text.avatar_no, .main_color .toggler, .main_color .toggler.activeTitle:hover, .main_color #js_sort_items, .main_color.inner-entry, .main_color .grid-entry-title, .main_color .related-format-icon, .grid-entry .main_color .avia-arrow, .main_color .avia-gallery-big, .main_color .avia-gallery-big, .main_color .avia-gallery img, .main_color .grid-content, .main_color .av-share-box ul, #top .main_color .av-related-style-full .related-format-icon, .main_color .related_posts.av-related-style-full a:hover, .main_color.avia-fullwidth-portfolio .pagination .current, .main_color.avia-fullwidth-portfolio .pagination a {
    background-color: #ffffff;
    color: #666666;
    }
    .js_active .toggler {
    padding: 9px 3px;
    }

    But I think it’s screwing up my testimonial page in the accordion testimonials, link below

    in reply to: Accordion Overlapping Text #560051

    Hi I’m having a similar issue except the plus signs are overlapping the title – would the same code work?

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