Viewing 30 results - 421 through 450 (of 18,701 total)
  • Author
    Search Results
  • #1469841

    In reply to: GYM Demo on Mobile

    Please disregard. Found the setting in the Fullwidth Easy Slider config page under styling/Font Sizes.

    Thank you!

    #1469799
    kurson
    Participant

    Hi.

    I have full screen slider issues for: https://www.stonecrafters.rocks

    If I select dots only for navigation, not only do the arrows not show, the dots don’t show. I changed the colors, it’s a glitch.

    Tested on Samsung Galaxy s24.

    For the Font I resent mobile font from DEFAULT which overlayed and was cut off to 40px then 50 px then 60px. Now it is locked in font size and too small.

    I

    #1469756

    A variety of font size settings are available in Enfold.
    As Rikard mentioned above: Enfold->General Styling->Typography.
    (click to enlarge the images)

    or on each alb with text there are options to have different font-sizes depending on screenwidth – f.e. headings:

    I sometimes prefer the option to set a fluid font size – for this I activate the option to change the field for setting the font size to an input field.
    on a (default hidden option) – you can choose to have that:

    on that page here you can calculate that css for it – for maximum browser support, i use the min-max option – see image on the bottom
    https://websemantics.uk/tools/fluid-responsive-property-calculator/

    f.e.:

    see an example page : https://webers-testseite.de/heading-with-fluid-font-size/

    #1469589

    Hi,

    Thank you for the update.

    Have you tried adjusting the font size settings in the Enfold > General Styling > Typography tab? You can set different font sizes for various screen sizes. For mobile view, try adjusting the font size in the Very Small dropdown.

    Best regards,
    Ismael

    #1469571

    In reply to: Mega menu (2)

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

    #top #header .mega_menu_title,
    #top #header .mega_menu_title a {
        font-size: 12px;
    }

    Best regards,
    Mike

    #1469505

    Hi,

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

    @media only screen and (max-width: 479px) { 
    #top #wrap_all #main h4.av-special-heading-tag,#top #wrap_all #main h6.av-special-heading-tag {
        font-size: 8px;
    }
    }

    adjust the font size to suit

    Best regards,
    Mike

    #1469470

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

    @media only screen and (max-width: 767px) {
    .html_av-overlay-side-classic #top .av-burger-overlay .avia-menu-text {
        font-size: 17px;
    }
    }

    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

    #1469467

    Hi,
    Did you remove the css above:

    .av-special-heading-tag h4,h6 {
        font-size: 55px!important;
    }

    I don’t see a link to your site, please provide and tell us which title you are looking at that is an H4.

    Best regards,
    Mike

    #1469444

    Hi,
    Please see Enfold Theme Options ▸ General Styling ▸ Typography ▸ Advanced Options: Customize Typography Settings and set the font size for “small” & “very small”
    Screen Shot 2024 10 19 at 9.05.06 AM

    Best regards,
    Mike

    #1469424

    Hey findweat,

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

    @media only screen and (max-width: 767px) {
    #top .widget_nav_menu li {
      font-size: 17px;
    }
    }

    Best regards,
    Rikard

    #1469410
    findweat
    Participant

    Hello! Just want to ask why on mobile, my main sidebar (About Us, Inventory etc) font size is smaller than the supposed “dropdown” (Art, Asian etc) and how do I fix this?

    #1469370

    I can add this: before writing on this Forum, I had tried adding this ccs

    .av-special-heading-tag h4,h6 {
        font-size: 55px!important;
    }

    It works, but for all views: while I only want to change the mobile view

    #1469361

    Hi,

    Thank you for the update.

    how to change the page titles (only on mobile view)

    Are you referring to the Special Heading element? Please edit the element and adjust the settings under Styling > Font Sizes > Heading Font Sizes. You can toggle the device icons to change the font size for different screen sizes.

    Best regards,
    Ismael

    #1469351

    In reply to: Hotspot text smaller

    Hey JoStudioDeRijp,

    Thank you for the inquiry.

    You can use this css code to adjust the font size of the hotspot content:

    #top .avia-tooltip.av-tt-hotspot {
        font-size: 20px;
    }

    Best regards,
    Ismael

    #1469321
    carlopal
    Participant

    Good morning

    I would like to change (only for mobile view, without making any changes in desktop view) the font size for:

    • main menu links
    • page titles

    Can you provide me with some css to do this? Thanks a lot

    • This topic was modified 1 year, 3 months ago by carlopal.
    • This topic was modified 1 year, 3 months ago by carlopal.
    #1469283

    In reply to: portfolio grid

    Hey Qgrafica_7,

    Thank you for the inquiry.

    You can add this css code to adjust the font size of the category sort, but it may become a little too small.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .avia-fullwidth-portfolio #js_sort_items a,
      .avia-fullwidth-portfolio #js_sort_items .text-sep {
        font-size: 8px;
      }
    }
    

    Best regards,
    Ismael

    thanks for the input. Thanks to that it has led me to this solution
    table {
    table-layout: fixed;
    width: 100%;
    }
    td, th {
    font-size: min(16px, 3vw);
    }
    td, th {
    padding: 8px;
    border: 1px solid #ddd;
    }
    now it works great. Thanks again.

    #1469218

    OK,
    I have set larger font sizes, but I don’t see any difference on smartphones. I’ve tried with several smartphones.
    Best regards
    Ms

    #1469135
    maryenvato
    Participant

    Hi,
    I would like to resize the font size of the text in the mobile view.

    #1469066

    We would like it to be EXACTLY as it looks like on https://2024-liptonrogers-com.stackstaging.com/team/ with no “/” same colour and size font etc.

    #1469002

    Hi,
    Thanks for the link to your page, when I check I see this:
    Screen Shot 2024 10 12 at 5.18.42 PM
    I recommend this css:

    @media only screen and (max-width: 479px) { 
    	#top.home #wrap_all #full_slider_1 .av-slideshow-caption .avia-caption-content p {
    		font-size: 12px;
    	}
    	#top.home #wrap_all #full_slider_1 .avia-caption-title {
    		font-size: 15px;
    	}
    }

    or this result for small screens (320px):
    Screen Shot 2024 10 12 at 5.36.33 PM
    and this for normal screens (425px)
    Screen Shot 2024 10 12 at 5.38.51 PM
    Please adjust to suit

    Best regards,
    Mike

    #1468918

    This is what it looks like:

    @media only screen and (max-width: 767px) {
    #top #wrap_all .avia-slideshow .av-slideshow-caption.av-m1g8o6g7-f7efce2774fcf0ca4bccdacd45c3be64__0 .avia-caption-title {
    font-size: 22px !important;
    }
    }
    #top .avia-slideshow .av-slideshow-caption.av-m1g8o6g7-f7efce2774fcf0ca4bccdacd45c3be64__0 .avia-caption-content p {
    font-size: 18px;
    }
    @media only screen and (max-width: 767px) {
    .home #full_slider_1 .slideshow_caption {
    left: 20%;
    width: 80%;
    padding: 0;
    }
    }

    #1468763

    Hi,

    Did you place the code inside this css media query?

    @media only screen and (max-width: 767px) {
     // place the code here
    }

    You can also adjust the font size by editing the slide. Go to Styling > Font Sizes, then adjust the Caption Content Font Size > Font Size for small screens (480px to 767px, e.g., Tablet Portrait) settings. Click the device icon to adjust the font size for different screen sizes.

    Best regards,
    Ismael

    #1468761

    In reply to: Bullet point font size

    Hi,

    Thank you for the inquiry.

    Please try @Guenni007’s solution above or use this css code:

    ul {
        font-size: 18px; /* Adjust the size as needed */
    }
    
    ol {
        font-size: 18px; /* Adjust the size as needed */
    }

    Best regards,
    Ismael

    #1468742

    In reply to: Bullet point font size

    to influence the native list-point only – there is no way. Even a list-point color does not exist.

    You can only influence the whole list item, it is not possible to influence only the list-style-type.
    you do not need to set the color – then it will be inherited from text-block.
    Are these red points dots? “disc” – so get rid of color property – and adjust the font-size to your needs.

    if you just want to increase the font-size of the list-items select them by the li element and set the font-size property:

    #top .avia_textblock > ul > li {
      font-size: 18px;
    }

    Your wording and topic title led me a little astray. If only you had written: Font-size of the list – that would be clearer

    #1468736

    Topic: Bullet point font size

    in forum Enfold
    Jerfalco
    Participant

    Hi,

    I would like to change the font size of a bullet point list. how do i accomplish this?

    thanks!!

    #1468623

    Hi,

    Thank you for the update.

    Please include this css rule inside the css media query (max-width: 767px) to adjust the font size of the caption content:

    #top .avia-slideshow .av-slideshow-caption.av-m1g8o6g7-f7efce2774fcf0ca4bccdacd45c3be64__0 .avia-caption-content p {
        font-size: 18px;
    }

    Best regards,
    Ismael

    #1468360

    In reply to: error strong tag

    well on your page (nicolealbaek.dk) there is set that h1 always is bold (strong)

    @media only screen and (min-width: 780px) {
      #top #wrap_all .all_colors h1 {
        color: #2d2d2d;
        font-size: 32px;
        font-family: 'oswald',Helvetica,Arial,sans-serif;
        font-weight: bold;
      }
    }

    That is the reason why there is no difference between the heading and the dot!
    next: the color of the strong tag could be different to red – depends on your color settings.

    it seem that you have different settings on the other domain (equusbalance.dk)
    you set on the other domain a color of: #c49570
    try on nicolealbaek.dk if you like to have on all strong tags inside a h1 tag:

    #top .all_colors h1 strong {
      color: #F00 !important;
    }

    by the way – This is only an advisory note (warning in red) and can be neglected if everything is done correctly.

    #1468247

    In reply to: Headline size issues

    I disabled WP Rocket and the font size works. Hmmmmm

    #1468246

    In reply to: Headline size issues

    Hey bemodesign,

    Thank you for the inquiry.

    Did you add this css code?

    #top #wrap_all .av-inherit-size .av-special-heading-tag {
        font-size: 1em;
    }

    Please try to temporarily disable the Enfold > Performance > File Compression settings to make sure that the changes to the theme options take effect. Let us know the result.

    Best regards,
    Ismael

Viewing 30 results - 421 through 450 (of 18,701 total)