Viewing 30 results - 6,181 through 6,210 (of 18,739 total)
  • Author
    Search Results
  • #1015659

    In reply to: woocommerce reviw form

    Hi,

    I added this code to the quick css field to fix the style

    
    
    #top .woocommerce-pagination .page-numbers li, #top  .woocommerce-pagination .page-numbers li a, #top  .woocommerce-pagination .page-numbers li span{
    display: inline;
    width: auto;
    margin-right: 10px;
    font-size: 18px;
    }
    

    Best regards,
    Peter

    Hi,

    I added this code to the quick css field to fix the style

    
    
    #top .woocommerce-pagination .page-numbers li, #top  .woocommerce-pagination .page-numbers li a, #top  .woocommerce-pagination .page-numbers li span{
    display: inline;
    width: auto;
    margin-right: 10px;
    font-size: 18px;
    }
    

    Best regards,
    Peter

    #1015192
    Chris
    Participant

    Dear Enfold Support Team!
    I have problems with my mega menu. It has 5 columns but it looks a bit unorganized:
    1. the ‘menu box’ is far too big while spread from left to right nearly over the whole page
    2. in accordance to the screen size, the first (left) column is like cut of because the menu window seems to be bigger than the screen width
    3. the space between the columns is hughe, I would like to have it more compact
    4. I also would like to have a little spacing between left border an column
    How can I fix these problems? I found some info in other tickets but it didn’t work for me.

    I have a little bit of custom css that might be part of the problem. Could you check that as well?

    /*Change
    Mega Menu Title from bold to initial and
    Mega Menu Title size and Sub Menu size and
    Mega Menu Text font size*/
    #top #header .mega_menu_title a {
    font-weight: initial;
    font-size: 18px;
    }
    #top #header .avia_mega_div > .sub-menu a {
    font-size: 14px;
    }
    #top #header .avia_mega_div > .sub-menu > li > ul li {
    font-size: 12px;
    }
    .home .logo { display: none!important; }

    .page-id-1195 #main {
    padding-top: 0!important;
    }
    Please, is there anyone out there who could help me as soon as possible?
    I will post the site details and login in the private content area.
    Thanks in advance!

    • This topic was modified 7 years, 6 months ago by Chris.
    #1015065

    .progressbar-title {
    position: relative;
    bottom: 0;
    left: 0;
    padding: 0;
    background: none;
    color: #ffffff;
    line-height: 1.7em;
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    }

    That solves the first one. Still can’t figure out space between each skill/bar.

    Also, one last question. trying to figure out quick css to globally slow down the fade-in animation for a more dramatic effect.

    Thanks everyone. I couldn’t have gotten the site to where it is without these forums.

    • This reply was modified 7 years, 6 months ago by neverstar.

    Well that is an enfold page – and that nice creator has no merging!
    so it is a bit easier to look what he had done.
    most of the rules are in his custom.css :

    /* SLIDER STYLES */
    .slideshow_caption{
    	width: 55%;
        padding: 50px 0 50px 50px;
    }
    
    .slideshow_inner_caption {
        width: 50%;
    }
    
    .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{
    	background: rgba(255, 255, 255, 1);
    	margin: 0;
    	padding: 20px 30px;
    	line-height: 22px;
    	text-align: left
    }
    .caption_framed .slideshow_caption .avia-caption-content p, .avia-caption .avia-caption-content p{
    	background: rgba(255, 255, 255, 0.9) !important;
    	font-size: 18px;
        width: 100%;
    }
    .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-title{
        width: 100%;
        font-size: 28px;
    	line-height: 32px;
    }
    .avia-slideshow-dots a{
    	border-radius: 0;
    	border: 1px solid #FFFFFF;
    	background: none;
    	margin: 0 2px;
    }
    #top .avia-slideshow-button{
    	border-radius: 0;
    	text-transform: none;
    	font-size: 14px;
    	font-weight: 400;
    }
    .caption_framed .slideshow_caption .avia-caption-content p, .avia-caption .avia-caption-content p {
        line-height: 24px
    }

    but i think the first rule you don’t need – the inner_caption makes it.

    see result here: https://webers-testseite.de/slideshow-with-captionstyling/

    #1014661

    HI,

    Thanks for the quick response.

    I refer to the back button, standard on mobile devices, or the browser’s back buton on desktops.
    Users usually close the modal using the physical back button of the cell phone and not the clicking on the screen.

    For example:

    <a href="https://vimeo.com/123456" rel="lightbox"><span style="font-size: 1.4em;">SHOW VIDEO</span></a>

    Will open a Lightbox with a video. But the user, especially of cell phones, tends to close it by clicking on the cell’s return button, and consequently ends up leaving the page where it was.

    I tried this little jQuery cheat, but it’s far from ideal.

    <!-- Button back Close popup--> 
    <script type="text/javascript"> jQuery(document).ready(function() {
    	if(window.history&&window.history.pushState) {
    		window.history.pushState(null, null, '');
    		jQuery(window).on('popstate', function() {
    			jQuery.magnificPopup.close()
    		}
    		)
    	}
    }
    ) 
    </script>

    Any suggestion?

    #1014623

    Hi,

    You can start a new thread here: https://kriesi.at/support/forum/enfold/#new-post

    Regarding the original question, you can add a description to the menu items and then use the following css codes to toggle the visibility of the subtext container.

    .avia-menu-subtext, #top .sub-menu .avia-menu-subtext {
        position: absolute;
        top: 0;
        font-size: 9px;
        display: block;
        left: 0;
    }

    It is hidden by default.

    Best regards,
    Ismael

    #1014603

    Hey HeadStudiosWeb,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .home .av-rotator-container-inner {
      font-size:20px !important;
    }
    }

    Best regards,
    Rikard

    #1014519

    Hi,
    To fix the “footer” in the code block on that page I enabled the element options for developers, Enfold Theme Options > Layout Builder > Show element options for developers, and added the class “tips-footer” to the code block, and then added this Quick CSS:

    @media only screen and (max-width: 767px) { 
    .tips-footer {
    margin-top:100px !important; 
    }
    .tips-footer span {
    font-size: 8px !important;
    }
    }

    I also adjusted the code above, Please clear your browser cache and check.

    Best regards,
    Mike

    #1014472

    HI Victoria,
    i deactivated alle plugins and the problem persists. I assume the error is maybe caused by my modification in the function.php. I use the hooks action_woocommerce_before_main_content and action_woocommerce_after_main_content

    This is my function.php code:
    `// make accordion toggler-headline to h2
    function replace_tags_with_tags(){
    ?>
    <script>
    (function($) {
    function replaceElementTag(targetSelector, newTagString) {
    $(targetSelector).each(function(){
    var newElem = $(newTagString, {html: $(this).html()});
    $.each(this.attributes, function() {
    newElem.attr(this.name, this.value);
    });
    $(this).replaceWith(newElem);
    });
    }

    replaceElementTag(‘.togglecontainer p.toggler’, ‘<h2></h2>’);

    }(jQuery));
    </script>
    <?php
    }
    add_action(‘wp_footer’, ‘replace_tags_with_tags’);

    //Text vor Produktkategorien anzeigen ANFANG

    // define the woocommerce_before_main_content callback
    function action_woocommerce_before_main_content( $array, $int ) {
    // make action magic happen here…

    if ( has_term( ‘diamanttrennscheibe-winkelschleifer’, ‘product_cat’ ) ) {
    echo do_shortcode(“”);

    }
    elseif ( has_term( ‘fuer-trennschleifer’, ‘product_cat’ ) ) {

    echo do_shortcode(“[av_section min_height='' min_height_px='500px' padding='default' shadow='no-border-styling' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='' bottom_border_style='' custom_arrow_bg='' id='' color='main_color' background='bg_color' custom_bg='' background_gradient_color1='rgba(163,197,167,0.61)' background_gradient_color2='#ffffff' background_gradient_direction='vertical' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='' av_element_hidden_in_editor='0' av_uid='av-2gcpsu']

    [av_textblock size='' font_color='' color='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' av_uid='av-jmg46nbz' admin_preview_bg='']
    <h2>Hochwertige Diamanttrennscheiben für den Trennschleifer nutzen spart Ihnen Zeit</h2>
    Bei uns im Onlineshop von Proditool stellen wir Ihnen hochwertige Markenprodukte von CEDIMA, GÖLZ und LISSMAC für die Trennschleifmaschine vor. Diese Diamanttrennscheiben für Trennschleifer sind meist speziell entwickelt, um bestimmte Materialien zu trennen. Wir stellen Ihnen das umfangreiche Sortiment vor und erklären, wofür die einzelnen Typen einsetzbar sind. Bei Fragen zu den Produkten sprechen Sie uns einfach direkt telefonisch oder per E-Mail an. Wir stehen Ihnen gerne beratend zur Seite.
    [/av_textblock]

    [/av_section][av_layout_row border='' min_height_percent='' min_height='5' color='main_color' mobile='av-flex-cells' id='' av_element_hidden_in_editor='0' mobile_breaking='' av_uid='av-7ug8q6']
    [av_cell_one_fifth vertical_align='top' padding='0px' padding_sync='true' background_color='#99cc99' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' mobile_display='' av_uid='av-6l1xum']

    [/av_cell_one_fifth][av_cell_three_fifth vertical_align='top' padding='0px' padding_sync='true' background_color='#009933' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' mobile_display='' av_uid='av-4vziby']

    [/av_cell_three_fifth][av_cell_one_fifth vertical_align='top' padding='0px' padding_sync='true' background_color='#99cc99' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' mobile_display='' av_uid='av-2d8u0u']

    [/av_cell_one_fifth]
    [/av_layout_row]

    “);
    }

    elseif ( has_term( ‘fuer-tischsaegen’, ‘product_cat’ ) ) {

    echo do_shortcode(“”);
    }

    };

    // add the action
    add_action( ‘woocommerce_before_main_content’, ‘action_woocommerce_before_main_content’, 10, 2 );

    //Text vor Produktkategorien anzeigen ENDE

    //Text nach Produktkategorien anzeigen ANFANG

    // define the woocommerce_after_main_content callback

    function action_woocommerce_after_main_content( $woocommerce_output_content_wrapper_end, $int ) {
    // make action magic happen here…

    if ( has_term( ‘diamanttrennscheibe-winkelschleifer’, ‘product_cat’ ) ) {
    //… Akkordion
    echo do_shortcode(“”);

    }
    elseif ( has_term( ‘fuer-trennschleifer’, ‘product_cat’ ) ) {

    echo do_shortcode(“[av_section min_height='' min_height_px='500px' padding='default' shadow='no-border-styling' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='' bottom_border_style='' custom_arrow_bg='' id='seotext' color='main_color' background='bg_gradient' custom_bg='rgba(163,197,167,0.61)' background_gradient_color1='#ffffff' background_gradient_color2='rgba(163,197,167,0.61)' background_gradient_direction='vertical' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='' av_element_hidden_in_editor='0' av_uid='av-jl7rodts']

    [av_toggle_container initial='1' mode='accordion' sort='' styling='av-minimal-toggle' colors='' font_color='' background_color='#a3c5a7' border_color='' av_uid='av-jl6el8c7']
    [av_toggle title='CEDIMA Diamanttrennscheiben für den Trennschleifer: Asphaltbearbeitung' tags='' av_uid='av-lrpxry']
    Die Diamanttrennscheiben für Trennschleifer der Serie Easy Cut sind speziell für bestimmte Materialien erhältlich. Bindung und Diamantkorn sind in diesem Beispiel für das Trennen von Asphalt zusammengestellt. Spezielle Schutzsegmente sorgen für lange Standzeiten. Diese Trennscheiben sind sowohl für den Trockenschnitt als auch für den Nassschnitt einsetzbar. Beim Nassschnitt und korrekter Kühlung erhöht sich die Lebensdauer der Trennscheibe wesentlich.

    Die Trennscheiben CEDIMA Asphalt Basic sowie Asphalt Kombi und Asphalt Plus sind besonders für abrasive Materialien wie Sandstein, Frischbeton, Estrich und Asphalt geeignet. Die Trennscheibe CEDIMA Asphalt Kombi verfügen über 12 mm starke Segmente und die anderen beiden Ausführungen haben Segmente zu je 10 mm. Die Durchmesser 300 mm, 350 mm und 400 mm sind lieferbar.
    [/av_toggle]
    [av_toggle title='CEDIMA Diamanttrennscheiben für den Winkelschleifer zur Betonbearbeitung' tags='' av_uid='av-l50oha']
    Um Beton und ähnliche Materialien zu bearbeiten bieten wir in unserem Onlineshop spezielle Diamanttrennscheiben von CEDIMA an. Die Typen Beton Basic, Beton Plus und Beton Turbo sind speziell zum Schneiden von Beton, Stahlbeton und Waschbeton sowie Ziegeln, Naturstein und anderen Betonprodukten und Baumaterialien geeignet. Bei den Beton Plus Trennscheiben kommen 12 mm hohe Segmente zum Einsatz. Die beiden andern Varianten sind mit 10 mm hohen Turbosegmenten bestückt. Auch bei diesen Diamanttrennscheiben ist sowohl Nassschnitt als auch Trockenschnitt möglich. Beim Nassschnitt erhöht sich durch Kühlung die Standzeit wesentlich. Es sind drei verschiedene Durchmesser 300 mm, 350 mm und 400 mm erhältlich. Die Bohrung zur Werkzeugaufnahme beträgt 20 mm. Beim Modell Beton Turbo erhalten Sie zusätzlich die Trennscheiben mit einer Bohrung von 25,4 mm.
    [/av_toggle]
    [av_toggle title='Fliesenbearbeitung mit CEDIMA Diamanttrennscheiben für Trennschleifer' tags='' av_uid='av-ju6ibi']
    Die Diamanttrennscheibe CEDIMA Fliesen Turbo besitzt einen geschlossenen Schneidrand und ermöglicht somit einen sehr sauberen Schnitt bei Materialien mit empfindlichen Oberflächen. Dies sind Fliesen, harter Natur- und Kunststein, Keramikkacheln sowie glasartige feuerfeste Materialien und Klinker. Die Trennscheibe mit 150 mm Durchmesser besitzt eine Aufnahmebohrung von 25,4 mm und die anderen beiden Trennscheiben mit den Durchmessern 300 mm und 350 mm haben eine Aufnahmebohrung von 20,0 mm.
    [/av_toggle]
    [av_toggle title='Effektive Natursteinbearbeitung dank der CEDIMA Diamanttrennscheiben für Trennschleifer' tags='' av_uid='av-i5hsmm']
    In der Natursteinbearbeitung hat beim Einsatz mit Handwerkzeugmaschinen der Trockenschnitt Vorrang. In der Fertigung oder bei den transportablen Bau-Brückensägen ist meist der Nassschnitt möglich, da die Trennscheibe unterhalb im Wasserbad läuft. Die CEDIMA Naturstein Basic Ausführung ist in 300 mm und 350 mm Durchmesser erhältlich. Einsatzgebiete sind Fugenschneider, Trennschneider und Tischsägen. Granit, harter Naturstein und Waschbeton sowie Beton sind die bevorzugten Materialien für den Einsatz dieser effizienten Diamanttrennscheibe. Aufnahmebohrungen von 20,0 mm und 25,4 mm sind möglich. Die Ausführung CEDIMA Naturstein Kombi wiederum ist für Stahlbeton, Waschbeton, Klinker und allgemeine Baumaterialien geeignet. Bei der CEDIMA Naturstein Plus Trennscheibe kommen Turbosegmente zum Einsatz. Es sind Materialien wie harter Granit und Naturstein sowie Beton und Waschbeton bearbeitbar.
    [/av_toggle]
    [av_toggle title='GÖLZ Diamanttrennscheiben Trennschleifer der Typen DA60, LA75, LA85, LB20, LB40' tags='' av_uid='av-g1m3ku']
    Die Diamanttrennscheibe GÖLZ DA60 Standard ist in lasergeschweißter Ausführung hergestellt. Es sind die Durchmesser 300 mm, 350 mm und 400 mm lieferbar. Die Aufnahmebohrungen sind 20,0 mm oder 25,4 mm. Zur Bearbeitung abrasiver Materialien wie Asphalt und Estrich ist der Typ LA75 gut geeignet. Tiefliegende Schutzsegmente verlängern die Standzeit dieser Diamanttrennscheibe. Durchmesser im Bereich von 300 mm bis 400 mm sind lieferbar. Die Segmenthöhe beträgt 10 mm und die Segmente sind durch laserschweißen befestigt. Aufnahmebohrungen sind 20,0 mm oder 25,4 mm. Die Trennscheibe LA85 ist ebenfalls mit tieferliegenden Schutzsegmenten gefertigt. Diese verschleißfeste Ausführung gewährleistet eine hohe Standzeit. Sie ist ebenfalls für Asphalt und andere abrasive Materialien geeignet. Es kommen 10 mm Turbosegmente zum Einsatz. Bei den Trennscheiben LB20 und LB40 handelt es sich um Trennscheiben zur Bearbeitung von Beton und Stahlbeton. Die Segmente sind durch Laserschweißen befestigt. Zum Einsatz kommen 10 mm Blocksegmente. Das Universalmodell ist im Durchmesser 350 mm erhältlich. Bei der Premiumausführung sind die Durchmesser 300 mm, 350 mm und 400 mm in den Aufnahmebohrungen 20,0 mm und 25,4 mm erhältlich.
    [/av_toggle]
    [av_toggle title='GÖLZ Serie mit den Modellen LCA65, LSP3, und LT30 sowie MX1 und RX1' tags='' av_uid='av-eopzdq']
    Die Diamanttrennscheiben dieser Modelle sind effizient einsetzbar. So ist der Typ LCA65 lasergeschweißt und besonders bei der Bearbeitung von Beton und Asphalt einsetzbar. Das Turbosegment ermöglicht eine optimale Kühlung und Wechselsegmente garantieren den universellen Einsatzbereich. Der Typ LSP3 besitzt spezielle Segmente von 10 mm Höhe für einen schnellen Schnitt. Besonders harte Materialien wie Granit, Guss, Eisen und Stahlbeton sind problemlos bearbeitbar. Der Typ LT30 ist ebenfalls mit Turbosegmenten bestückt. Exzellente Schnittgeschwindigkeit und eine gute Standzeit sind das Ergebnis. Die MX1 ist eine Diamanttrennscheibe mit 14 mm Belaghöhe und zur Bearbeitung von Granit, Klinker, Beton und anderen Materialien geeignet. Über 16 mm hohe Segmente verfügt die Trennscheibe RX1.
    [/av_toggle]
    [av_toggle title='GÖLZ Stardust Diamanttrennscheiben Trennschleifer Allgemein und zur Stahlbearbeitung' tags='' av_uid='av-cm8fvy']
    Diamanttrennscheiben Trennschleifer von GÖLZ mit der Bezeichnung Stardust sind besonders zur Stahlbearbeitung geeignet. Die in Premium Grip Technologie gefertigten Trennscheiben sind bis zu 30 % effizienter als herkömmliche Trennscheiben. Dies spart jede Menge Zeit. Bei diesen Trennscheiben ist die doppelte Anzahl an Diamanten bei der Bearbeitung im Einsatz. Die Universalausführung ist ebenfalls für Guss und andere Materialien geeignet.
    [/av_toggle]
    [av_toggle title='Trennscheibe kaufen: Darauf sollten Sie achten' tags='' av_uid='av-137t8e']
    Eine hochwertige Trennscheibe zu kaufen hilft Ihnen, ihre Arbeitsaufgaben schneller und effizienter zu bewältigen. Dabei ist es entscheidend, welche Qualität die angebotenen Produkte besitzen. Üblich sind die gesinterte und die lasergeschweißte Ausführung. Beide sind je nach Einsatzzweck effizient, bei den Diamantsegmenten ist die Anordnung sowie die Stärke der Segmente bedeutsam. Es ist klar, dass ein Segment von 6 mm Segmenthöhe schneller verbraucht ist als eines von 10 mm Höhe. Weiterhin ist die Diamantdichte in den Segmenten von Bedeutung und ob die jeweilige Bindung für die zu bearbeitenden Materialien geeignet ist.

    Grundsätzlich sind Qualitätsprodukte, wie wir sie anbieten, den No-Name Trennscheiben vorzuziehen. Der höhere Preis ist schnell wieder erwirtschaftet, wenn die Qualität der Werkzeuge optimal auf Ihre Anwendungen ausgerichtet ist. Daher ist unbedingt der Einsatzzweck beim Kauf zu berücksichtigen. Eine Trennscheibe für Granit ist anders aufgebaut als eine Trennscheibe für Sandstein. Bei Fragen sprechen Sie uns an. Wir beraten Sie gern, welche Trennscheibe optimal für die jeweilige Bearbeitungsaufgabe geeignet ist.
    [/av_toggle]
    [av_toggle title='Proditool berät Sie beim Kauf einer Diamanttrennscheibe für den Trennschleifer' tags='' av_uid='av-9970lq']
    Wenn Sie nicht sicher sind, welche Variante der Trennscheiben Sie kaufen sollten, stehen wir Ihnen gerne beratend zur Seite und unterstützen Sie bei der Suche nach dem passenden Produkt. Kontaktieren Sie uns einfach – wir freuen uns auf Ihre Anfrage!
    [/av_toggle]
    [/av_toggle_container]

    [/av_section][av_layout_row border='' min_height_percent='' min_height='5' color='main_color' mobile='av-flex-cells' id='' av_element_hidden_in_editor='0' mobile_breaking='' av_uid='av-82wt7y']
    [av_cell_one_fifth vertical_align='top' padding='0px' padding_sync='true' background_color='#99cc99' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' mobile_display='' av_uid='av-5s0ey6']

    [/av_cell_one_fifth][av_cell_three_fifth vertical_align='top' padding='0px' padding_sync='true' background_color='#009933' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' mobile_display='' av_uid='av-3pi8b2']

    [/av_cell_three_fifth][av_cell_one_fifth vertical_align='top' padding='0px' padding_sync='true' background_color='#99cc99' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' mobile_display='' av_uid='av-1zd7we']

    [/av_cell_one_fifth]
    [/av_layout_row]

    “);
    }

    elseif ( has_term( ‘fuer-tischsaegen’, ‘product_cat’ ) ) {

    echo do_shortcode(“”);
    }

    };

    // add the action
    add_action( ‘woocommerce_after_main_content’, ‘action_woocommerce_after_main_content’, 10, 2 );

    //Text nach Produktkategorien anzeigen ENDE

    #1014390

    In reply to: Adjust table

    This reply has been marked as private.
    #1014169

    Fixed now using

    .phone-info {
        font-size: 22px;
        color: #ffffff !important;
        opacity: .5;
        padding-top:20px;
        font-weight: normal;
        position: relative;
        top: 50px;
    }
    #header_meta {
        margin-top: -50px;
    }
    • This reply was modified 7 years, 6 months ago by raslade.
    #1014016

    Hi,
    To make the social icons bigger please try:

    /* larger socket social icons */
    #socket .social_bookmarks li a {
    width: 50px!important; 
    line-height: 50px!important; 
    min-height: 50px!important; 
    font-size: 30px;
    }
    
    #socket .social_bookmarks li {
    height: 50px!important; 
    width: 50px!important; 
    }
    
    #socket .social_bookmarks {
        height: 60px!important;
    }
    
    /* larger header social icons */
    #header_meta .social_bookmarks li a {
    width: 50px!important; 
    line-height: 50px!important; 
    min-height: 50px!important; 
    font-size: 30px;
    }
    
    #header_meta .social_bookmarks li {
    height: 50px!important; 
    width: 50px!important; 
    }
    
    #header_meta .social_bookmarks {
        height: 60px!important;
    }
    

    Please adjust the size to suit.

    The socket social icons stay visible at mobile sizes, but to make the header ones stay visible please try this:

    @media only screen and (max-width: 479px) {
    .responsive #top #wrap_all #header .social_bookmarks {
        display: block !important; 
    }
    .responsive #top #wrap_all #header_main .av-logo-container .main_menu .noLightbox.social_bookmarks {
    display: none !important;
    }
    }

    Best regards,
    Mike

    #1014008

    Hi,

    Thanks for the update. Please try this CSS instead:

    #fullscreen_slider_1 .avia-caption-title {
      font-size:40px !important;
    }
    
    #fullscreen_slider_1 .avia-caption-content p {
      font-size:20px !important;
    }

    Best regards,
    Rikard

    #1014004

    Hi,
    For the mobile widths 375px (small mobile) & 425px (large mobile) I added this css:

    @media only screen and (min-width: 381px) and (max-width: 430px) {
    #top.page-id-983 #optin {
    top: -30px !important;
    left: 4px !important; 
    width: 80% !important;
    padding: 0px !important;
    background: transparent !important; 
    position: absolute !important; 
    }
    #top.page-id-983 input[type="text"],#top.page-id-983 input[type="email"] {
    height: 12px !important;
    padding: 1px !important;
    font-size: 8px !important;
    margin-bottom: 0px !important;
    display: inline-block !important;
    }
    #top.page-id-983 input[type='submit'] {
    height: 12px !important;
    padding: 1px !important;
    display: inline-block !important;
    font-size: 8px !important;
    margin: 0px !important;
    }
    #top.page-id-983 div#name {
    width: 12% !important;
    }
    #top.page-id-983 div#email {
    width: 12% !important;
    }
    #top.page-id-983 div#number {
    width: 25% !important;
    }
    #top.page-id-983 div#submitbutton {
    width: 10% !important;
    }
    #top.page-id-983 #wrap_all h3.av-special-heading-tag {
    margin-top: 10px !important; 
    }
    }
    @media only screen and (max-width: 380px) {
    #top.page-id-983 #optin {
    top: -45px !important;
    left: 4px !important; 
    width: 80% !important;
    padding: 0px !important;
    background: transparent !important; 
    position: absolute !important; 
    }
    #top.page-id-983 input[type="text"],#top.page-id-983 input[type="email"] {
    height: 12px !important;
    padding: 1px !important;
    font-size: 8px !important;
    margin-bottom: 0px !important;
    display: inline-block !important;
    }
    #top.page-id-983 input[type='submit'] {
    height: 12px !important;
    padding: 1px !important;
    display: inline-block !important;
    font-size: 8px !important;
    margin: 0px !important;
    }
    #top.page-id-983 div#name {
    width: 12% !important;
    }
    #top.page-id-983 div#email {
    width: 12% !important;
    }
    #top.page-id-983 div#number {
    width: 25% !important;
    }
    #top.page-id-983 div#submitbutton {
    width: 10% !important;
    }
    #top.page-id-983 #wrap_all h3.av-special-heading-tag {
    margin-top: 10px !important; 
    }
    }

    Please clear your browser cache and check.
    Please see the screenshot in Private Content area.

    Best regards,
    Mike

    #1013986

    Hi,

    Thanks for the update.

    1.) Adjust the code a bit.

    .tax-product_cat h1 {
        font-size: 25px;
        text-transform: none;
        font-weight: 200;
    }

    2.) Did you add this css modification?

    .shop_columns_5 .products .product {
        margin: 0 1% 1% 0;
        width: 19.2%;
    }

    Add this code on the Quick CSS field.

    @media only screen and (max-width: 767px) {
    .responsive #top .products .product {
        clear: both;
        width: 100%;
        margin-bottom: 20px;
    }
    }

    Best regards,
    Ismael

    lebenspraxis
    Participant

    Hi Support Team,
    I am refering to this thread https://kriesi.at/support/topic/longer-words-in-columns-are-overlapping-in-mobile-devices/. As I mentioned there, in lists, contained in a column, longer words overlap the column. You can see it in a screenshot of a test I made for Ipad Air. This code from Ismael works fine for normal text fields and headings, words break and wrap onto the next line except in lists

    @media only screen and (max-width: 767px) {
    #top #wrap_all .all_colors h1, #top #wrap_all .all_colors h2, #top #wrap_all .all_colors h3, #top #wrap_all .all_colors h4, #top #wrap_all .all_colors h5, #top #wrap_all .all_colors h6 {
        word-wrap: break-word;
        font-size: 1em;
    }
    }

    And: I have no headings in the list, only normal text!
    What must be completed in the above code to correct the overlapping?

    Best regards,
    lebenspraxis

    #1013777

    In reply to: How to undo

    Hi Ismael,

    What if you accidentally save theme edits (font size/theme colors/etc.) – is there any way to go back to an older version or undo that?

    Best,
    Lindsay

    #1013724

    Hi John,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #text-7 .av-countdown-cell-inner {
        padding: 5px;
    }
    #text-7 .av-countdown-time {
      word-wrap: break-word;
      text-align: center;
    }
    #text-7 .av-countdown-time-label {
        text-transform: none;
        overflow: visible;
        word-wrap: break-word;
        font-size: 13px;
        text-align: center;
    }

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1013712

    In reply to: Bug

    Ok, thanks
    I have a lot of questions for you :
    1. the position of my logo is not aligned with the menu. How can i align it ? as you can see it is past at the top of the page
    2. how can i modify the font and the size of the text of the menu ?
    3. how can i modify the font and the size of the text of the breadcrumb trail ?
    4. How can i put the breadcrumb trail at the left of the page ? it is centered for the moment
    5. for the blog page where is list all my last post, how can i modify the number of characters of the preview ?
    6. How can i do to have my images unclickable ?
    7. How can i delete item portofolia et layer slider ?
    8. How can i change de color of the bold text ?
    9. There is a issu with breadcrumb trail in mobile. The text go beyond the box and it touch the image just above.
    10 . How can i delete powerde by enfold ?
    11. How can i display in breadcrumb trail the text “blog” and not “Blog Pickup Alliance : développez votre charisme et votre pouvoir d’attraction” ?
    12. How can i change de design, the font and the heiht of the next and previous post on mobile ? Also there is a overlap in mobile (see atachement)

    #1013664

    Hey!

    1) Please try this code:

    
    #top #wrap_all #av_product_description h1 {
    font-size: 25px;
    text-transform: none;
    font-weight: 200;
    }
    

    2) You can use the word-break: break-all; attribute to break the words on smaller screens:

    
    #top #wrap_all #av_product_description h1 {
    font-size: 25px;
    text-transform: none;
    font-weight: 200;
    word-break: break-all;
    }
    

    Cheers!
    Peter

    #1013629
    This reply has been marked as private.
    #1013576

    Thanks for this solution, it works. I know figured out how to place some content before the main content as well. function action_woocommerce_before_main_content( $array, $int ) {
    But how can i style the h1 headline, i tried in the style.css with this code, but without any effect?:
    h1 {
    font-size: 25px!important;
    text-transform: none!important;
    font-weight: 200!important;
    }

    #1013503

    Dear Mike,

    Thanks for the tip. I have implemented your proposal once and removed from the css all font-formatting scripts and instead formatted via the “Advanced setting” the navigation elements.
    Unfortunately, the result is now again a new Drucheinander: https://www.osmosis.de/NEU/
    I have not yet reset it and left it in this condition, first of all I wanted to ask you first whether you think that this is the way to go? Or if I should return to the old css again.
    Here again a screenshot of the previous state (without css) – Change: https://www.osmosis.de/support/screen1.png

    I do not work on the theme today, so you’re welcome to tweak the css.

    Below I will send you a copy of my css – before I have deleted formatting concerning the navigation colors.

    .header_color .header_bg {
    background-color: transparent!important;
    }
    /* Header transparent */
    .header_bg { background-color: rgba(255,255,255,0.5)!important; }
    #main { margin-left: 0px !important; }

    /* Abstand Logo Rand*/
    .html_header_sidebar .logo {
    padding-left: 41px;
    width: 220px;
    }

    .header_color nav,.header_color div,.header_color nav ul,.header_color span {
    border-color: transparent !important;
    }

    /* NAV Button kontakt Abstand*/
    .html_header_sidebar #header .av-main-nav > li#menu-item-3889 > a {
    margin-bottom: 60px;
    }
    /* NAV Buttons Abstand*/
    .html_header_sidebar #header .av-main-nav > li > a {
    line-height: 1.7em;
    height: auto;
    padding: 0px 3px;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    margin: 0 auto;
    }

    /* NAV Aktuell */
    #top #header .av-main-nav > li#menu-item-3426.current_page_item > a .avia-menu-text {
    color: #ffffff;
    background-color: #000000;
    width: 107px;
    }
    #menu-item-3426 .avia-menu-text:hover, #menu-item-3426 .avia-menu-text:active {
    color: #ffffff;
    background-color: #000000;
    width: 107px;
    }
    #menu-item-3426 .avia-menu-text {
    color: #000000;
    background-color: #ffffff;
    width: 107px;
    }

    /* NAV ÜberUns */
    #top #header .av-main-nav > li#menu-item-3425.current_page_item > a .avia-menu-text {
    color: #ffffff;
    background-color: #000000;
    width: 125px;
    }
    #menu-item-3425 .avia-menu-text:hover, #menu-item-3425 .avia-menu-text:active {
    color: #ffffff;
    background-color: #000000;
    width: 125px;
    }
    #menu-item-3425 .avia-menu-text {
    color: #000000;
    background-color: #ffffff;
    width: 125px;
    }

    /* NAV Kontakt */
    #top #header .av-main-nav > li#menu-item-3889.current_page_item > a .avia-menu-text {
    color: #ffffff;
    background-color: #000000;
    width: 121px;
    }
    #menu-item-3889 .avia-menu-text:hover, #menu-item-3889 .avia-menu-text:active {
    color: #ffffff;
    background-color: #000000;
    width: 121px;
    }
    #menu-item-3889 .avia-menu-text {
    color: #000000;
    background-color: #ffffff;
    width: 121px;
    }

    /* NAV Projekte */
    #top #header .av-main-nav > li#menu-item-3424.current_page_item > a .avia-menu-text {
    color: #ffffff;
    background-color: #000000;
    width: 117px;
    }
    #menu-item-3424 .avia-menu-text:hover, #menu-item-3424 .avia-menu-text:active {
    color: #ffffff;
    background-color: #000000;
    width: 117px;
    }
    #menu-item-3424 .avia-menu-text {
    color: #000000;
    background-color: #ffffff;
    width: 117px;
    }

    /* NAV Wettbewerbe */
    #top #header .av-main-nav > li#menu-item-3423.current_page_item > a .avia-menu-text {
    color: #ffffff;
    background-color: #000000;
    width: 170px;
    }
    #menu-item-3423 .avia-menu-text:hover, #menu-item-3423 .avia-menu-text:active {
    color: #ffffff;
    background-color: #000000;
    width: 170px;
    }
    #menu-item-3423 .avia-menu-text {
    color: #000000;
    background-color: #ffffff;
    width: 170px;
    }

    /* NAV Kategorie */
    #menu-item-3422 .avia-menu-text {
    color: #000000;
    background-color: #ffffff;
    width: 128px;
    }

    #menu-item-3422 .avia-menu-text:hover, #menu-item-3422 .avia-menu-text:active {
    background-color: #000000;
    color: #ffffff;
    width: 128px;
    }

    /* Submenü ohne Feld*/
    .html_header_sidebar #top .av-main-nav ul a {
    padding: 0px 0px;
    }

    /* Submenü weisses Hintergrundfeld */
    .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div, .header_color .av-subnav-menu > li ul, .header_color .av-subnav-menu a {
    background-color: transparent!important;
    border: none;
    }

    .html_header_sidebar #header .av-main-nav > li:hover > a .avia-menu-text {
    background-color: #000 !important;
    }
    .av-main-nav li#menu-item-3422 ul.sub-menu {
    left: 4px !important;
    position: relative !important;
    }

    /* Textgröße Submenü (und alle Menüs)*/
    .avia-menu-text {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    }

    /* SUBNAV Buttons Kategorie Abstand*/
    .html_header_sidebar #header .av-main-nav > li#menu-item-3422 > a {
    padding-bottom: 60px;
    }

    /* SUBNAV Stadträume */
    #menu-item-3584 {
    color: #000000;
    background-color: #ffffff;
    width: 151px;
    }
    #menu-item-3584:hover {
    color: #ffffff;
    background-color: #000000;
    }

    /* SUBNAV Parks */

    /* SUBNAV Bildung */
    #menu-item-3845 {
    color: #000000;
    background-color: #ffffff;
    width: 121px;
    }
    #menu-item-3845:hover {
    color: #ffffff;
    background-color: #000000;
    }

    /* SUBNAV Unternehmen */
    #menu-item-3851 {
    color: #000000;
    background-color: #ffffff;
    width: 167px;
    }
    #menu-item-3851:hover {
    color: #ffffff;
    background-color: #000000;
    }

    /* SUBNAV Gutachten */
    #menu-item-3858 {
    color: #000000;
    background-color: #ffffff;
    width: 140px;
    }
    #menu-item-3858:hover {
    color: #ffffff;
    background-color: #000000;
    }

    /* Beitrag Gallery */
    #av_section_1 .container {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    }

    .home #av_section_5 .container .flex_column.av_one_full {
    padding-left: 0 !important;
    padding-right: 0 !important;
    border: 0 !important;
    }

    #top #main .avia-section .template-page {
    width: 100%;
    border: none;
    margin-left: auto;
    padding-left: 0;
    padding-top: 0;
    margin-right: auto;
    margin-top: 0;
    padding-bottom: 0;
    }

    /* Footer Socket NAV */
    .socket_color span {
    color: #000000;
    background-color: #ffffff;
    font-size: 11px;
    font-family: ‘Lato’
    }
    #socket .container {
    padding-top: 20px;
    padding-bottom: 20px;
    }

    /* Masonry Gallery Titel Overlay */
    #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content-pos {
    display: table-cell;
    vertical-align: bottom;
    text-align: right;
    }
    #top .avia-post-nav {
    visibility: hidden;
    }
    .avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
    -webkit-transform: none;
    transform: none;
    }

    span.av-masonry-date { display: none; }

    /* Masonry Gallery Image zoomIn*/
    .flex_column av_two_fifth flex_column_div first avia-builder-el-2 el_after_av_hr el_before_av_one_fifth {
    margin-left: 40px;
    }

    #top #wrap_all .all_colors h3 {
    text-align: right;
    }

    /* Tabelle */
    .avia-data-table.avia_pricing_minimal td {
    text-align: left;
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 300;
    }

    /* Tabelle Spaltenbreite */
    .avia-table-1 td:first-child {width: 27%}
    .avia-table-1 td:nth-child(2) {width: 73%}

    /* Tabelle Smartphone */
    #top .main_color .avia-data-table.avia_pricing_minimal td {
    color: #282b2e;
    text-align: left;
    }

    .main_color td
    {
    border-color: #ffffff;
    }
    td {
    font-size: 14px;
    padding-top: 9px;
    padding-right: 12px;
    padding-bottom: 9px;
    padding-left: 0px;
    }

    /* Subtitel Überschrift */
    .av-subheading p:last-child {
    margin-top: 20px;
    }
    #top #header .av-main-nav > li:hover > a .avia-menu-text {
    color: #fff !important;
    }

    #1013450

    Hi,

    Thank you for using Enfold.

    You can use this css code to adjust the font size of the single post content on desktop and mobile view:

    
    .single-content p, .single-content ul, .single-content ol, .single-content blockquote, .comment-text blockquote {
        font-size: 18px;
    }
    
    @media only screen and (max-width: 768px) {
    .single-content p, .single-content ul, .single-content ol, .single-content blockquote, .comment-text blockquote {
        font-size: 16px;
    }
    }

    Best regards,
    Ismael

    Hi David,

    Please try this in Quick CSS to make the social icons in the header larger:

    #header ul.social_bookmarks a::before {
      font-size:30px;
    }

    Best regards,
    Rikard

    #1013057

    Thanks Peter,
    unfortunately it didn’t work. I tried it with additional (exaggerated) font-size, didn’t do anything…

    .wpcf7 input, .wpcf7 textarea {
    	font-size: 25px;
        font-family: 'Montserrat', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    }
    #1012987

    Hi,

    Thanks for that. Please try this CSS as well:

    .av-masonry-entry-content {
      font-size: 30px !important;
    }

    Best regards,
    Rikard

    #1012887

    In reply to: Demo Upload Issues

    Hello Ismael,

    My advanced styling editor isn’t working right now. I am trying to adjust the size of the main menu font size. It seems pretty straight forward, but is there something I could be missing?

    Thank You!

    #1012868
    beenee
    Participant

    Hi ya,
    I had some modifications done with your friendly and competent support on the theme for my customers.
    However, when I scroll down the page, the logo jumps as you can see when trying. Also the main menu color is black when all the way up, when scrolling down it changes to the right color: #574b41
    How would I stop the logo from jumping and how would the menu have the color #574b41 for good?
    Could you help please?
    My styles.css :

    /*
    Theme Name: PLP Enfold Child
    Description: Enfold Child
    Version: 1.0
    Author: Stefan B.
    Author URI: http://kriesi.at
    Template: enfold
    */
    
    #top .av_header_glassy.av_header_transparency .social_bookmarks li, #top .av_header_glassy.av_header_transparency .social_bookmarks li a {
        border-color: rgba(255,255,255,0.25);
        color: #574b41;
    }
    
    #top .av_header_transparency #header_meta {
        background: #ffffff;
        box-shadow: none;
        border-bottom: 1px solid rgba(255,255,255,0.25);
    }
    
    #top .av_header_glassy.av_header_transparency .header_bg {
        background-color: #fff;
        opacity: 0.6;
        filter: alpha(opacity=60);
    }
    
    #top .fullsize .template-blog .post .entry-content-wrapper > *,#top .fullsize .template-blog .post .entry-content-wrapper {
        max-width: 1300px;
    }
    
    .header_color .header_bg {
      background-color: #e1f5f4;
      font-size: 18px !important;
      color: #574b41 !important;
      opacity: 0.5;
      filter: alpha(opacity=50);
    }
    
    /* CSS - Widget border */
    
    span.news-thumb {
      display:none !important;
    }
    
    .hr.hr-short.hr-center.side-bar {
    margin: 0px !important;
    }
    .hr-short.side-bar .hr-inner {
        width: 90% !important; 
        left: 15% !important; 
    }
    
    #menu-item-search {
    display: none;
    }
    
    @media only screen and (min-width: 768px) {
       .av_secondary_right .sub_menu {
          padding-right: 160px;
      }
    }
      .av_phone_active_left .phone-info {
          position: absolute;
          right: 0;
          float: none;
          padding: 0;
      }
      .av_phone_active_left .phone-info #searchform #searchsubmit {
          font-size: 13px;
          width: 30px;
          line-height: 30px;
      }
      #top .av_minimal_header #s {
          padding: 9px 47px 9px 7px;
      }
    
    #top .isotope-item {
    padding-right: 5px;
    }
    
    .news-time { display: none; }
    
    .plp-phone .iconbox_icon:before { visibility: hidden !important; }
    .plp-phone .iconbox_icon { background: url(https://dev.plp-group.com/wp-content/uploads/2018/09/phone.png) !important; background-size: contain !important; background-repeat: no-repeat !important; background-position: 50% 50% !important; }
    
    .sidebar, .sidebar_right {
       min-height: calc(100vh - 250px)!important;
    }
    

    and my quick .css:

    /*iconbox start */
    
    .plp-iconbox {
    position: relative;
    background-image: url('https://dev.plp-group.com/wp-content/uploads/2018/09/arrowbox.png')!important;
      height: 181px; 
      background-position: center; 
      background-repeat: no-repeat;
      background-size: cover;
    font-size: 10px !important;
    }
    .main_color.iconbox_top .iconbox_content {
    background-color: transparent!important;
    box-shadow:none!important;
    
    }
    
    .clickme:hover {
    cursor: pointer;
    }
    
    .plp-iconbox:hover {
    background-image: url('http://dev.plp-group.com/wp-content/uploads/2018/09/arrowbox_mo.png')!important;
      height: 181px; 
      background-position: center; 
      background-repeat: no-repeat;
      background-size: cover;
    }
    
    #after_full_slider_1 .iconbox_top .iconbox_icon {
        top: 15px;
    }
    #after_full_slider_1 .iconbox_top .iconbox_content {
        padding: 80px 20px 20px 20px;
    }
    
    .plp_noiconbox  {
    position: relative;
    background-image: url('http://dev.plp-group.com/wp-content/uploads/2018/09/arrowbox_wd-1.png')!important;
      height: 190px !important; 
      width: 347px !important;
      background-position: center; 
      background-repeat: no-repeat;
      background-size: cover;
    font-size: 10px !important;
    }
    .plp_noiconboxact  {
    position: relative;
    background-image: url('http://dev.plp-group.com/wp-content/uploads/2018/09/arrowbox_wd_act.png')!important;
      height: 190px !important; 
      width: 347px !important;
      background-position: center; 
      background-repeat: no-repeat;
      background-size: cover;
    font-size: 10px !important;
    }
    
    .plp_noiconbox:hover {
    background-image: url('http://dev.plp-group.com/wp-content/uploads/2018/09/arrowbox_wd_mo-1.png')!important;
      height: 190px !important; 
      width: 347px !important;
      background-position: center; 
      background-repeat: no-repeat;
      background-size: cover;
    font-size: 10px !important;
    }
    #top.page-id-234 .iconbox_top .iconbox_icon {
      display: none;
    }
    .page-id-494 .iconbox_top .iconbox_icon, .page-id-234 .iconbox_top .iconbox_icon, .page-id-502 .iconbox_top .iconbox_icon, .page-id-510 .iconbox_top .iconbox_icon {
        display: none;
    }
    
    .clickme:hover {
    cursor: pointer;
    
    }
    
    .plp_noiconboxm {
    background-image: url('http://dev.plp-group.com/wp-content/uploads/2018/09/arrowbox_wd_mo.png')!important;
      height: 190px !important; 
      width: 347px !important;
      background-position: center; 
      background-repeat: no-repeat;
      background-size: cover;
    
    }
    
    .plp_noiconboxv {
    background-image: url('http://dev.plp-group.com/wp-content/uploads/2018/09/arrowbox_wd_mo.png')!important;
      height: 190px !important; 
      width: 347px !important;
      background-position: center; 
      background-repeat: no-repeat;
      background-size: cover;
    }
    .plp_noiconboxp {
    background-image: url('http://dev.plp-group.com/wp-content/uploads/2018/09/arrowbox_wd_mo.png')!important;
      height: 190px !important; 
      width: 347px !important;
      background-position: center; 
      background-repeat: no-repeat;
      background-size: cover;
    }
    
    h3.iconbox_content_title {
    font-size: 16px!important;
    }
    
    /*iconbox end */
    
    #top #avia-menu > li > a:hover {
        background: transparent !important;
        text-decoration: underline;
    }
    
    #top #avia-menu > li > a:hover span.avia-menu-text {
        color: #574b41 !important;
    }
    
    .sidebar_tab .tab_titles {
        max-width: 250px;
    }
    .js_active .tab {
      font-size: 1em;
    }
    .sidebar_tab .tab_content {
        min-height: 100px !important;
    
    }
    
    /*accordion start*/
    
    .aviaccordion-active-slide .aviaccordion-preview { width: 100% !important; }
    h3.aviaccordion-title {
      color: #584b42!important;
    background-color: #e1f5f4;
    }
    
    #top .aviaccordion-excerpt {
    color: #ffffff!important;
    margin-left: 120%!important;
    width: 300px!important;
    }
    
    #top .aviaccordion-title {
    color: #584b42!important;
    margin-top: 50%!important;
    }
    /*accordion end*/
    
    

    I can’t spot the black…?!? …and yes I will combine them in styles.css, when I’m done editing.
    Thanks for all the help!
    Stefan

    • This topic was modified 7 years, 6 months ago by Rikard.
Viewing 30 results - 6,181 through 6,210 (of 18,739 total)