-
AuthorSearch Results
-
December 9, 2015 at 12:12 am #549334
Hi!
Font size was set to 13px, i set it to 16px to test it and confirmed that it is working fine [screenshot in private content field]. Please go to Quick CSS field and adjust the value as needed
Cheers!
YigitDecember 8, 2015 at 11:49 pm #549316In reply to: Button padding in custom CSS not working
Hi dohodoho!
Please try adding !important rule to your code as following
.avia-button.avia-size-x-large { font-size: 18px; border-radius: 8px; padding: 20px 40px 18px !important; }Best regards,
YigitDecember 8, 2015 at 11:22 pm #549301Topic: Button padding in custom CSS not working
in forum Enfolddohodoho
ParticipantHi, I have the following custom CSS code for the very large buttons.
.avia-button.avia-size-x-large { font-size: 18px; border-radius: 8px; padding: 20px 40px 18px; }
This works fine except for the padding which is somehow ignored. The padding is reset to “25px 50px 23px;” when I look at it in the Chrome Inspection function.
Any clue?
I just want to make the very large button a little smaller.
December 8, 2015 at 7:11 pm #548961In reply to: Change menu font size
Hello,
The URL is http://www.josephbrunette.com
You can see the menu headings on the left side of the home screen. I’d like to reduce the fontsize slightly and remove the horizontal lines below each one.
here is a screen shot:
Thanks !!
December 8, 2015 at 6:53 pm #548944In reply to: Icon in the Phone Info Section
I’ve changed both the text and icon to 18px but there’s still a gap. :(
.phone-info { text-align: center; font-size: 18px; } .phone-info .iconbox_icon { float: right; font-size: 18px; margin: 0; margin-left: 5px; }December 8, 2015 at 6:48 pm #548941In reply to: Icon in the Phone Info Section
Hey!
Please change the code i posted in my last reply to following one
.phone-info .iconbox_icon { float: right; font-size: 21px; margin: 0; margin-left: 5px; }Cheers!
YigitDecember 8, 2015 at 1:20 pm #548697In reply to: Larger Textblock for Blog (Grid Layout)
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.blog-categories.minor-meta { font-size: 18px; }Cheers!
YigitDecember 8, 2015 at 11:53 am #548661Hi!
Please add following code to Quick CSS
.avia-content-slider .slide-entry-title { font-size: 20px; text-align: center; }Cheers!
YigitDecember 8, 2015 at 11:52 am #548660In reply to: Larger Textblock for Blog (Grid Layout)
Great, almooooooost done.
Just could not get large font size for the category (eg. in the first post “Allgemein”). Any thoughts on that?For the records / for other users -> Correct code for increase excerpt length is:
add_filter( ‘avf_postgrid_excerpt_length’,’avf_postgrid_excerpt_length_mod’, 10, 1);
function avf_postgrid_excerpt_length_mod($length)
{
$length = 100;
return $length;
}… else you run in an parser as I did multiple times ;-)
Thx againDecember 8, 2015 at 7:26 am #548550In reply to: Animated Numbers Font Weight
Hey djshortkut!
The class to target it is
.avia-no-numberbut on that size it is, the normal / thin version is the one you have live.
Fonts weigh also matches the font size on most fonts.Regards,
BasilisDecember 8, 2015 at 6:04 am #548523In reply to: Larger Textblock for Blog (Grid Layout)
Hey!
1.) You can use this for the post meta info:
.avia-content-slider .slide-meta div, .avia-content-slider .slide-meta time { font-size: 18px; }2.) Add this in the functions.php file in order to increase the excerpt length:
add_filter('avf_postgrid_excerpt_length','avf_postgrid_excerpt_length_mod', 10, 1); function avf_postgrid_excerpt_length_mod($length) { $length = 100; return $length; }Regards,
IsmaelDecember 8, 2015 at 4:02 am #548491Topic: Change menu font size
in forum Enfoldjdbrunet
ParticipantI’d like to make the font size of my menu headings smaller. Is it possible?
-
This topic was modified 10 years, 4 months ago by
jdbrunet.
December 7, 2015 at 11:12 pm #548404In reply to: Enfold not responsive on iPhone and iPad
Hey!
Please add following code to Quick CSS in Enfold theme options under General Stlying tab
@media only screen and (max-width: 480px) { h1.av-special-heading-tag { font-size: 30px!important; }} @media only screen and (max-width: 769px) and (min-width: 481px) { h1.av-special-heading-tag { font-size: 38px!important; }}Cheers!
YigitDecember 7, 2015 at 10:32 pm #548375In reply to: Larger Textblock for Blog (Grid Layout)
ok Andy
Please go to the Menu “Blog”, see e.g. Post with title “New electric cars are getting really fast”
1.
Line: Category “Allgemein” -> this font size I would like to change (I managed to reduce the font size for title & text in Quick CSS)
Line: 0 Kommentare/7. Dezember 2015 -> also this font size I would like to change2.
Text: Donec quam felis, ultricies nec, pellentesque eu, pretium quis,… -> I would like to display more text. If I choose the elegant blog layout then much more excerpted text is displayed.Thx for your help
M.D.
December 7, 2015 at 10:28 pm #548369In reply to: Enfold Showcase
December 7, 2015 at 10:25 pm #548366In reply to: How to increase the font size in comments
Hi André!
Please do try the following
#top .comment_text { font-size: 18px; } #top label { font-size: 20px; }and let us know if that changes the areas you need to.
Thanks a lotBest regards,
BasilisDecember 7, 2015 at 10:20 pm #548361In reply to: How to increase the font size in comments
Hey André!
refer to this: https://kriesi.at/support/topic/font-size-of-comments/#post-208549
Regards,
AndyDecember 7, 2015 at 10:09 pm #548342In reply to: Larger Textblock for Blog (Grid Layout)
Hi deboman!
1. We need to be able to inspect the elements in question. Can you show us where we can find them please? not sure where to look at on your website.
2. Same as 1., but maybe you mean this:
.iconbox_content_container li { font-size: 7px }Best regards,
AndyDecember 7, 2015 at 10:00 pm #548331In reply to: Enlarge theme button font size
Hey Julie!
use this code in Quick CSS field:
span.avia_iconbox_title { font-size: 26px !important; }Cheers!
AndyDecember 7, 2015 at 9:57 pm #548323Topic: How to increase the font size in comments
in forum EnfoldAndré
ParticipantHi,
I would like to now how to increase – as default – the font size in comments.
Thanks in advance!
December 7, 2015 at 9:31 pm #548300Topic: Enlarge theme button font size
in forum EnfoldJulie
ParticipantHello!
For some reason the usual fix to make theme button font size larger on large buttons is not working for me. Under the Testimonials slider, I added a button to Read the Full Reviews, and I used code:
.avia-button.avia-size-large { font-size: 16px; }
and it doesn’t work.
Is it because I am using an icon, maybe? I have tried adding !important and a few other things and nothing seems to work.
Can you help?
December 7, 2015 at 8:08 pm #548256Topic: Larger Textblock for Blog (Grid Layout)
in forum Enfolddeboman
ParticipantHello Supporters
Enfold is great. Even tough I am a complete Greenhorn, I am able to build a suitable webpage. And the information available is very good.
Nevertheless I can’t overcome a specific customization and therefore ask for help. I set up a Grid Layout blog (blog styling: Business; layout: advanced layout builder; grid layout, square 180×180)1. What are the CSS commands to change the font size of the category and comment/date line? I found the CSS commands for title & content, but not the others
.slide-entry-title.entry-title { font-size: 14px; }
.slide-entry-excerpt.entry-content { font-size: 13px; }2. How can I enlarge the size of the content “box”? I would like to display more of the content (about the same amount of content text, as if I would choose the Elegant blog layout)
I hope someone can help me. Thanks in advance.
M.D.
December 7, 2015 at 6:45 pm #548214Hey!
you could try to make a bigger slideshow for mobile with this code:
@media only screen and (max-device-width: 736px) { .avia-slideshow { width: 118%; left: -28px; }}Then you still need to make smaller captions, use this code:
@media only screen and (max-device-width: 736px) { .avia-caption-content .event-date, .avia-caption-content .event-name { font-size: 10px; }}and adjust as needed.
Best regards,
AndyDecember 7, 2015 at 1:46 pm #547963In reply to: Highlight active Navigaton area on subpage
Hi Yigit,
this works, but it also turns headlines light green instead of dark as they should be, and other Quick CSS settings like not transforming into capitals seem now to be ignored, too. May I need to change order, or modify ?CSS reads now:
#top .main_menu a:hover {background: #14C819;color: #ffffff;}
.main_menu ul:first-child > li > a {font-weight: 400; font-size: 18px;}
.avia-menu li.current-page-ancestor > a > .avia-menu-text {
color: #e65a37;h1, h2, h3, h4 {text-transform: none !important; }
.iconbox_content_title {
text-transform: none !important;
}body { line-height: 100%; }
#footer #text-7 p {
margin-bottom: 0!important;
margin-top: 10px;
}#footer {padding: 0; }
#footer {line-height: 110%;}
#footer {font-weight: 400 ;}
#footer { font-size: 15px; }
#footer .widget {text-align: left;}
#footer .widgettitle {
color: white !important;
}#top .tm-ctabox { padding: 15px; border: 2px solid #0E565C; line-height: 1.5; }
#top .tm-promobox2 { font-size: 16px; line-height: 1.5; border: 2px solid #16D322;}
.avia-promocontent p {
font-size: 16px !important;
}.avia-icon-list .iconlist_icon:hover {
color: #E65A37;
}.avia-button.avia-size-large { font-size: 16px; } /* for large buttons */
.avia-button.avia-size-medium { font-size: 16px; } /* for medium buttons */
.avia-button.avia-size-small { font-size: 16px; } /* for small buttons */.avia_ajax_form .button { font-size: 16px; }
.main_color .av-masonry {
background-color: white;
}thx again, Tilman
December 6, 2015 at 11:48 pm #547717Topic: Fixed font size in layerslider
in forum Enfoldskayy
ParticipantHello,
i set up a responsive layer slider. The slider will resize. but i don’t like to resize the font layers. The fonts should be an fixed size.
Is it possible?
Thanks much, Kai
December 6, 2015 at 10:01 am #547594Topic: Promo Box Font Size adjustment
in forum Enfoldoestersund
ParticipantHI,
on the page below I use a promo box- using ALB elements to adjust line spacing and font size. But font size adjust only shows an impact on the bullet point list,not on the text above (which appears smaller).What can I do to modify / synchronize the font size of the first paragraph like in the bullet point list?
thx a lot & best regards, Tilman
December 6, 2015 at 9:23 am #547588Hi,
Please enable debug mode in order to display shortcodes: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/. Then copy the following shortcode to the shortcode box:
[av_section min_height='50' min_height_px='500px' padding='huge' shadow='no-border-styling' bottom_border='no-border-styling' id='' color='main_color' custom_bg='' src='http://kriesi.at/themes/enfold-shop/files/2015/03/people_town.jpg' attachment='577' attachment_size='full' attach='parallax' position='bottom center' repeat='stretch' video='' video_ratio='16:9' overlay_enable='aviaTBoverlay_enable' overlay_opacity='0.7' overlay_color='#6786a1' overlay_pattern='' overlay_custom_pattern=''] [av_headline_rotator before_rotating='WE SIMPLY OFFER THE BEST' after_rotating='IN LOS ANGELES' multiline='aviaTBmultiline' interval='3' animation='reverse' tag='h3' size='60' align='center' custom_title='#ffffff'] [av_rotator_item title='SHOPPING EXPERIENCE' link='' linktarget='' custom_title='#253849'] [av_rotator_item title='CUSTOMER CARE' link='' linktarget='' custom_title='#253849'] [av_rotator_item title='ONLINE STORE' link='' linktarget='' custom_title='#253849'] [av_rotator_item title='DESIGNER CLOTHES' link='' linktarget='' custom_title='#253849'] [/av_headline_rotator] [/av_section] [av_layout_row border='' min_height='600px' color='main_color' mobile='av-flex-cells' id=''] [av_cell_one_half vertical_align='middle' padding='150px' padding_sync='true' background_color='#ffffff' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat'] [av_heading tag='h3' padding='10' heading='How it all begann - our idea of the perfect clothing store' color='' style='blockquote modern-quote' custom_font='' size='30' subheading_active='' subheading_size='15' custom_class=''][/av_heading] [av_hr class='custom' height='50' shadow='no-shadow' position='left' custom_border='av-border-fat' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello'] [av_textblock size='' font_color='' color=''] Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. [/av_textblock] [/av_cell_one_half][av_cell_one_half vertical_align='top' padding='50px' padding_sync='true' background_color='' src='http://kriesi.at/themes/enfold-shop/files/2015/03/hipster-girls-working.jpg' attachment='554' attachment_size='full' background_attachment='scroll' background_position='center center' background_repeat='stretch'] [/av_cell_one_half] [/av_layout_row] [av_layout_row border='' min_height='600px' color='main_color' mobile='av-flex-cells' id=''] [av_cell_one_half vertical_align='middle' padding='50px' padding_sync='true' background_color='' src='http://kriesi.at/themes/enfold-shop/files/2015/03/couple-sitting.jpg' attachment='546' attachment_size='full' background_attachment='scroll' background_position='center left' background_repeat='stretch'] [/av_cell_one_half][av_cell_one_half vertical_align='middle' padding='150px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat'] [av_heading tag='h3' padding='10' heading='Growing from 2 single founders to 5 big stores with 50 team members' color='' style='blockquote modern-quote' custom_font='' size='30' subheading_active='' subheading_size='15' custom_class=''][/av_heading] [av_hr class='custom' height='50' shadow='no-shadow' position='left' custom_border='av-border-fat' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello'] [av_textblock size='' font_color='' color=''] Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. [/av_textblock] [/av_cell_one_half] [/av_layout_row] [av_layout_row border='' min_height='600px' color='main_color' mobile='av-flex-cells' id=''] [av_cell_one_half vertical_align='middle' padding='150px' padding_sync='true' background_color='#6786a1' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat'] [av_heading tag='h3' padding='10' heading='The Future of the Enfold Franchise - nothing can stop us :)' color='custom-color-heading' style='blockquote modern-quote' custom_font='#ffffff' size='30' subheading_active='' subheading_size='15' custom_class=''][/av_heading] [av_hr class='custom' height='50' shadow='no-shadow' position='left' custom_border='av-border-fat' custom_width='50px' custom_border_color='#ffffff' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello'] [av_textblock size='' font_color='custom' color='#ffffff'] <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.</p> [/av_textblock] [/av_cell_one_half][av_cell_one_half vertical_align='top' padding='50px' padding_sync='true' background_color='' src='http://kriesi.at/themes/enfold-shop/files/2015/03/people_town.jpg' attachment='577' attachment_size='full' background_attachment='scroll' background_position='center center' background_repeat='stretch'] [/av_cell_one_half] [/av_layout_row] [av_section min_height='' min_height_px='500px' padding='large' shadow='no-border-styling' bottom_border='no-border-styling' id='' color='alternate_color' custom_bg='' 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_heading tag='h3' padding='10' heading='What every single one of our stores offers you' color='' style='blockquote modern-quote modern-centered' custom_font='' size='30' subheading_active='' subheading_size='15' custom_class=''][/av_heading] [av_hr class='custom' height='50' shadow='no-shadow' position='center' custom_border='av-border-fat' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello'] [av_one_half first] [av_icon_box position='left_content' boxed='' icon='ue8b1' font='entypo-fontello' title='Worldwide delivery' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border=''] Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. [/av_icon_box] [/av_one_half][av_one_half] [av_icon_box position='left_content' boxed='' icon='ue8e2' font='entypo-fontello' title='Free shipping' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border=''] Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. [/av_icon_box] [/av_one_half][av_one_half first] [av_icon_box position='left_content' boxed='' icon='ue824' font='entypo-fontello' title='Secure Payment' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border=''] Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. [/av_icon_box] [/av_one_half][av_one_half] [av_icon_box position='left_content' boxed='' icon='ue805' font='entypo-fontello' title='Sales Notifications' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border=''] Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. [/av_icon_box] [/av_one_half][av_one_half first] [av_icon_box position='left_content' boxed='' icon='ue8cf' font='entypo-fontello' title='Credit Cards accepted' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border=''] Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. [/av_icon_box] [/av_one_half][av_one_half] [av_icon_box position='left_content' boxed='' icon='ue830' font='entypo-fontello' title='30 Days money back' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border=''] Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. [/av_icon_box] [/av_one_half][av_one_half first] [av_icon_box position='left_content' boxed='' icon='ue8b9' font='entypo-fontello' title='24/7 Support' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border=''] enean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus. [/av_icon_box] [/av_one_half][av_one_half] [av_icon_box position='left_content' boxed='' icon='ue827' font='entypo-fontello' title='Regular sales' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border=''] enean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus. [/av_icon_box] [/av_one_half] [/av_section] [av_section min_height='' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' id='sign-up' color='main_color' custom_bg='' src='http://kriesi.at/themes/enfold-shop/files/2015/03/hipster-girls-working.jpg' attachment='554' attachment_size='full' attach='parallax' position='top center' repeat='stretch' video='' video_ratio='16:9' overlay_enable='aviaTBoverlay_enable' overlay_opacity='0.7' overlay_color='#6786a1' overlay_pattern='' overlay_custom_pattern=''] [av_heading tag='h3' padding='10' heading='Want to stay up to date? Subscribe to our Newsletter!' color='custom-color-heading' style='blockquote modern-quote modern-centered' custom_font='#ffffff' size='30' subheading_active='' subheading_size='15' custom_class=''][/av_heading] [av_one_fifth first] [/av_one_fifth][av_three_fifth] [av_contact email=' (Email address hidden if logged out) ' title='' button='Subscribe' on_send='' sent='Thanks! You will receive an email soon!' link='page,74' subject='' autorespond='' captcha='' hide_labels='aviaTBhide_labels' color='av-custom-form-color av-light-form'] [av_contact_field label='Name' type='text' options='' check='is_empty' width='element_third' multi_select=''][/av_contact_field] [av_contact_field label='E-Mail' type='text' options='' check='is_email' width='element_third' multi_select=''][/av_contact_field] [/av_contact] [/av_three_fifth][av_one_fifth] [/av_one_fifth][/av_section]Best regards,
RikardDecember 6, 2015 at 7:17 am #547559In reply to: Smaller font size and intervals for Enfold mega-menu
Hi,
Please try the following instead:
#top #header .mega_menu_title a { font-size: 10px !important; }Thanks,
RikardDecember 5, 2015 at 6:33 pm #547459In reply to: Breadcrumb Adjustment
Hi!
1,2,3. Please insert the below css into your custom css section and adjust it as needed:
.title_container .breadcrumb { font-size: 15px !important; color: #000000 !important; right: 1050px !important; } .breadcrumb a { color: #000000 !important; }4. Navigate to Enfold > framework > php > class-breadcrumb.php
On line 26 you’ll find:
echo '<p class="breadcrumb"><span class="breadcrumb_info">'.__('You are here:','avia_framework').'</span> <a href="'.get_bloginfo('url').'">';Regards,
DakeDecember 4, 2015 at 6:10 pm #547181Topic: Breadcrumb Adjustment
in forum Enfoldmftonto2and3
ParticipantIs there a place I can adjust the breadcrumb navigation?
I’d like the option to:
– change colors
– make it flush left
– increase font size
– change “You Are Here” -
This topic was modified 10 years, 4 months ago by
-
AuthorSearch Results
-
Search Results
-
Hi, I have the following custom CSS code for the very large buttons.
.avia-button.avia-size-x-large { font-size: 18px; border-radius: 8px; padding: 20px 40px 18px; }
This works fine except for the padding which is somehow ignored. The padding is reset to “25px 50px 23px;” when I look at it in the Chrome Inspection function.
Any clue?
I just want to make the very large button a little smaller.
Topic: Change menu font size
Hi,
I would like to now how to increase – as default – the font size in comments.
Thanks in advance!
Hello!
For some reason the usual fix to make theme button font size larger on large buttons is not working for me. Under the Testimonials slider, I added a button to Read the Full Reviews, and I used code:
.avia-button.avia-size-large { font-size: 16px; }
and it doesn’t work.
Is it because I am using an icon, maybe? I have tried adding !important and a few other things and nothing seems to work.
Can you help?
Hello Supporters
Enfold is great. Even tough I am a complete Greenhorn, I am able to build a suitable webpage. And the information available is very good.
Nevertheless I can’t overcome a specific customization and therefore ask for help. I set up a Grid Layout blog (blog styling: Business; layout: advanced layout builder; grid layout, square 180×180)1. What are the CSS commands to change the font size of the category and comment/date line? I found the CSS commands for title & content, but not the others
.slide-entry-title.entry-title { font-size: 14px; }
.slide-entry-excerpt.entry-content { font-size: 13px; }2. How can I enlarge the size of the content “box”? I would like to display more of the content (about the same amount of content text, as if I would choose the Elegant blog layout)
I hope someone can help me. Thanks in advance.
M.D.
Hello,
i set up a responsive layer slider. The slider will resize. but i don’t like to resize the font layers. The fonts should be an fixed size.
Is it possible?
Thanks much, Kai
HI,
on the page below I use a promo box- using ALB elements to adjust line spacing and font size. But font size adjust only shows an impact on the bullet point list,not on the text above (which appears smaller).What can I do to modify / synchronize the font size of the first paragraph like in the bullet point list?
thx a lot & best regards, Tilman
Topic: Breadcrumb Adjustment
