Viewing 30 results - 11,191 through 11,220 (of 18,744 total)
  • Author
    Search Results
  • #641778
    designyvr
    Participant

    Hi,

    How can I reduce font sizes for tablet and smart phone views?

    Thank you!

    #641768

    I did as you asked and I cleared my browser cache and it still is doing it on my Note 4 in portrait mode. We also tested it on a iphone. It still was doing the same thing.

    So I was looking at the toggle/accordion box and it was doing what we needed for these boxes. So I made some css experiments and finally got something so its at least decent looking across all browsers/sizes and squishing.

    This was the code for it and even though it says div there I used spans around my actual special headings.

    div .heading-border{
    border-style: solid; 
    border-width:2px; 
    padding: 5px;
    border-color: #666666;
    text-shadow: 1px 1px 5px #ffffff !important;
    }
    
    div .heading-border2{
    border-style: solid; 
    border-width:2px; 
    padding: 5px;
    border-color: #FFFFFF;
    box-shadow: 1px 1px 5px #1e4371 !important;
    }
    
    @media only screen and (max-width:1064px) and (min-width: 320px) {
    div .heading-border{
    border-style: solid; 
    border-width:2px; 
    padding: 5px;
    border-color: #666666;
    text-shadow: 1px 1px 5px #ffffff !important;
    width: 100%;
        float: left;
        display: block;
        margin: 0 0 -2px 0;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: -2px;
        margin-left: 0px;
        padding-bottom: 1px;
        overflow: hidden;
        overflow-x: hidden;
        overflow-y: hidden;
        position: relative;
    }
    
    div .heading-border2{
    border-style: solid; 
    border-width:2px; 
    padding: 5px;
    border-color: #FFFFFF;
    box-shadow: 1px 1px 5px #1e4371 !important;
    width: 100%;
        /*float: left;*/
        display: block;
        margin: 0 0 -2px 0;
        margin-top: 0px;
        margin-right::0px;
        margin-bottom: -2px;
        margin-left: 0px;
        padding-bottom: 1px;
        overflow: hidden;
        overflow-x: hidden;
        overflow-y: hidden;
        position: relative;
    }
    }
    
    @media only screen and (max-width: 320px) {
    .av-special-heading-tag {
        font-size: 2.5vh !important;
    }
    
    }
    

    Thank you for trying to help I appreciate it.

    #641653
    Matt
    Participant

    I have added this code to enlarge the size of the phone number in my top bar.
    .social_header .phone-info { font-size: 18px; }

    No Quick CSS is working though (tried many others which I know to work as I am using them on other Enfold powered sites).

    Website in question and admin login details are in private content. Please help.

    #641545

    Topic: Font Overlapping Logo

    in forum Enfold
    acbrent25
    Participant

    Hi,

    I’ve been using enfold for some time and love most of it. However, this issue keeps arising with every install I use. Sometimes code in the forums works and other times its doesn’t.

    Seems like this is something that should be addressed in the theme files.

    When you create a menu and a graphic logo the menu almost always will overlap the logo upon resizing the screen even with the settings being “activate for smart phones and tablets”

    I tried scaling the text on smaller screens like this:

    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    /* Styles */
    .avia-menu-text {
    font-size: 70% !important;
    }
    }

    But it doesn’t work

    Also tried this:

    @media only screen and (max-width: 1024px) {
    #mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
    nav.main_menu { display: none; }}
    #wrap_all {
    position: relative !important;
    }

    but doesn’t work.

    The site is: http://commonlot.com/

    You can see it here: http://www.screencast.com/t/gGYCgu5ghV

    Please help.

    Thank you

    #641495

    Hi!

    You should remove it.
    Or you can add following to Quick CSS to decrease font size of magazine titles

     .av-magazine .av-magazine-content-wrap .av-magazine-title {
        font-size: 14px!important;
    }

    Cheers!
    Yigit

    #641489

    I changed the font size, but not has been no change = (

    #641458

    Hi!

    You have following code in Quick CSS

    #top #wrap_all .header_color h3, #top #wrap_all .main_color h3, #top #wrap_all .alternate_color h3, #top #wrap_all .footer_color h3, #top #wrap_all .socket_color h3 {
        font-size: 26px;
        text-transform: uppercase;
    }

    Please remove it and then point out the changes you wanted to make when you added that code so we can provide you more accurate one

    Regards,
    Yigit

    #641437

    Hey Chris_85,

    you can change it via css using this code inside of Quick CSS field:

    #av_product_description h1 {
    font-family: 'Helvetica';
    font-size: 10px;
    }
    

    Adjust it as needed.

    Best regards,
    Andy

    Hi,

    please open different tickets for different questions/issues.

    1.) Textwidget can’t shrink, because it’s not a logo element. However, I checked your website and it looks good to me now:

    View post on imgur.com


    Could you fix it already?

    2.) Use this code for your textwidget:

    @media only screen and (max-width: 767px) {
    .custom-info p {
    font-size: 25px;
    }}
    

    and adjust font-size as needed.

    Best regards,
    Andy

    #641353
    txplus
    Participant

    Hey there,

    thanks to the well-documented issues, i know that the CSS for the single fields is following:
    #top label {
    font-weight: normal;
    font-size: 15px;
    }

    May you tell me which one is the css class to change font size of the formulas headline? :)

    Furthermore, i was able to find out that a separate license for each page in a wordpress multi-site installation is necessary.
    My question is, how do i handle all these different licenses on my webserver?
    Do i have to upload a separate enfold-theme folder for each purchase and connect it with different API Keys?

    I’m looking forward to hear from you!

    Thank you so much in advance,
    Timm

    Hi,

    It does not work.
    But I modified it and it works like this.
    This is a proper way?

    .single-product .price span{
        font-size: 28px!important;
    }
    #641296

    Hi @freeethinka ;
    There are two ways:
    #1 – Theme Options > Advanced Styling : and choose your size, color …. for the bat at the top of the header
    #2 – add this line into your custom css file or into quick css zone :

    /*TEXT SIZE BIGGER AND COLOR DARKER PHONE INFO BAR*/
    .phone-info {font-size: 14px !important;color:#000 !important;}
    

    But use just one of them !

    #641278

    Hi Hugues,

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

    1.

    .home .flex_column .avia-slideshow {
        margin: 10px 0 !important;
    }

    2.

    @media only screen and (max-width: 767px) {
    .home #av_section_1 h1.av-special-heading-tag {
    font-size:18px !important;
    }
    }

    Best regards,
    Rikard

    #641217

    Hey Andy,

    I tried that and didn’t have any luck.

    I tried to add

    <span class="av-icon-char" style="font-size:16px;line-height:16px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span>

    before the text in the default editor and this works when I preview, but when I update it breaks the page.

    EDIT: I added “&#9658” to the front of the text, and even thought it’s not the icon, I think it will work. Thanks for your help!

    • This reply was modified 9 years, 11 months ago by jesseaborden.

    Hi!

    Please replace the code with the following:

    .single-product .price, #top .price span{
        font-size: 20px!important;
    }

    Regards,
    Ismael

    darajan
    Participant

    Hi, I have several issues and questions about the theme:

    1. Extra gap around mansard grid
    For the masonry grid, when I set no gap, the image grid still has a very thin white gap on the right as shown in the screenshot. When I set 1 pixel gap, the right gap still looks larger then the left gap. Is there a way to solve it.
    white gap on masonry gallery

    2. Define custom masonry gap between elements
    Is there a way to define custom gap between elements besides current options of no gap, 1 and large.

    3. Lightbox window size
    For lightbox window size and background image opacity. I used following css to increase window size to 1280 and bg black opacity to 0.9 showing less original content.

    .mfp-iframe-holder .mfp-content {
    max-width: 1280px;
    position:center;
    top:30px;
    }

    .mfp-zoom-in.mfp-ready.mfp-bg, .mfp-zoom-in.mfp-ready .mfp-preloader {
    opacity: 0.9 !important;
    background: black !important;
    }

    This works on fullwidth slide element, when I click an image/video link. But when I use masonry gallery, it seems the Lightbox window and bg opacity still use the default setting. The window is smaller then 1280 pixel. My uploaded image is 1920×1080.
    lightboxPreperties

    Could you list the reference for all the essential lightbox CSS formats, so that I could customise lightbox frame’s size, position, and icons.

    4. Masonry overlay
    I would like to customise the masonry grid’s overlay frame, such as size, position, colour, opacity, font size, font colour, font opacity…
    Also I wonder if I could replace with my own overlay design instead of a simple rectangular frame. And, how to set a different parameters for mobile. I currently use these css to change overlay opacity on the mobile. But I also need to change its position and size(height) as well as the font colour. Since the default black colour won’t be readable on a transparent overly frame. I’d like to set a black overlay frame with white title.

    5. Hide lightbox arrow icon on mobile
    Since the lightbox effect on mobile makes the popup image a very limited space, I don’t want to show the arrow icon and title text which severely distract the image.
    overlay_icons_on_mobile
    Also on mobile, is there a way to make image full screen when I click an image link or a link in the masonry grid. Since the limited space on mobile is not ideal for lightbox effect. It’s better if the user could simply view image in full screen and be able to zoom and pan freely.

    6. Text color
    After I set primary font colour to a certain colour, everytime when I set a word to bold in the Text Block, it automatically switches to that colour. Can I make its colour not bond to the primary colour settings. Since I just simply want to set a black bold text when the main paragraph font colour is black.

    7. Re-order masonry categories items, not the image grid, but the names of the categories.
    I’d like to customize the order of the category items not the grid images. Please see attached.
    category items order

    If this could not be achieved. Can I hide the categories on Mobile which takes a lot of space, or can I decrease the font size of the category items on mobile.
    category items on mobile

    8. Different font size on mobile
    How can I set different font size on mobile, including main paragraph size, overlay font size.

    9. Customized overlay shape
    When using a fullwidth slide, it shows a default overlay icon when I hover on the image link. Is there a way to replace it with my own design (jpg, or animated gif)

    10. Automatically link to different url based on ip address
    I wonder if there is an ip detect plugin compatible with Enfold that determines user’s ip address and automatically link to different url. Since in China, vimeo and youtube are blocked, I’d like to create one link, while have users in China access automatically towards Chinese video site and users in other countries still access links to vimeo.

    #640985

    Hi Jordan,
    My bad – there is a 1px border built in to the css for buttons in the theme it seems but by over-riding button colours manually I seem to have been able to to get rid of it anyway :-)

    This is what i see in the inspector for buttons:
    body div .avia-button {
    border-radius: 3px;
    padding: 10px;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin: 3px 0;
    line-height: 1.2em;
    position: relative;
    font-weight: normal;
    text-align: center;
    max-width: 100%;
    }

    Hugues

    #640973
    hugaud
    Participant

    Hi,

    I need help with a couple of things on this page (in private content)

    1. I need to reduce the height of the grey band with green text just above the slider on this page, I can affect the top padding of the band ok and I think that in order to reduce the bottom of the band in line with the top I need to affect the top margin of the slider itself but I can’t seem to be able to make it work.

    2. I also need to reduce the size of the text just above the slider in this same box on mobiles so that the whole grey box with green text takes up less space on mobiles. I know I need a media query to do this and I’ve tried but I can’t get iot quite right.

    Can you help please?
    Thanks in advance

    #640951
    jehcikinha
    Participant

    I want to change the font and size of the titles only blog, see the picture you sent, this very large.
    Thank you very much!

    #640825
    tjswarbs78
    Participant

    Morning,

    I’ve used this code to tweak the portfolio grid and all is good.

    .image-overlay {
        display: none !important;
    }
    .grid-image:before {
        content: attr(title);
        background: red;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1000;
        text-align: center;
        line-height: 180px;
        opacity: 0;
        font-weight: bold;
        font-size: 24px;
    }
    
    .grid-image:hover:before {
        opacity: 1;
    }
    
    .grid-image:before{
        transition: all linear 0.2s;
    }

    Is it possible to also display the portfolio excerpt?

    I tried content: attr(excerpt); but that didn’t work

    Thanks

    TJ

    #640641

    Hi!

    To display the social icons in mobile menu copy the code in this link http://pastebin.com/AkEACX3Q to functions.php

    and add this css to quick css

    /* Mobile menu social icons */
    
    #mobile-advanced [data-av_iconfont='entypo-fontello']:before {
        font-family: 'entypo-fontello';
    }
    
    #top .social_bookmarks li a:before, #mobile-advanced .social_bookmarks li a:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: normal;
        content: attr(data-av_icon);
        speak: none;
    }
    
    #mobile-advanced ul.social_bookmarks li, #mobile-advanced ul.social_bookmarks li a{
        border:0!important;
    }
    #mobile-advanced .social_bookmarks li a:before {
        color: #666;
        font-size: 30px!important;
    }
    
    #mobile-advanced .social_bookmarks li > a:before {
       font-size: 20px;
    }
    
    #mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before { display: none !important; }

    and remove the css below to display the icons in header

    @media only screen and (max-width: 989px) {
    .responsive.html_mobile_menu_tablet .main_menu .avia-menu, .responsive.html_mobile_menu_tablet #header_main .social_bookmarks, .responsive.html_mobile_menu_tablet #header_main_alternate {
    display: block;
    }}
    

    Cheers!
    Vinay

    #640482

    In reply to: Social Icons on Mobile

    Hi,

    I tried the code on my installation before adding it to your site and it worked great! but very sorry that the same code din’t work and broke the site it was totally unexpected. I have modified the earlier version and everything is good now please review the site.

    below functions was added to child themes functions.php

    function mobile_menu_social_icons(){
    ?>
    <script>
    jQuery(window).load(function(){	
    // Add your jQuery script here
      var htmlString = jQuery('#header .social_bookmarks').html();
      jQuery('#wrap_all').find('#mobile-advanced').prepend('
    
    <ul class="noLightbox social_bookmarks">' + htmlString + '</ul>
    
    ');
    });
    </script>
    <?php
    }
    add_action('wp_head', 'mobile_menu_social_icons');

    Below css was added to child theme styles

    
    /* Mobile menu social icons */
    
    #mobile-advanced [data-av_iconfont='entypo-fontello']:before {
        font-family: 'entypo-fontello';
    }
    
    #top .social_bookmarks li a:before, #mobile-advanced .social_bookmarks li a:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: normal;
        content: attr(data-av_icon);
        speak: none;
    }
    
    #mobile-advanced ul.social_bookmarks li, #mobile-advanced ul.social_bookmarks li a{
        border:0!important;
    }
    #mobile-advanced .social_bookmarks li a:before {
        color: #666;
        font-size: 30px!important;
    }
    
    #mobile-advanced .social_bookmarks li > a:before {
       font-size: 20px;
    }
    
    #mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before { display: none !important; }
    
    

    Best regards,
    Vinay

    Hey kaloraat,

    1- Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 1024px) {
    #header .widget { font-size: 24px; }}
    .header-scrolled#header .widget {
        padding-top: 0;
    }
    #header .widget { z-index: 99; }
    

    You can use HTML in your text widget to make your email linked then you can add following code to Quick CSS to change color on hover

    #header .widget a:hover { color: red !important; }

    2- Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #footer a {
        color: #222222;
    }
    #footer {
        background: white;
    }
    #footer #text-3 {
        line-height: 100px;
    }
    

    3- Please go to Enfold theme options > Advanced Styling and edit “Linked Image Overlay”

    Best regards,
    Yigit

    Hey Audiolia,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .price, #top .price span{
        font-size: 20px!important;
    }
    

    Best regards,
    Vinay

    Audiolia
    Participant

    I think that in the product price displayed is too small in page product

    How to change that without changing the main page where all the product are displayed?

    #640173

    In reply to: head menu

    hi josue
    thanks, but there is only a limited amount of options: tekst, background, border , size, font.
    no option for bold/not bold.
    see image

    • This reply was modified 9 years, 11 months ago by yampieters.
    #640163

    In reply to: Change table color

    Hi,

    Please provide a working link to your site it will be easy to help you with accurate code. You are copying a preview link(which only admin can see) instead click view page on top tool bar and share the link.

    
    /* Price row */
    .main_color .pricing-table li.avia-pricing-row {
        background-color: #c3512f!important;
        color: #ffffff!important;
    }
    
    /* font size */
    .pricing-table>li {
        font-size: 20px;
    }
    

    Best regards,
    Vinay

    #640103

    Hi,

    The style attribute is incorrect. Please post the login details here. We would like to inspect it.

    
    <div style="padding-bottom:5px;color:#ffffff!important;;font-size:30px;" class="av-special-heading av-special-heading-h3 custom-color-heading blockquote modern-quote modern-centered  avia-builder-el-27  avia-builder-el-no-sibling  mdescustomh av-inherit-size">
    <h3 class="av-special-heading-tag" itemprop="headline">We do not believe that this opportunity can be found anywhere else and really is a unique and priceless way to fast track your successful trading journey.</h3>
    <div class="special-heading-border">
    <div class="special-heading-inner-border" style="border-color:#ffffff!important;"></div>
    </div>
    </div>
    

    Best regards,
    Ismael

    #640095

    Hi,

    Did you check this on an actual mobile device? Or did you just resize the browser until you reproduce the issue? It only happens when the screen reaches 290px which is way smaller than the smallest screen sizes to date. Anyway, if you really need to fix that, add this in the QuicK CSS field:

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

    Best regards,
    Ismael

    #640076

    Hi!

    Thank you for using Enfold.

    You can customize the menu items in the Enfold > Advanced Styling panel. If you want to add custom css modifications, use the Quick CSS field. Example:

    #top .av-main-nav ul a {
        font-size: 20px;
        min-height: 50px;
        line-height: 50px;
    }

    Cheers!
    Ismael

Viewing 30 results - 11,191 through 11,220 (of 18,744 total)