Viewing 30 results - 871 through 900 (of 18,702 total)
  • Author
    Search Results
  • #1430059

    Hi,
    Try this css instead where the line height matches the font size:

    @media only screen and (max-width: 767px) { 
    	.avia-table a {
    		font-size: 16px;
    	}
    	.avia-table li {
    		line-height: 16px;
    	}
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1430050

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) { 
    	.avia-table a {
    		font-size: 12px;
    	}
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1430040

    Hey schweg33,
    Thank you for the link to your site, but it looks like we won’t be able to see your elements without a login.
    What font size do you want to use for mobile?

    Best regards,
    Mike

    Hi,
    The css classes .site-header & .top-bar are not typical for Enfold, I would recommend this css:

    #header_meta .container {
    min-height: 60px;
    }
    
    #header_meta .container * {
    font-size: 16px;
    }

    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.
    If this doesn’t help please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    #1429993

    Hey joandjaxx,
    Please remove this css:

    [data-av_icon]:before {
        font-size: 50px!important;
    }

    and use this instead:

    .iconbox_icon[data-av_icon]:before {
        font-size: 50px!important;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1429957

    In reply to: Centering menu

    Hi vantagepointmg,

    Please try to replace the CSS code I gave with this one:

    @media only screen and (max-width:767px) {
      #top #header_meta {
        padding-top: 10px;
      }
    
      #top #header_meta .sub_menu .menu-item {
        margin-bottom: 12px;
      }
    
      #top #header_meta .sub_menu * {
        font-size: 14px;
      }
    
      #top #header_meta #menu-item-130, 
      #top #header_meta #menu-item-131 {
        text-indent: -999em;
      }
    
      #top #header_meta #menu-item-130 img, 
      #top #header_meta #menu-item-131 img {
        position: absolute;
        top: 0;
        left: 0;
      }
    
      #top #header .av-burger-menu-main a {
        max-height: 80px;
        line-height: 80px !important;
      }
    
      .logo img, 
      .logo svg {
        max-height: 80px !important;
      }
    
      #top #header_meta .sub_menu #avia2-menu {
        height: auto;
      }
    
      #header_main {
        padding-top: 8px;
      }
    }

    Best regards,
    Nikko

    #1429950
    joandjaxx
    Participant

    Hi I added this code to my site to make the icon box icons larger when they are display icon on left side. It works but it also makes the icons in the social header and buttons larger. The section these are in are the blue one with the title COACHING ONLINEOR IN PERSON. I have some other code on my site for the top icons that it is also conflicint with. Please advise

    Code for left icons

    /* Icon Size */
    [data-av_icon]:before {
        font-size: 50px!important;
    }
    .iconbox_icon {
        margin-right:20px!important;

    }`

    Code for top icons

    .iconbox_top .iconbox_icon {
        font-size: 60px!important;
        text-align: center;
        height: 60px;
        width: 60px;
        line-height: 56px;
        top: -34px;
        margin-left: -45px;
    }
    liuxuewu
    Participant

    I adjust the height and font size of the top bar in the header by using custom CSS.
    /* Increase the height of the top bar */
    .site-header .top-bar {
    height: 60px; /* Adjust the height as needed */
    }

    /* Increase the font size of the top bar */
    .site-header .top-bar a {
    font-size: 16px; /* Adjust the font size as needed */
    }
    But it doesn’t work?

    #1429716
    northorie
    Participant

    Hi,
    I have questions on the freelancer-theme:

    1. Where to change the bakcground color for the pricing table?
    2. How and where to change the title font of the milestones on timelines. I tried H2, H3 and H4, but it didn’t work
    3. I am not able to center he background pictues of each section. I treid different picturesizes already. Didn’t work. Whats the secret?
    4. Where to change the hover color of the shrinked menu?
    5. I need to change to color on one parting line. How to?

    Best regards an thanks in advance for your help :)

    #1429682

    In reply to: Icon Box Size

    Hey joandjaxx,

    Thank you for the inquiry.

    You can replace the modification with the following code.

    /* Icon Size */
    .iconbox [data-av_icon]:before {
        font-size: 50px!important;
    }
    .iconbox_icon {
        margin-right:20px!important;
    }
    

    Best regards,
    Ismael

    #1429680

    Hey biggsuccess,

    Thank you for the inquiry.

    We have found an extra curly brace in the css code above, which renders the css rules below it invalid. We also adjusted the position of the css media queries.

    
    .main_menu {
      background: white;
    }
    
    #top #header_meta a,
    #top #header_meta li,
    #top #header_meta .phone-info {
      font-size: 14px;
    }
    
    .avia-layerslider {
      box-shadow: none !important;
      border-top-width: 0 !important;
    }
    
    div#after_layer_slider_1 {
      border-top: none !important;
    }
    
    .home #main>.container_wrap_first>.container>.content {
      padding-bottom: 0;
    }
    
    @media only screen and (max-width: 430px) {
      .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 182px !important;
      }
    }
    
    @media only screen and (max-width: 767px) and (orientation: landscape) {
      .responsive #top #wrap_all #main {
        padding-top: 119px !important;
      }
    }
    
    @media only screen and (max-width: 768px) {
      .responsive #top #header #header_main .inner-container .widget {
        order: 3;
        flex-basis: 100% !important;
      }
    
      .responsive #top #header #header_main .inner-container .widget .avia-button.avia-size-medium {
        padding: 12px 5px 10px;
        font-size: 12px;
        min-width: 60px;
      }
    
      .responsive #top #header #header_main .inner-container .widget>div {
        padding: 0;
      }
    
      .responsive #top #header #header_main .inner-container .widget>div>div {
        text-align: center;
      }
    }

    Best regards,
    Ismael

    #1429668

    Topic: Icon Box Size

    in forum Enfold
    joandjaxx
    Participant

    HI,

    I added some code to make the icon box icon larger. I t worked but I notcied it also changed the icon size of the social icons in my header.

    This is the code I added

    /* Icon Size */
    [data-av_icon]:before {
        font-size: 50px!important;
    }
    .iconbox_icon {
        margin-right:20px!important;
    }
    #1429617

    Hey maryenvato,

    Thank you for the inquiry.

    We can add a few css modifications in the Enfold > General Styling > Quick CSS field to adjust the style of the first column on smaller screens. Please start with this css code.

    @media only screen and (max-width: 768px) {
      /* Add your Mobile Styles here */
      .av_textblock_section.av-lr4yjeic-cd8285095e8d65e185685adbb051d6f7 table th.avia-desc-col {
        font-size: 0.9em;
        word-break: break-word;
        width: 130px;
      }
    }
    

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after applying the modification.

    Best regards,
    Ismael

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 990px) {
    .page-id-8445 h2 {
      font-size: 18px; 
    }
    }

    Best regards,
    Rikard

    Sandy
    Participant

    What is the CSS code to specify the font size for h2 on a specific page on mobile only?

    #1429517
    DianaLoola73
    Participant

    Dear support team

    We have a contact form on the website https://emmerams-muehle.de/kontakt/#kontaktform. In the mobile view, the border of the email field is much thicker than in the other boxes: see screenshot: https://emmerams-muehle.de/support/email.png

    I have already added the following script to the CSS:
    @media only screen and (max-width: 767px) {
    input#avia_2_1 {
    border-width: 1px !important;
    font-size: 15px !important;
    }
    }

    What do I have to change so that the same thin border is displayed for the email field in the mobile view as for the other fields?

    Best regards, Diana

    #1429421

    Hi,
    I added this css:

    #top .all_colors h1 {
    	font-size: 18px;
    }
    #top .all_colors h2 {
    	font-size: 14px;
    }

    check now.

    Best regards,
    Mike

    #1429417

    Hi,
    Can you link to a page that it doesn’t work and explain if it is a header or the paragraph font-size that you wish to change and what size you want it to be.

    Best regards,
    Mike

    #1429362
    daves1997
    Participant

    Trying to save time as site was hacked

    #1429320

    Hey fabienneRedUmb,

    Thank you for the inquiry.

    You can leave the Heading Font Sizes and Subheading Font Sizes of the Special Heading elements set to Default, and define the font size for headings (h1, h2, h3, etc.) in the Enfold > Advanced Styling panel. Afterward, you can add the following css code to adjust the default size of the subheading element relative to the configurations or style adjustments made in the Advanced Styling panel.

    #top .av-subheading {
        font-size: 1.2em !important;
    }
    

    Best regards,
    Ismael

    #1429300
    fabienneRedUmb
    Participant

    Hey, how can I implement that the font size of the subheading always is 62% of the special heading it accompanies without doing each and every single special heading?

    Thank you

    #1429169

    Hi,

    Thanks for that. Please try this in Quick CSS:

    .learndash-wrapper * {
      font-family: verdana;
      font-size: 13px;
    }

    I couldn’t find a list in your content though? Please add one so that we can check that problem as well.

    Best regards,
    Rikard

    #1429154

    Hi daves1997,

    I apologize for the delayed response.
    Adjusting the font size of the menu should help, otherwise, the number of menu items should be reduced by making it a submenu of other menu items.

    Best regards,
    Nikko

    #1429153

    In reply to: Centering menu

    Hi vantagepointmg,

    This was the code that was responsible for the size:

    .logo img,
    .logo svg {
    height:160%;
    max-height:240px !important
    }

    To fix it, please try adding this CSS code as well:

    @media only screen and (max-width:767px) {
      #top #header_meta {
        padding-top: 10px;
      }
    
      #top #header_meta .sub_menu .menu-item {
        margin-bottom: 12px;
      }
    
      #top #header_meta .sub_menu * {
        font-size: 14px;
      }
    
      #top #header_meta #menu-item-130, 
      #top #header_meta #menu-item-131 {
        text-indent: -999em;
      }
    
      #top #header_meta #menu-item-130 img, 
      #top #header_meta #menu-item-131 img {
        position: absolute;
        top: 0;
        left: 0;
      }
    
      #top #header .av-burger-menu-main a {
        max-height: 80px;
        line-height: 80px !important;
      }
    
      .logo img, 
      .logo svg {
        max-height: 80px !important;
      }
    }

    Best regards,
    Nikko

    #1429149

    Dear Rikard. Thank you. In private you can find what you asked. I need to fix the bulleted list bug and I need to have a bigger text size ora a different font.

    Thank you.

    #1429120

    Hi,

    Thganks for the clarification. Please try this in Quick CSS:

    .grid-sort-container .grid-entry-title a {
      font-size: 16px;
    }
    
    .grid-sort-container .grid-content {
      padding: 4px 20px 20px 20px;
    }

    Best regards,
    Rikard

    #1429110

    In reply to: Posts Titles

    Hi,
    When I try the the Enfold Theme Options ▸ Advanced Styling ▸ H3 option as Ismael suggested it works correctly:
    Enfold_Support_4274.jpeg
    Enfold_Support_4277.jpeg
    But if you only want this font change on one page, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top.page-id-30 .slide-entry-wrap h3.slide-entry-title {
    	font-size: 18px;
    }

    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.

    Best regards,
    Mike

    #1429087

    In reply to: Posts Titles

    Hello Ismael,
    I made the adjustments but nothing changed. I just want the names to be a Normal Font size 18 and not so large. I want the names on one line and because the names are so large they are showing up on 2 lines. Can you please help me with this.

    Thank you
    Maggie

    #1429068

    In reply to: Posts Titles

    Hey Maggie,

    Thank you for the inquiry.

    You should be able to adjust the font size in the Enfold > General Styling > Typography tab or in the Enfold > Advanced Styling panel. Edit the h3 element.

    Best regards,
    Ismael

    #1429066

    Topic: Posts Titles

    in forum Enfold
    tiadrop
    Participant

    Hello I can’t find where I can adjust the font size of my post’s titles. I created a team page using posts and the attached screenshot on this page url shows how large the names are.

    Is ther a way you can reduce the font size so that the names are a font size 18 and bold? Here is the link to the site page

    Please help

Viewing 30 results - 871 through 900 (of 18,702 total)