i have the same issue with the too large subemnu: http://prntscr.com/bm1gba if scrolling is not possible, do you know of an alternative solution which might work? Maybe the submenu font and size could be reduced so it fits more, is that possible? thank you and best, r
Hey goosedigital1,
Thank you for using Enfold.
We can either hide the caption or adjust the font size on smaller screens. Add something like this in the Quick CSS field:
@media only screen and (max-width: 989px) {
.avia_transform .av_slideshow_full .avia-caption-title {
font-size: 1em;
}
.avia_transform .av_slideshow_full .active-slide .avia-caption-content {
font-size: 12px;
}
.slideshow_caption .slideshow_inner_caption {
top: -40px;
}
}
Best regards,
Ismael
Can I change the color and font size in the “Title and Excerpt + Read More Link” in blog posts? I am hoping some code can be added in the Quick CSS.
I would like the color of “Read More” to be red #ca0003 and the font size to increase by 2 pixels.
Thanks,
Kurt
Hey ShortieD,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.sd-headingthree h3{
font-family: ‘Roboto Condensed’, sans-serif !important;
color: #4a4848 !important;
font-size: 20px !important;
}
Best regards,
Vinay
Hi Andreas,
Please try the following in Quick CSS under Enfold–>General Styling:
#menu-item-3051 span.avia-menu-text:after {
content: "4";
font-size: 9px;
color: #FFF;
background: #42A0BD;
line-height: 17px;
width: 17px;
display: inline-block;
text-align: center;
border-radius: 100px;
position: relative;
top: -9px;
left: 2px;
}
Regards,
Rikard
Hey ShortieD,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
Adjust the color values as required.
.tabcontainer .active_tab, .tabcontainer .tab {
font-size:20px;
}
.tabcontainer .tab {
border-color:#000;
}
.tabcontainer .active_tab {
border:2px solid gold;
}
Best regards,
Vinay
Hi there – I’m having trouble with my custom class headings styles not changing as per my css
Please see this page http://rfl.shortiedesigns.com/products/
1 – under the 4 product images (4 pole, 2pole, enclosed etc…) there are the titles of the products using a H3, i’ve assigned a custom class to them sd-headingthree
2 – I’d like to override the styles for this class but they’re not working…this is what I have in my CSS but it’s not working
h3.sd-headingthree {
font-family: ‘Roboto Condensed’, sans-serif !important;
color: #4a4848 !important;
font-size: 20px !important;
}
I obviously don’t have the right order, I also tried .sd-headingthree > h3 and this didn’t work either.
Any help would be great…
cheers
Hi there – I”m having trouble getting my custom class to register new styles – I’d love your help with something:
I’ve changed all the default list styles in the theme to font awesome checks adding this to my child theme:
/*change list icons*/
.entry-content-wrapper li {
list-style: none;
}
.entry-content-wrapper li {
padding-left: 8px;
}
.entry-content-wrapper li:before {
content: ‘\f00c’;
font-family: ‘FontAwesome’;
font-size: inherit;
font-weight: normal;
position: absolute;
left: 6px;
}
Which is all great – but there’s a couple of times I want to override these styles with a differnt font icon –
I have a blue section to this page see here http://rfl.shortiedesigns.com/products/
I want to override the checks with arrows . I have a custom class added to this coloured section .sd-blue
So I tried doing this but it didn’t work
.sd-list .entry-content-wrapper li:before {
content: ‘\f061’ !important;
font-family: ‘FontAwesome’;
font-size: inherit;
font-weight: normal;
position: absolute;
left: 6px;
}
have I got the correct syntax? It doesn’t seem to be working…thank you
Hey guys,
I updated my font style and size in Enfold > General Styling > Fonts. I notice the changes took effect inside only my blog posts, but not on my pages.
I also went into Enfold > Advanced Styling > Fonts and the changes are again only applied to my Posts, but not any of my Pages.
Here is a Post: Example Post
Here is a Page: Example Page
Is there a way I can apply the changes?
Thanks for your help – you guys are awesome!
Hi Vinay,
That had no effect at all. However I know what’s happening – just not how to stop it. I removed the css that allowed me to make the “Nicholas Sansbury Smith” a font size of 75. It is adding space above and below at a font size of 75 however there is nothing above or below – not even a space.
Thanks,
Nathan
-
This reply was modified 9 years, 10 months ago by
norcalnathan.
thanks
what about the summary font size (“This title is a direct quote from a conversation with Erasmus…”)
any any update on this ticket which is directly related to this section
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home h3.slide-entry-title.entry-title {
font-size: 20px;
}
Cheers!
Yigit
Hey znong51,
Thanks for getting in touch with us!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #header .mega_menu_title a {
font-size: 15px;
font-weight: initial;
}
#top #header .avia_mega_div > .sub-menu {
padding-top: 0px;
padding-bottom: 0px;
}
Best regards,
Jordan
Hi navindesigns!
Please try the following to your child theme header.php file
<?php if(is_home()) { ?>
<style>
.avia-content-slider .slide-entry-title {
font-size:
}
.page .content .entry-content {
font-size:
}
</style>
<?php } ?>
let us know if that works out for you.
Cheers!
Basilis
Hi,
Please remove this code from the Quick CSS field:
@media only screen and (max-width: 1024px) {
#mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
nav.main_menu { display: none; }
}
Use this instead:
@media only screen and (max-width: 1024px) {
#top #header .av-main-nav > li > a {
font-size: 16px;
padding: 0 10px;
}
}
Best regards,
Ismael
On my homepage, I have a section labelled FROM THE BLOG which pulls in the latest blog entry. How do I change the font size to be a little bigger for the title (Giving Voices to the Voiceless) and summary (This title is a direct quote from a conversation with Erasmus…)
I noticed that it shares the same size as this blog grid listing page – http://1c5.964.myftpupload.com/blog/blog-grid/
I want to keep the blog grid listing page the same size but ONLY change it on the homepage
Thanks
and if you like the size and color of heading try this:
.special_amp {
font-family: initial !important;
font-size: inherit !important;
color: inherit !important
}
Hi,
and we can’t closed the last one when the mouse leave the tab.
Do you want to automatically close the tab on mouseleave? Unfortunately, that’s not possible at the moment. Regarding the font size, please add this in the Quick CSS field:
.js_active .tab {
font-size: 15px;
}
Best regards,
Ismael
Hi,
Thanks. But I tried two ways without success. The post does not accept the code correctly (because it is released in the wrong position)
(EXAMPLE CODE) Using (debug field for the Avia Layout Builder )
[av_section min_height='custom' min_height_px='100px' padding='no-padding' shadow='no-border-styling' bottom_border='no-border-styling' id='bback' color='main_color' custom_bg='#32a5d2' 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='' custom_class='']
[av_codeblock wrapper_element='' wrapper_element_attributes='' custom_class='']
[av_sidebar widget_area='HAMBURGUER']
<div class="centrotitulo">[page_title]</div>
[/av_codeblock]
[/av_section]
[av_hr class='invisible' height='100' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello' custom_class='']
(EXAMPLE CODE) Using (view-source )
<div id='bback' class='avia-section main_color avia-section-no-padding avia-no-border-styling avia-bg-style-scroll avia-builder-el-0 el_before_av_hr avia-builder-el-first av-minimum-height av-minimum-height-custom container_wrap fullsize' style = 'background-color: #32a5d2; background-color: #32a5d2; ' ><div class='container' style='height:100px'><main role="main" itemprop="mainContentOfPage" class='template-page content av-content-full alpha units'><div class='post-entry post-entry-type-page post-entry-18226'><div class='entry-content-wrapper clearfix'>
<section class="avia_codeblock_section avia_code_block_0" itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class='avia_codeblock ' itemprop="text" > <div class='avia-builder-widget-area clearfix '><div id="text-64" class="widget clearfix widget_text"> <div class="textwidget"><div id="Divvoltar">
<span class="av_font_icon avia_animate_when_visible av-icon-style- avia-icon-pos-left avia_start_animation avia_start_delayed_animation" style="color:#ffffff; border-color:#ffffff;"><a href="javascript:history.go(-1)" class="av-icon-char" style="font-size:40px;line-height:40px;" aria-hidden="true" data-av_icon="" data-av_iconfont="fontello"></a></span>
</div>
<div style="float: right; margin-top: 7px;" class="hamburguer-class">
<a href="#mymenu" id="hamburger">
<span class="top-bar"></span>
<span class="middle-bar"></span>
<span class="bottom-bar"></span>
</a>
</div></div>
</div></div>
<div class="centrotitulo">teste teste</div> </div></section>
</div></div></main><!-- close content main element --></div></div>
To function must be called immediately in all posts immediately after this code line:
<div id='main' data-scroll-offset='0'>
(EXAMPLE CODE)
BUT THE POSTS call this code sequence before:
<div id='main' data-scroll-offset='0'>
<div class='container_wrap container_wrap_first main_color sidebar_right'>
<div class='container template-blog template-single-blog '>
<main class='content units av-content-small alpha av-blog-meta-date-disabled av-blog-meta-html-info-disabled' role="main" itemscope="itemscope" itemtype="https://schema.org/Blog" >
<article class='post-entry post-entry-type-standard post-entry-18235 post-loop-1 post-parity-odd post-entry-last single-small with-slider post-18235 post type-post status-draft format-standard has-post-thumbnail hentry category-sem-categoria' itemscope="itemscope" itemtype="https://schema.org/BlogPosting" itemprop="blogPost" ><div class='blog-meta'><a href='https://abortonanuvem.com/pt-br/wp-content/uploads/sites/10/2014/07/cytotec-original.jpg' class='small-preview' title='TEST POST'><img width="180" height="180" src="https://abortonanuvem.com/pt-br/wp-content/uploads/sites/10/2014/07/cytotec-original-180x180.jpg" class="attachment-square size-square wp-post-image" alt="cytotec original" srcset="https://abortonanuvem.com/pt-br/wp-content/uploads/sites/10/2014/07/cytotec-original-180x180.jpg 180w, https://abortonanuvem.com/pt-br/wp-content/uploads/sites/10/2014/07/cytotec-original-80x80.jpg 80w, https://abortonanuvem.com/pt-br/wp-content/uploads/sites/10/2014/07/cytotec-original-36x36.jpg 36w, https://abortonanuvem.com/pt-br/wp-content/uploads/sites/10/2014/07/cytotec-original-120x120.jpg 120w, https://abortonanuvem.com/pt-br/wp-content/uploads/sites/10/2014/07/cytotec-original.jpg 200w" sizes="(max-width: 180px) 100vw, 180px" /><span class="iconfont" aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello'></span></a></div><div class='entry-content-wrapper clearfix standard-content'><header class="entry-content-header"><span class="blog-categories minor-meta"><a href="https://abortonanuvem.com/pt-br/category/sem-categoria/" rel="tag">Sem categoria</a> </span><h1 class='post-title entry-title' itemprop="headline" > <a href='https://abortonanuvem.com/pt-br/?p=18235' rel='bookmark' title='Link permanente: TEST POST'>TEST POST <span class='post-format-icon minor-meta'></span> </a></h1><span class="av-vertical-delimiter"></span><div class="entry-content" itemprop="text" >
(EXAMPLE CODE)
Any suggestion?
-
This reply was modified 9 years, 10 months ago by
CloudChoice.
Thanks Rikard,
That appears to have fixed the first part of my problem.
There is also a very strange issue with this code
[av_heading tag='h1' padding='10' heading='CUSTOMER REVIEWS' color='custom-color-heading' style='blockquote modern-quote modern-centered' custom_font='#000000' size='50' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
[av_hr class='invisible' height='-40' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']
[av_hr class='short' height='50' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']
[av_heading tag='h1' padding='10' heading='OUR DJs' color='custom-color-heading' style='blockquote modern-quote modern-centered' custom_font='#000000' size='50' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
[av_hr class='invisible' height='-40' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']
[av_hr class='short' height='50' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']
This should display 2 headings each with a short HR underneath. You will see that the code is identical, only the heading text is different.
However, they appear different on the site.
And when I pasted the code into the bottom of the page to double check it the results were different again….
I’m completely confused about why this outputs 2 different results.
I’ve also just noticed that although the special headings are now using the same font they are still not the same…. they are all set to be black but some are grey. Why are some of these settings being ignored?
Can you help and explain?
Hey ralphkamp,
Thank you for using Enfold.
Are you referring to the portfolio title? Decrease font size on mobile view:
@media only screen and (max-width: 1024px) {
#top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
font-size: 1em;
}
}
Best regards,
Ismael
Hi,
I need help making this work :
Here are the instructions I received followed by my attempted explanation.
A- I need to add the following code to a specific page of my website :
<form action=”http://webclient.softhuissier.com/v1/” method=’post’ name=”auth” class=”form” onsubmit=”document.auth.encrypted_pwd.value=hex_md5(document.auth.password.value);document.auth.password.value=””>
<input type=”hidden” name=”encrypted_pwd” value=”” />
<input type=”hidden” name=”etude” value=”darbon.com” />
<span style=”font-size:14px;font-weight:bold;margin-right:50px;”>Espace privé</span>
login :
<input name=”login” type=”text” size=”15″ maxlength=”250″ />
pasword :
<input name=”password” type=”password” size=”10″ maxlength=”10″ />
<input type=”submit” value=”Entrer” />
<br />
(Email address hidden if logged out) “>lost password?
</form>
B- I need to insert this code into the header of teh same page :
<script src=”http://asp2.softhuissier.com/v1/_inc/js/md5.js” type=”text/javascript”></script>
Implementing A seemed pretty straightforward and I used the “source code” section of Tiny MCE to make it work, the form appears correctly on the webpage (http://huissier-constat-toulouse-31.fr/espace-prive/)
The issue I’m having is with the B part where a remote Javascript is supposed to take the information entered in the A section, automatically add a third field that will always be “darbon.com” and authenticate on another website (http://webclient.softhuissier.com/v1/).
Where and how should I add this Javascript code ?
Thanks in advance
Hi,
you could go for a smaller font, by using this code inside Quick CSS field:
#text-6 .textwidget h1 {
font-size: 40px !important;
}
Adjust if needed.
Best regards,
Andy
Hi,
I need to create a page where the first thing is a color section with two columns inside, but the columns are not stacking properly when window is resized. I have noticed that this only happens if the color section is the first thing I put on page. If I insert a separator or any other element before the color section, it works. I have noticed that, in this case, the <main> section is not generated, and it seems that when <main> is not present, responsiveness is not working.
Test page: http://nementio.com/nementio-home-2016-test/
This is html code generated (color section first):
<!– end header –>
</header>
<div id=’main’ class=’all_colors’ data-scroll-offset=’88’>
</div></div></div><!– close content main div –></div></div><div id=’av_section_2′ class=’avia-section main_color avia-section-small avia-no-border-styling avia-full-stretch av-section-color-overlay-active avia-bg-style-fixed container_wrap fullsize’ style = ‘background-repeat: no-repeat; background-image: url(http://nementio.com/wp-content/uploads/2015/12/CMO_MOTIVAR_A_TU_EQUIPO_DE_VENTAS.jpg); background-attachment: fixed; background-position: center center; ‘ data-section-bg-repeat=’stretch’ ><div class=’av-section-color-overlay-wrap’><div class=’av-section-color-overlay’ style=’opacity: 0.5; background-color: #000000; background-image: url(http://nementio.com/wp-content/themes/enfold/images/background-images/wood-light.png); background-repeat: repeat;’></div><div class=’container’ ><div class=’template-page content av-content-full alpha units’><div class=’post-entry post-entry-type-page post-entry-5509′><div class=’entry-content-wrapper clearfix’>
<div class=”flex_column av_one_half flex_column_div av-zero-column-padding first ” style=’border-radius:0px; ‘><div class=’avia-image-container av-styling- noHover av-overlay-hover-deactivate avia-align-center ‘ itemscope=”itemscope” itemtype=”https://schema.org/ImageObject” ><div class=’avia-image-container-inner’><div class=’av-image-caption-overlay’><div class=’av-caption-image-overlay-bg’ style=’opacity:0.4; background-color:#000000; ‘></div><div class=’av-image-caption-overlay-position’><div class=’av-image-caption-overlay-center’ style=’color:#ffffff; font-size:20px; ‘><p>VENDER MAS</p>
</div></div></div>
</div></div>
Html (separator first, responsiveness OK):
<!– end header –>
</header>
<div id=’main’ class=’all_colors’ data-scroll-offset=’88’>
<div class=’main_color container_wrap_first container_wrap fullsize’ ><div class=’container’ ><main role=”main” itemprop=”mainContentOfPage” class=’template-page content av-content-full alpha units’><div class=’post-entry post-entry-type-page post-entry-5509′><div class=’entry-content-wrapper clearfix’><div class=’hr hr-default ‘><span class=’hr-inner ‘ ><span class=’hr-inner-style’></span></span></div>
</div></div></main><!– close content main element –></div></div><div id=’av_section_2′ class=’avia-section main_color avia-section-small avia-no-border-styling avia-full-stretch av-section-color-overlay-active avia-bg-style-fixed container_wrap fullsize’ style = ‘background-repeat: no-repeat; background-image: url(http://nementio.com/wp-content/uploads/2015/12/CMO_MOTIVAR_A_TU_EQUIPO_DE_VENTAS.jpg); background-attachment: fixed; background-position: center center; ‘ data-section-bg-repeat=’stretch’ ><div class=’av-section-color-overlay-wrap’><div class=’av-section-color-overlay’ style=’opacity: 0.5; background-color: #000000; background-image: url(http://nementio.com/wp-content/themes/enfold/images/background-images/wood-light.png); background-repeat: repeat;’></div><div class=’container’ ><div class=’template-page content av-content-full alpha units’><div class=’post-entry post-entry-type-page post-entry-5509′><div class=’entry-content-wrapper clearfix’>
<div class=”flex_column av_one_half flex_column_div av-zero-column-padding first ” style=’border-radius:0px; ‘><div class=’avia-image-container av-styling- noHover av-overlay-hover-deactivate avia-align-center ‘ itemscope=”itemscope” itemtype=”https://schema.org/ImageObject” ><div class=’avia-image-container-inner’><div class=’av-image-caption-overlay’><div class=’av-caption-image-overlay-bg’ style=’opacity:0.4; background-color:#000000; ‘></div><div class=’av-image-caption-overlay-position’><div class=’av-image-caption-overlay-center’ style=’color:#ffffff; font-size:20px; ‘><p>VENDER MAS</p>
</div></div></div>
</div></div>
Hey vossenm,
Thanks for getting in touch with us!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
h2.avia-caption-title {
font-size: 20px;
}
Best regards,
Jordan
Hi Vinay
Thank you for your reply. With the css you provided, It looks perfect in small screen. I tried resizing the browser it looks great
but it still looks like this in iphone. see this screenshot.
and also the text is not clickable, no links , no hover style.
This is all the css used in quick css to get this header widget right. May be it is a bit too much :) May be it needs a bit of clean up. Your help would be highly appreciated.
/* header widget for LARGE screen*/
#header .widget {
font-size: 34px;
line-height: 40px;
position: absolute;
right: 50px;
top: 0;
z-index: 100;
height: 100%;
margin: 0;
padding: 0;
text-align: right;
}
@media only screen and (min-width: 767px) {
#header .widget{
max-width: 1210px;
left: 0;
right: 0;
margin: 0 auto;
}
}
#header.header-scrolled .widget{
font-size: 23px;
line-height: 30px;
}
#header .widget .textwidget, #text-2{
display: table;
width: 100%;
height: 100%;
float: right;
z-index: -999 !important;
}
#header .widget .textwidget .custom-text{
display: table-cell;
vertical-align: middle;
}
#header .custom-text .icon{
font-size: 42px;
}
#header.header-scrolled .custom-text .icon{
font-size: 32px;
}
#header .custom-text .icon span{
float: none;
display: inline-block;
margin-left: 0;
margin-right: 9px;
}
#header .widget .custom-text p,
#header .widget .custom-text a{
font-weight: bold;
color: black;
margin: 0;
}
/* header widget anchor text hover, it affects social icons too*/
#header .widget .custom-text a:hover{
color: green;
}
/* header widget for MEDIUM screen*/
@media screen and (max-width: 989px) and (min-width: 767px) {
#header .widget {
font-size: 26px;
}
#header .custom-text .icon{
font-size: 40px;
}
}
/* header widget for SMALL screen*/
@media screen and (max-width: 767px){
#header .widget {
font-size: 14px;
line-height: 24px;
right: 100px;
padding: 0;
}
#header .custom-text .icon{
font-size: 26px;
}
.responsive .logo,
.responsive .logo a {
height: 200px !important;
}
.responsive .logo img{
height: 180px !important;
}
}
/*
.content {
padding-top: 10px;
padding-bottom: 10px;
}
*/
.main_menu {
left: 0px;
right: auto;
height: 0px;
display: none;
}
.special_amp {
font-family: inherit;
font-style: normal;
font-size: inherit;
line-height: inherit;
font-weight: bold;
color: inherit!important;
}
/*footer image media query*/
@media screen and (max-width: 720px) {
.textwidget img.avia_image {
margin-right: 100px;
}
}
#text-2 {
right: 100px !important;
margin-right: 0px !important;
}
/*reduce color box top padding*/
.content {
padding-top: 10px;
padding-bottom: 10px;
}
/* added */
#header .widget .textwidget, #text-2 {
display: table;
width: 35%;
height: 100%;
float: right;
display: inline-flex;
padding: 45px 0px 0px 0px;
}
#header.header-scrolled#header .widget .textwidget, #text-2 {
display: table;
width: 35%;
height: 100%;
float: right;
display: inline-flex;
padding: 10px 0px 0px 0px;
margin-left: 100px;
}
@media screen and (max-width: 1900px) and (min-width: 989px) {
#text-2 {
right: 40px !important;
margin-right: 0px !important;
}
}
@media only screen and (max-width: 766px) and (min-width: 480px){
#text-2 {
right: 100px !important;
margin-right: 0px !important;
}
}
@media screen and (max-width: 767px){
#header .widget {
font-size: 14px;
line-height: 24px;
right: 130px;
padding: 0;
}
#header .custom-text .icon{
font-size: 26px;
}
.responsive .logo img{
height: 140px !important;
}
}
@media screen and (max-width: 480px) {
.responsive .logo img {
height: 90px !important;
}
.responsive #top #wrap_all .container {
width: 99%!important;
max-width: 99%!important;}}
Hi there,
On my front page I have 4 Easy Sliders in the second block, I like them but the title text is too big to fit in with most titles, how can I change the font size on these titles?
Marcel
Hi,
use this code instead:
.slide-entry-title.entry-title {
font-size: 12px !important;
}
and adjust as needed.
Best regards,
Andy
How do I increase the text size of the menu bar items?
Thanks.