Viewing 30 results - 14,371 through 14,400 (of 18,733 total)
  • Author
    Search Results
  • #406736

    Hi Rikard!

    Problem is, it is correct on SAFARI and GOOGLE on desktop. 3 colums are in one row and they get smaller if the screen gets smaller, and then they show under each other if it gets under 400 px – thats OK

    ON FIREFOX and IE the 3 colums stack and dont show different – the ycolumns are cutted ….

    On iPhone and iPad and smart it is OK!

    Just ON DESKTOPS under 1000 px width …. on IE and Firefox

    Thx

    http://www.webonly.at/subdomains/aumann/wp-content/uploads/probs-safari-moz.JPG
    http://www.webonly.at/subdomains/aumann/wp-content/uploads/probs-columns.JPG

    here is the CSS i have in the Quick CSS:

    div .slideshow_caption h2 {text-transform: none !important;}
    h1, h2, h3, h4, h5, h6 {font-weight: 200;}
    .avia-caption-title {color: #ffffff !important;}

    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {letter-spacing: -0.2px !important; text-transform: none !important; line-height:1.25em;}

    #top .av_header_transparency.av_alternate_logo_active .logo a > img {opacity: 100;}

    .container_wrap { border: none !important;}

    /*.inner-container {margin-top: -10px;}
    header {padding-bottom:10px;}*/

    #scroll-top-link {right: 0px !important;}

    .flex_column.av_one_third {padding: 10px;
    background-image: url(http://webonly.at/subdomains/aumann/wp-content/themes/enfold/images/black70.png);
    background-repeat: repeat;
    -moz-border-radius: 10px;
    -ms-webkit-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;}

    .av-catalogue-container{padding: 20px;background-image: url(http://webonly.at/subdomains/aumann/wp-content/themes/enfold/images/white70.png);
    background-repeat: repeat;
    -moz-border-radius: 10px;
    -ms-webkit-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    }

    .caption_bottom .slideshow_caption .slideshow_inner_caption .slideshow_align_caption {text-align: center !important;}

    .slideshow_caption {padding-left: 0px !important;}

    .main_color .av-catalogue-content {color:#000 !important;}
    .av-catalogue-list > li, .av-catalogue-list {border:none;}

    #advanced_menu_toggle, #advanced_menu_hide {border:none; font-size: 50px; margin-top: -25px; color: #fff !important; }

    @media only screen and (max-width: 990px) { #wrap_all {position: relative !important;}}

    @media only screen and (max-width: 767px) {.responsive #top #wrap_all #header { position: fixed; }
    .responsive #top #main { padding-top: 80px!important; }}

    @media only screen and (max-width: 959px) { h4.av-special-heading-tag, h2.av-special-heading-tag {font-size: 18px !important;}
    .caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title {width:95%;}
    }

    @media only screen and (max-width: 959px) { .avia_iconbox_title {font-size: 14px !important;}
    }

    #406734
    This reply has been marked as private.
    #406633
    dhuet
    Participant

    What is the updated css change need with Enfold latest release to increase the size of the Title, as well as increase the margin and the opn and close icons knowing that the icons are CSS based and not graphic. Ala the colors

    I found this but it seems outdated.

    .toggle_icon {
    position: absolute;
    width: 15px;
    height: 15px;
    border-style: solid;
    border-width: 1px;
    top: 25px;
    left: 10px;
    }

    .js_active .toggler {
    font-size: 50px Important;
    padding: 35px 3px 35px 35px;
    }

    #406587

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .sidebar .textwidget {
      font-size: 16px;
    }

    Cheers!
    Yigit

    #406576

    In reply to: Footers

    Hi!

    Yes, you can wrap your text inside a div with a class as following

    <div class="your-custom-class">Your text here</div>

    and then add following code to Quick CSS in Enfold theme options under General Styling tab

    .your-custom-class { font-size: 16px; color: red; }

    Best regards,
    Yigit

    #406516

    Hey!

    Your talking about the “Celebrate” text in the slider correct? Try adding this to your custom CSS.

    @media only screen and (min-width: 768px) and (max-width: 959px) {
    .avia-caption-title { font-size: 100px !important; }
    }}

    Cheers!
    Elliott

    #406469

    Hi!

    To target the page titles use the following and add your settings:

    
    .title_container .main-title a {
        font-size: 25px !important;
    }
    

    Regards,
    Günter

    Hi Geoff!

    Thank you for coming back.

    Not really. You have to inspect the hierarchie of classes to the element you need (e.g. using FireBug).

    This differs from element to element.

    This will work:

    
    .avia-promocontent p {
        font-size: 25px !important;
    }
    

    You should add !important to all changes you make in custom.css or QuickCSS to ensure, that it overwrites other settings.

    Regards,
    Günter

    deadpeasant
    Participant

    Every time I try a new avia element, I cannot customize it. Is there a general syntax for this?
    This works for a text block:

    .avia_textblock.awesome-textblock p {
    font-size: 30px;
    padding: 0px;
    line-height:90%;
    font-family: Bitter;
    }

    But this does NOT work for a promo box:

    .avia_promobox.awesome-promobox p {
    font-size: 30px;
    padding: 0px;
    line-height:90%;
    font-family: Bitter;
    }

    Confused.

    #406388
    This reply has been marked as private.
    #406340

    Hi!

    Sorry, my initial code was wrong, please try the following instead:

    @media only screen and (max-width: 767px) {
    h1.av-special-heading-tag{
    font-size: 30px !important;
    }
    h2.av-special-heading-tag{
    font-size: 24px !important;
    }
    }

    Edit the 30 or 24 for a larger or smaller values for a larger or smaller font. Also, make sure to empty your browser cache and reload a few times after pasting the code.

    Cheers!
    Rikard

    • This reply was modified 11 years ago by Rikard.
    #406288

    Hi!

    There’s a missing bracket in the media queries:

    @media only screen and (max-width: 500px) {
    .layer-slider-caption {
    font-size: 20px !important;
    line-height: 35px !important;
    }
    .layer-slider-title {
    font-size: 30px !important;
    line-height: 30px !important;
    }
    .layer-slider-head {
    font-size: 20px !important;
    line-height: 20px !important;
    }
    }

    Also, 20px is still big for the caption.

    Best regards,
    Ismael

    #406232

    Hi Harry!

    Please try the following in your Quick CSS for the h4 header:

    @media only screen and (max-width: 959px) {
    h4.av-special-heading-tag{
    font-size: 28px !important;
    }
    }

    Not sure I understand exactly what do you want to do with the 3 columns? Display them side by side on all screens or only desktop? Please elaborate a bit.

    Regards,
    Rikard

    #406222

    Hey!

    The special heading size setting isn’t working because the inline styling is not directly applied to the heading tag. The plugin’s stylesheet overrides the special heading size. Change the heading size via Quick CSS:

    .av-special-heading h2 {
    font-size: 30px !important;
    }

    Change h2 to the heading tag set under Heading Type. You might need to enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Best regards,
    Ismael

    #406200

    Hey!

    What if you just remove the testimonial controls then decrease the font size a bit? Try to replace our suggestions with this:

    @media only screen and (max-width: 767px) {
    #top .av-large-testimonial-slider .avia-testimonial-content {
    font-size: 1em;
    }
    
    #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
    padding: 0px 20%;
    }
    
    #top .av-large-testimonial-slider .avia-slideshow-arrows a {
    font-size: 25px;
    }
    
    .avia-slideshow-arrows.avia-slideshow-controls {
    display: none;
    }
    }

    Regards,
    Ismael

    #406108

    Hi dsmcpherson!

    Try this instead.

    .main_content h1, .main-content h1, .alternate_content h1, .alternate-content h1 {
    font-size: 34px !important;
    line-height: 1.1em !important;
    margin-bottom: 14px !important;
    }

    Or you could use our special heading element and change the size in the shortcode options.

    Best regards,
    Elliott

    • This reply was modified 11 years ago by Elliott.
    #406078
    This reply has been marked as private.
    #406046
    dsmcpherson
    Participant

    Recently I was looking for help changing the size of my H1 text size. I was told to paste the following into the Quick css field;

    h1 {
    font-size: 34px !important;
    line-height: 1.1em !important;
    margin-bottom: 14px !important;
    }

    Which I did on the general tab. This changed the H1 size everywhere on the site. I was not aware a H1 tag is used for the page title bar…it looks weird big.

    If I just want to change the H1 text size inside the content area (main and alternate) would I just paste this CSS into the quick css field on the Main Content and Alternate Content tabs?

    Thanks,
    DSM

    Hi Enffie!

    Remove the width CSS you have set on the paragraph.

    <p style="font-size: 15pt; font-family: calibri; line-height: 1.2; width: 620px; text-align: justify;">
    

    Or at least change it to max-width.

    Best regards,
    Elliott

    #405807
    jjdenmark
    Participant

    Hi, I have a custom list with images insted af the normal circles.

    I have tried several different css fixes, but cant find the right one to get more RIGHT margin from the bullets to the text in the liste.

    I m using this to style my list:

    .list1 {font-family: Verdana, Geneva, sans-serif !important;
    padding-left: 30px !important;
    font-size: 15px !important;
    font-style: normal;
    color: #000;
    list-style-image: url(/wp-content/uploads/2015/03/plus_icon5.jpg) !important;
    }

    Now it dosent help to incert Margin: 0 20px 0 0;

    Can you help me here?

    Okay…I’ve created a new CSS class called homepage-title

    .homepage-title h2 {
    font-size: 48px !important;
    text-align:center;
    text-shadow:1px 1px 2px rgba(0,0,0,0.6);
    }

    works perfectly. Thank you.

    sl

    #405742

    Topic: Top menu

    in forum Enfold
    Boktryck
    Participant

    How to get this content in top menu:
    [av_font_icon icon='ue82e' font='entypo-fontello' style='border' caption='Lämna material' link='page,3313' linktarget='' size='30' position='left' color=''][/av_font_icon ][av_font_icon icon='ue805' font='entypo-fontello' style='border' caption='Kontakta oss' link='page,3333' linktarget='' size='30' position='left' color=''][/av_font_icon] [av_font_icon icon='ue80a' font='entypo-fontello' style='border' caption='Kundlogin' link='manually,http://bok-tryck.haikomhosting.com/' linktarget='' size='30' position='left' color=''][/av_font_icon]

    see page http://www.hangetiketter.se , only two icons is showing

    How to make all three showing?

    #405696

    No not the font size. The border of the box goes bold when I click in side the box. I want to stop that.

    Thank you

    #405663

    Hi!

    Yes, that is possible. Use this:

    @media only screen and (max-width: 767px) {
    .responsive #top .slideshow_caption h2 {
    font-size: 15px !important;
    }}

    Best regards,
    Ismael

    #405625

    Hey!

    Alright. I missed it because the border is missing. That is actually the default behavior of the tab element for mobile device. Add this to the Quick CSS field to disable the full width tab title container:

    @media only screen and (max-width: 767px) {
    .responsive .tabcontainer .tab {
    cursor: pointer;
    margin: 0 -1px 0 0;
    display: block;
    float: left;
    z-index: 2;
    position: relative;
    padding: 12px 16px;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    top: 1px;
    font-size: 11px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-style: solid;
    border-width: 1px;
    width: auto;
    }
    
    .responsive .top_tab .tab.fullsize-tab {
    margin-bottom: 0px;
    display: none;
    }
    
    .responsive .tabcontainer .tab_titles {
    display: block;
    }}

    You might encounter issues when you have more than 4 tabs.

    Cheers!
    Ismael

    #405607

    Hi!

    Please try the following in your Quick CSS:

    @media only screen and (max-width: 767px) {
    h1.av-special-heading-tag{
    font-size: 30px !important
    }
    h2.av-special-heading-tag{
    font-size: 24px !important
    }
    }

    Regards,
    Rikard

    • This reply was modified 11 years ago by Rikard.
    #405604

    Hi!

    Did you create a contact form using the plugin? Let us know if the messages are not sent when using the plugin’s contact form.

    Add this to the Quick CSS field to adjust the padding and font size of the menu items for smaller screens:

    @media only screen and (max-width: 767px) {
    .av-main-nav > li > a {
    padding: 0 9px;
    font-size: 12px;
    }}

    You can also decrease the number of menu items on the main menu then create a secondary menu. Set it as Enfold Secondary Menu. Enable it on Enfold > Header > Extra Elements > Header Secondary Menu.

    Regards,
    Ismael

    #405602

    Hi!

    It should be:

    #top .offline_maps .avia-button-fullwidth .av-button-description { font-size: 12px; }
    

    Regards,
    Ismael

    #405564

    In reply to: Relocate page-title

    Hey!

    Please try the following in your Quick CSS:

    .entry-content p{
    font-size:120% !important;
    font-weight:bold !important;
    color:#840072 !important;
    }

    Best regards,
    Rikard

    #405555

    Hi!

    Please try the following in your Quick CSS:

    #top input[type="email"]{
    font-size: 11px !important;
    }

    Best regards,
    Rikard

Viewing 30 results - 14,371 through 14,400 (of 18,733 total)