Viewing 30 results - 481 through 510 (of 18,701 total)
  • Author
    Search Results
  • #1466165

    Rikard, I’m sorry. I clicked on the pen+paper icon. Got the element option, then styling tab. I copied and pasted what I see below. As you can see, there is nothing that says indents. Is there any way you can go on the site and see what is going on? PLEASE!!! As 2 comments above show, I am still seeing the same thing!

    Text BlockX
    ContentStylingAdvanced
    Text Block Styling
    Text Alignment
    Select the text alignment.

    Default
    Textblock Content Styling
    Select if the content of the textblock shall be displayed in 1 block or float in columns.

    Single Block
    Font Sizes
    Colors

    #1466150
    joguitar
    Participant

    Greetings,
    I needed to enlarge the icons of this widget and I found this css that worked.

    
    .avia-icon-circles-icon {
        height: 120px !important; 
        width: 120px !important; 
        line-height: 120px !important;
        font-size: 075px !important;
    }
    

    In this way, however I have two problems:
    – the icons are not centered on the circle
    – remain the same size by changing the screen size (desktop, mobile)

    How can this problem be solved?

    is there a section where you can find the css commands to adjust the widget parameters?

    Thank you

    Hi,
    #3 try this css:

    #top #header .av-main-nav > li.button.logo > a {
    	font-size: 0;
    }

    #4

    .av-main-nav ul li {
        list-style-type: none;
    }

    Best regards,
    Mike

    #1465938

    Hi,
    Let’s try adding a custom class “custom-banner” to the div to better manage future changes, and change the font size for mobile from 22px to 12px, this will make the text on mobile closer to what you want, you can even try smaller if you find 12px still to big.
    This is the new script:

    function custom_banner_below_the_header_and_above_the_main_menu() { ?>
      <script>
    // Create the new div element
    const newDiv = document.createElement('div');
    
    // Set a class for the new div
    newDiv.className = 'custom-banner';
    
    // Set the text content
    newDiv.textContent = 'The Most Comprehensive Alternative Wellness Experience In The Midwest';
    
    // Set the style properties for screens above 768px
    newDiv.style.backgroundColor = 'gray';
    newDiv.style.color = 'white';
    newDiv.style.fontSize = '22px'; // Default font size for larger screens
    newDiv.style.padding = '10px';
    
    // Add the flexbox properties
    newDiv.style.display = 'flex';
    newDiv.style.justifyContent = 'center';
    newDiv.style.order = '4';
    newDiv.style.flexBasis = '100%';
    
    // Find the element with class "main_menu"
    const mainMenu = document.querySelector('.main_menu');
    
    // Insert the new div before the main_menu
    if (mainMenu) {
      mainMenu.parentNode.insertBefore(newDiv, mainMenu);
    }
    
    // Adjust styles based on screen width
    function adjustStyles() {
      if (window.innerWidth < 768) {
        newDiv.style.fontSize = '12px'; // Font size for screens below 768px
      } else {
        newDiv.style.fontSize = '22px'; // Font size for screens 768px and above
      }
    }
    
    // Initial adjustment
    adjustStyles();
    
    // Adjust on window resize
    window.addEventListener('resize', adjustStyles);
    </script>
      <?php
    }
    add_action( 'wp_footer', 'custom_banner_below_the_header_and_above_the_main_menu', 99 );

    Please give this a try.

    Best regards,
    Mike

    #1465926

    In reply to: Category page edits

    Hi,

    .archive .container_wrap_first p {
    	font-size: 20px;
    }

    adjust to suit.

    Best regards,
    Mike

    #1465923

    In reply to: Category page edits

    And can you get me code to increase the body copy font size? For some reason it isn’t that same as the main website body copy size.
    thanks!

    #1465919

    In reply to: Category page edits

    Hi,
    Try this css:

    #top #main .sidebar_left .sidebar {
        border-right-style: none; 
    }
    .archive h1.av-banner-description p {
    	font-size: 80px;
    }

    Best regards,
    Mike

    #1465914

    Hi,
    Thanks for your screenshot, try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function banner_below_the_header_and_above_the_main_menu() { ?>
      <script>
    // Create the new div element
    const newDiv = document.createElement('div');
    
    // Set the text content
    newDiv.textContent = 'The Most Comprehensive Alternative Wellness Experience In The Midwest';
    
    // Set the style properties
    newDiv.style.backgroundColor = 'gray';
    newDiv.style.color = 'white';
    newDiv.style.fontSize = '22px';
    newDiv.style.padding = '10px'; 
    
    // Add the flexbox properties
    newDiv.style.display = 'flex';
    newDiv.style.justifyContent = 'center';
    newDiv.style.order = '4';
    newDiv.style.flexBasis = '100%';
    
    // Find the element with class "main_menu"
    const mainMenu = document.querySelector('.main_menu');
    
    // Insert the new div before the main_menu
    if (mainMenu) {
      mainMenu.parentNode.insertBefore(newDiv, mainMenu);
    }
    </script>
      <?php
    }
    add_action( 'wp_footer', 'banner_below_the_header_and_above_the_main_menu', 99 );

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    See the expected results in the screenshot below.

    Best regards,
    Mike

    #1465847

    In reply to: Category page edits

    That worked, besides it left a white border line, down the side. see link

    And last thing, the font size on these category pages are small. How can I increase size? thanks!

    #1465835

    In reply to: Custom CSS not working

    tried on another site using enfold as well:

    <span style=”color: red; font-size: 45px; font-weight: 900;”>test of red</span>

    inline style, font weight not applied just like on the first site. Something overriding that inline formatting maybe? Still getting that bookmark anomaly but it seems to happen some of the time but not always now. Oy.

    #1465719

    Topic: Custom CSS not working

    in forum Enfold
    tonyiatridis
    Participant

    Take a look at this page on a site I am mocking up.

    I have css in general staying which seems pretty much to only effect the color. There’s some css which auto generates.

    .ref2{
    font-weight: bolder;
    text-align: center;
    color: red;
    font-size: 2em;
    }

    .ref1{
    font-weight: bolder;
    text-align: center;
    color: black;
    font-size: 2em;
    }

    on page:

    <span class=”ref2″><span data-mce-type=”bookmark” style=”display: inline-block; width: 0px; overflow: hidden; line-height: 0;” class=”mce_SELRES_start”></span>a</span>
    <span class=”ref1″>a</span>

    what I typed in was
    <span class=”ref2″>a</span>
    <span class=”ref1″>a</span>

    What’s the “bookmark” css that defaults into the css?
    and why is text align and weights not working?

    Very confused must be a setting or something causing this?

    ON a new page it auto fills in this css again:
    <span data-mce-type=”bookmark” style=”display: inline-block; width: 0px; overflow: hidden; line-height: 0;” class=”mce_SELRES_start”></span>

    This is on a temporary url at siteground, will migrate when finished to a permanent url

    Thanks so much, just don’t know what t make of this issue.

    #1465714

    I don’t see that option at all. I’m using the Default Editor. When I try to switch to the Advanced Editor, I get a blank empty page… nothing shows that was built on the page.
    All I see is this:

    Text BlockX
    ContentStylingAdvanced
    Text Block Styling
    Text Alignment
    Select the text alignment.

    Default
    Textblock Content Styling
    Select if the content of the textblock shall be displayed in 1 block or float in columns.

    Single Block
    Font Sizes
    Colors

    Please be specific where I should be. I am new to Enfold!
    Thank you

    #1465708

    In reply to: Category page edits

    It is back.

    And 1 more thing, the font size on these category pages are small. How can I increase size? thanks!

    • This reply was modified 1 year, 4 months ago by bemodesign.
    #1465526

    Hey amyncuih,

    Thank you for the inquiry.

    The content in the table inherits the Default Content Font Size, which can be adjusted in the Enfold > General Styling > Typography tab or the Enfold > Advanced Styling panel. You can also use this css code:

    .avia-table {
        font-size: 18px;
    }

    Best regards,
    Ismael

    #1465444
    i9design
    Participant

    On this page, I am using this custom code to split the menu left and right of the logo, as per code I found from an enfold Form.
    However, on large resolution ( 4k ) The first menu Mega Menu drop down, shows to the far right of the screen. At high resolution, the drop down is essentially half off the screen. Is there newer and better code I should be using?

    Current Code below:

    /* Split menu around logo
    —————-*/

    @media only screen and (min-width: 780px) {
    /*In the below code nth-child(x) the value of x should be half the number of total menu items*/
    #top #header .av-main-nav li:nth-child(3) {
    /* Adjust the width of the logo */
    margin-right:320px;
    }

    #top #header_main > .container .main_menu .av-main-nav > li > a {
    height: 166px !important;
    line-height: 200px;
    }

    #header {
    height: 220px; /* Header Height */
    }

    #header .main_menu {
    width: 100%;
    left: 48%;
    transform: translateX(-50%);
    }

    .av-main-nav-wrap {
    left: 50%;
    transform: translateX(-50%);
    padding-top:55px;

    }

    #header .logo {
    left: 50%;
    transform: translateX(-50%);
    z-index:999;
    }

    #header .logo img {
    top: 50%;
    transform: translateY(-50%);
    max-width: 250px;
    }
    }

    #top #wrap_all .header_color.av_header_transparency {
    background: rgba(255,255,255,.8)!important;
    }

    .header_color div {
    border:none !important;
    }

    .logo
    {
    padding-top:10px !important;
    }

    @media only screen and (max-width: 1375px) {
    #header_main .avia-menu-text {
    font-size: 16px !important;
    font-family: atten-new,sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    }

    .av-main-nav > li > a {
    padding: 0 0px;
    }

    #top #header .av-main-nav li:nth-child(3) {
    /* Adjust the width of the logo */
    margin-right:250px;
    }
    }

    Using Masonry Gallery.
    Content> Captions> Display Neither.

    Like I stated before, I want this title of the Portfolio Page which appears over the cover image to be White not gray. I don’t want to hisde it. Also there should be a way to attenuate the other type elements, Font, size etc.

    I can not show you a link because this is local and not live yet.

    #1465356

    Hey beyond-flora,
    Try this code:

    function garden_progress_bars_shortcode($atts) {
        $atts = shortcode_atts(
            array(
                'pre_cultivation_start' => '',
                'pre_cultivation_end' => '',
                'planting_start' => '',
                'planting_end' => '',
                'harvest_start' => '',
                'harvest_end' => '',
                'pre_cultivation_color' => '',
                'planting_color' => '',
                'harvest_color' => '',
                'pre_cultivation_label' => '',
                'planting_label' => '',
                'harvest_label' => '',
                'pre_cultivation_link' => '',
                'planting_link' => '',
                'harvest_link' => '',
            ),
            $atts,
            'garden_progress_bars'
        );
        
        $output = '
        <style>
            .garden-progress-bars {
                font-family: Arial, sans-serif;
                max-width: 960px; 
                margin: 0 auto;
            }
            .progress-header, .progress-header div:not(.header-offset) {
                display: inline-flex;
                width: 100%;
                justify-content: space-evenly;
            }
    		.progress-header div:not(.header-offset) {
        		border-left: 1px solid #eee;
            }
            .month {
                width: calc((100% - 160px)/12); 
                text-align: center;
            }
            .progress-row {
                display: flex;
                align-items: center;
                margin-bottom: 10px;
            }
            .label-container {
                width: 150px; 
                text-align: right;
                padding-right: 10px; 
            }
            .progress-container {
                display: flex;
                width: calc(100% - 160px); 
                align-items: center;
            }
            .progress-bar-container {
                flex-grow: 1;
                background-color: #000;
                height: 20px;
                position: relative;
            }
            .progress-bar {
                height: 100%;
                position: absolute;
                display: flex;
                align-items: center;
                justify-content: center;
                color: white;
                font-weight: bold;
                font-size: 12px;
                text-align: center;
            }
            .progress-header .header-offset {
                width: 150px;
    			display: inline-flex;
                flex-shrink: 0;
            }
        </style>
        <div class="garden-progress-bars">
            <div class="progress-header">
                <div class="header-offset"></div>'; 
                
        $months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'];
        foreach ($months as $month) {
            $output .= "<div class='month'>$month</div>";
        }
        $output .= '</div>'; 
        
        $create_progress_bar_row = function($label, $color, $start, $end, $link) use ($months) {
            $start_month_index = array_search($start, $months);
            $end_month_index = array_search($end, $months);
            $width = (($end_month_index - $start_month_index + 1) / 12) * 100;
            $left = ($start_month_index / 12) * 100;
            $bar_content = "<div class='progress-bar' style='background-color: $color; width: $width%; left: $left%;'>$label</div>";
            if ($link) {
                $bar_content = "<a href='$link' target='_blank' style='display: block; height: 100%;'>$bar_content</a>";
            }
            return "
            <div class='progress-row'>
                <div class='label-container'>$label</div>
                <div class='progress-container'>
                    <div class='progress-bar-container'>
                        $bar_content
                    </div>
                </div>
            </div>";
        };
        
        $output .= $create_progress_bar_row($atts['pre_cultivation_label'], $atts['pre_cultivation_color'], $atts['pre_cultivation_start'], $atts['pre_cultivation_end'], $atts['pre_cultivation_link']);
        $output .= $create_progress_bar_row($atts['planting_label'], $atts['planting_color'], $atts['planting_start'], $atts['planting_end'], $atts['planting_link']);
        $output .= $create_progress_bar_row($atts['harvest_label'], $atts['harvest_color'], $atts['harvest_start'], $atts['harvest_end'], $atts['harvest_link']);
    
        $output .= '</div>'; 
    
        return $output;
    }
    add_shortcode('garden_progress_bars', 'garden_progress_bars_shortcode');

    and this shortcode on your page:

    [garden_progress_bars 
        pre_cultivation_start="Jan" 
        pre_cultivation_end="Mar" 
        pre_cultivation_color="green" 
        pre_cultivation_label="Pre-cultivation" 
        pre_cultivation_link="https://example.com/pre-cultivation"
    
        planting_start="Apr" 
        planting_end="Jun" 
        planting_color="blue" 
        planting_label="Planting" 
        planting_link="https://example.com/planting"
    
        harvest_start="Jul" 
        harvest_end="Sep" 
        harvest_color="orange" 
        harvest_label="Harvest" 
        harvest_link="https://example.com/harvest"
    ]

    Each bar will be a link with a new label:
    Screen Shot 2024 08 25 at 10.11.41 AM

    Best regards,
    Mike

    #1465259

    Topic: Resize H1 e H1 font

    in forum Enfold
    maryenvato
    Participant

    Hi,
    on the site, I manually set the size of the H1 and H2.
    Now, how can I reset the size of the H1 and H2 using CSS? Is it possible?

    Looking forward to hearing from you.
    Best regards.
    MS

    #1465177

    In reply to: header problem

    Hey Gianluca,
    Thanks for the login, in your Enfold Theme Options ▸ Header ▸ Extra Elements ▸ Phone Number or small info text you had a phone number link that was unclosed, causing the error.
    To make your portfolio sort text larger try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .avia-fullwidth-portfolio .sort_width_container {
    	font-size: 30px;
    } 

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.
    Please adjust the font size to suit.

    Best regards,
    Mike

    #1465102

    Hi,

    Thanks for that. Please try to remove the !important bit from your CSS, then add this media query:

    @media only screen and (max-width: 600px) {
    #header_meta a {
      font-size: 12px;
    }
    #header_meta .sub_menu li ul {
      left: 0;
    }
    }

    Best regards,
    Rikard

    #1465011
    billbasler
    Participant

    Enfold, I am working on a site currently at preucil.baslerdesign.com, probably my 15-20th site built on Enfold. I am getting pretty good at figuring things out, but I need help here.

    Unfortunately, I am dealing with fairly lengthy secondary menu names: Preucil School of Music | Preucil Preschool | Music Together®

    the length of these three items just does not work well on phone sizes. I reached out to your all some time back to help my with some code to increase the font size on these for phone break point:

    /*—————————————-
    // Increase the size of Secondary Menu text
    //————————————–*/
    #header_meta a, #header_meta span {
    font-size:15px !important;
    }

    This has worked fine. But, different devices are breaking the menu at different places. My iPhone 13 Max breaks after Preucil School of Music, dropping Preucil Preschool and Music Together to a second line.

    Other Android Devices, a putting Preucil School of Music and Preucil Preschool on the first line and dropping just Music Together to the second line.

    Given this, the behavior of the secondary menu dropdowns are wonky. My iPhone does a good job of keeping the dropdown content “on-screen” without cropping off the content at the left of the screen. My client’s iPhone is reportedly chopping off the dropdown content.

    I am stumped. My first thought was that maybe they are changing text sizes through accessibility settings causing this. My other client is an Android user and is reporting the same thing.

    I am wondering if breaking these secondary nav into three lines would work. The three lines would have some sort of break control where I could break each line predictably. This solution would be uglier than I would like but the reality is the “Preucil School of Music” item takes up one line at a reasonable size by itself.

    And, if this can be done, it would be nice to have some sort of line-height control so that the spacing between lines is mobile friendly as each of these need to be clickable.

    Any other thoughts?

    #1464997

    Topic: Menu Sidebar Styling

    in forum Enfold
    dinoman17
    Participant

    Hello!

    I recently purchased this theme and I would like to style the menu items only in the sidebar navigation. I can’t seem to locate the settings it in the Advanced Styling section. Where can I find the settings to change the font size, color, etc..

    Website screenshot

    #1464916

    Hi,
    Thanks for the test page, so to have a different SVG icon for each item you need to use a different font-icon for each item so you can use a different code in the css for each item:
    Enfold Support 6461
    I then copied the base css from the example link and added your font-icon codes and your SVG icon URLs:

    [data-av_iconfont="entypo-fontello"][data-av_icon="\e89f"]:before{font-size:0;width: 50px; height: 50px; display: inline-block; background-size: contain;background-image: url(/wp-content/uploads/2024/08/home-icon.png) !important}
    [data-av_iconfont="entypo-fontello"][data-av_icon="\e8a0"]:before{font-size:0;width: 50px; height: 50px; display: inline-block; background-size: contain;background-image: url(/wp-content/uploads/2024/08/people-icon.png) !important}
    [data-av_iconfont="entypo-fontello"][data-av_icon="\e8a1"]:before{font-size:0;width: 50px; height: 50px; display: inline-block; background-size: contain;background-image: url(/wp-content/uploads/2024/08/bed-icon.png) !important}
    [data-av_iconfont="entypo-fontello"][data-av_icon="\e8a2"]:before{font-size:0;width: 50px; height: 50px; display: inline-block; background-size: contain;background-image: url(/wp-content/uploads/2024/08/bath-icon.png) !important}

    Then to make the gray backgrounds transparent I added this css:

    .page-id-321 .main_color .avia-icon-list .iconlist_icon {
        background-color: transparent;
    }

    This is the result:
    Enfold Support 6463

    Best regards,
    Mike

    #1464834

    Hi,
    As I understand your test site outer box shadow works good:
    Screen Shot 2024 08 17 at 12.54.28 PM
    but your live site is not:
    Screen Shot 2024 08 17 at 12.55.52 PM
    I first note that in your code block you have HEAD & BODY tags please don’t add these, I also note that your page is not published, the WordPress preview will not always display the page correctly, I also see that your HTML in the code block adds css for “.container” & “body” that targets the page and not just the code block element.
    So I remove the HEAD & BODY tags, change “.container” to “.zip-container” and publish, and now it is mostly correct:
    Screen Shot 2024 08 17 at 1.27.39 PM
    the corrected code:

    <script>
    var gform;gform||(document.addEventListener("gform_main_scripts_loaded",function(){gform.scriptsLoaded=!0}),window.addEventListener("DOMContentLoaded",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,initializeOnLoaded:function(o){gform.domLoaded&&gform.scriptsLoaded?o():!gform.domLoaded&&gform.scriptsLoaded?window.addEventListener("DOMContentLoaded",o):document.addEventListener("gform_main_scripts_loaded",o)},hooks:{action:{},filter:{}},addAction:function(o,n,r,t){gform.addHook("action",o,n,r,t)},addFilter:function(o,n,r,t){gform.addHook("filter",o,n,r,t)},doAction:function(o){gform.doHook("action",o,arguments)},applyFilters:function(o){return gform.doHook("filter",o,arguments)},removeAction:function(o,n){gform.removeHook("action",o,n)},removeFilter:function(o,n,r){gform.removeHook("filter",o,n,r)},addHook:function(o,n,r,t,i){null==gform.hooks[o][n]&&(gform.hooks[o][n]=[]);var e=gform.hooks[o][n];null==i&&(i=n+"_"+e.length),gform.hooks[o][n].push({tag:i,callable:r,priority:t=null==t?10:t})},doHook:function(n,o,r){var t;if(r=Array.prototype.slice.call(r,1),null!=gform.hooks[n][o]&&((o=gform.hooks[n][o]).sort(function(o,n){return o.priority-n.priority}),o.forEach(function(o){"function"!=typeof(t=o.callable)&&(t=window[t]),"action"==n?t.apply(null,r):r[0]=t.apply(null,r)})),"filter"==n)return r[0]},removeHook:function(o,n,t,i){var r;null!=gform.hooks[o][n]&&(r=(r=gform.hooks[o][n]).filter(function(o,n,r){return!!(null!=i&&i!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][n]=r)}});
    
    document.addEventListener('DOMContentLoaded', () => {
        const form = document.getElementById('zipcodeForm');
        const input = document.getElementById('zipcodeInput');
        const errorMessage = document.getElementById('errorMessage');
    
        fetch('https://welsbpo.net/wp-content/uploads/zipcodes.json')
            .then(response => response.json())
            .then(zipcodeData => {
                form.addEventListener('submit', (e) => {
                    e.preventDefault();
                    const zipcode = input.value.trim();
    
                    if (zipcodeData[zipcode]) {
                        window.location.href = zipcodeData[zipcode];
                    } else {
                        errorMessage.textContent = 'Zipcode not found. Please try again.';
                    }
                });
            })
            .catch(error => {
                console.error('Error fetching zipcode data:', error);
                errorMessage.textContent = 'An error occurred. Please try again later.';
            });
    });
    </script>
        <style>
            body {
                font-family: Arial, sans-serif;
                display: flex;
                justify-content: center;
                align-items: center;
                margin: 0;
                background-color: #f0f0f0;
            }
    
            .zip-container {
                background-color: white;
                padding: 2rem !important;
                border-radius: 8px;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
                text-align: center;
            }
    
            h3 {
                margin-bottom: 1rem;
            }
    
            form {
                display: flex;
                justify-content: center;
                margin-bottom: 1rem;
            }
    
            input {
                padding: 0.5rem;
                font-size: 1rem;
                border: 1px solid #ccc;
                border-radius: 4px 0 0 4px;
            }
    
            button {
                padding: 0.5rem 1rem;
                font-size: 1rem;
                background-color: #007bff;
                color: white;
                border: none;
                border-radius: 0 4px 4px 0;
                cursor: pointer;
            }
    
            button:hover {
                background-color: #0056b3;
            }
    
            .error {
                color: red;
            }
        </style>
        <div class="zip-container">
            <h3>Zipcode Redirect</h3>
            <form id="zipcodeForm">
                <input type="text" id="zipcodeInput" placeholder="Enter zipcode" required>
                <button type="submit">Go</button>
            </form>
            <p id="errorMessage" class="error"></p>
        </div>

    Best regards,
    Mike

    #1464826

    Hi,
    Thanks, this page has a page ID class of: page-id-17847 and since there is only one scroll-down-link you can just use this:

    #top.page-id-17847 .scroll-down-link {
    color: red !important;
    font-size: 150px !important;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4) !important;
    }

    Best regards,
    Mike

    #1464766
    This reply has been marked as private.
    #1464720

    In reply to: Code Korrekturen

    Hi Ismael,

    take this Code:

    <ul style="list-style-type: none; margin-left: 02px; padding-top: 8px; padding-bottom: 12px; padding-left: 0px;">
     	<li style="display: flex; margin-bottom: 12px;">
               <span style="font-size: 18px; color: green; white-space: nowrap; margin-right: 10px;">✔ </span>
               <span style="font-size: 18px;">xzzz</span></li>
     	<li style="display: flex; margin-bottom: 12px;">
               <span style="font-size: 18px; color: green; white-space: nowrap; margin-right: 10px;">✔ </span>
               <span style="font-size: 18px;">text</span></li>
     	<li style="display: flex; margin-bottom: 12px;">
               <span style="font-size: 18px; color: green; white-space: nowrap; margin-right: 10px;">✔ </span>
               <span style="font-size: 18px;">topic</span></li>
    </ul>
    

    Save it, click again on the Text-Element, it will be lost in this moment.

    BR
    Ralf

    #1464680

    Hi,

    Please try this CSS instead:

    .grid-entry .grid-entry-excerpt {
      color: #000;
      font-size: 16px;
      text-align: left;
      font-style: normal;
    }

    Best regards,
    Rikard

    #1464650

    Hi,

    Thank you for the update.

    You can either decrease the size of the font to make sure it fits in the container or add this css code to change how words or text breaks.

    #top #wrap_all .av-inherit-size .av-special-heading-tag {
        word-wrap: break-word;
    }
    

    Best regards,
    Ismael

    #1464625

    Hey rixi,

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

    .grid-entry .grid-entry-excerpt {
      color: #000;
      font-size: 16px;
    }

    Best regards,
    Rikard

Viewing 30 results - 481 through 510 (of 18,701 total)