PS – You can see that this method works well – but if you feel anxious about trying it out, please ask a mod to implement it for you.
Edit : see solution on: https://kriesi.at/support/topic/how-to-customize-the-author-page/#post-1491667
I may not have solved it elegantly, but the pagination now works as it should.
Edit : see solution on: https://kriesi.at/support/topic/how-to-customize-the-author-page/#post-1491667
Great, I got it for the button background, thanks :-)
But not for the button position (he’s not aligned with others, is lower)
I have the following:
.av_seperator_small_border .av-main-nav > li > a > .avia-menu-text {
margin-left: 0;
}
.av_seperator_small_border .av-main-nav > li:not(.av-menu-button) > a > .avia-menu-text {
margin-left: -15px;
}
#header_meta {
height: 40px;
min-height: 40px;
}
#menu-item-920 {
background-color: #543da8;
padding: 3px 15px;
}
#menu-item-988 {
color: #543da8;
padding: 3px 10px;
}
#menu-item-764 {
background-color: #543da8;
padding: 3px 10px;
}
#menu-item-764 {
border: 1px solid #543DA8;
border-radius: 35px;
padding: 13px 30px;;
}
#top #footer-page .av_inherit_color a {
text-decoration: none;
}
#menu-item-764 {
background-color: #FACC46 !important;
}
#menu-item-920, #menu-item-988 {
margin-top: 4px;
}
#header_meta #sub_menu {
margin-top: -11px; !important;
}
HI
Thank you for the reply.
An example page is my latest post here: https://blgenvironmental.com/sustainable-landscape-design-orlando/.
Note: Changing the H3 Tag does not affect the page here. I set it for 9px as a visual test for each screen setting. I am developing in Firefox on a desktop. https://tinyurl.com/29nlpg6v
The default says that it is 20px. I can visually tell by eyeballing the h2 tag and te h3 tag right underneath that these are both the same font size and not 28 px h2 and 20 px h3 respectively. https://tinyurl.com/24jgxgok
I’m resetting the h3 back to default after the test. Can you please enter the dashboard with the info that I provided at the outset of this ticket?
This setting also does not have an affect: https://tinyurl.com/2ycxfogv
Side note: I do not see the panel for font position: left, right, center, justify. Everything appears to be set to justify somewhere.
-
This reply was modified 1 month ago by
kurson.
Thanks for your feedback. The 2 hereunder in bold don’t,do anything (#menu-item-764, #header_meta #sub_menu”)
#menu-item-764 {
background-color: red;
}
#menu-item-920, #menu-item-988 {
margin-top: 4px;
}
#header_meta #sub_menu {
margin-top: -11px;
}
Would you like an admin access?
Best regards
Hi,
Please try this CSS as well:
#menu-item-764 {
background-color: red;
}
#menu-item-920, #menu-item-988 {
margin-top: 15px;
}
#header_meta #sub_menu {
margin-top: -11px;
}
Best regards,
Rikard
Hi,
We adjusted the css code to accommodate various column sizes and maintain a maximum content width of 1400px.
#top #gridtest {
width: 100%;
display: flex;
justify-content: center;
flex-wrap: wrap;
margin: 0 auto;
}
#top #gridtest > .av-gridrow-cell {
box-sizing: border-box;
}
#top #gridtest .flex_cell_inner {
margin: 0 auto;
}
#top #gridtest .av-gridrow-cell.no_margin.av_one_fifth {
flex: 0 0 20%;
max-width: 280px;
}
#top #gridtest .av-gridrow-cell.no_margin.av_two_fifth {
flex: 0 0 40%;
max-width: 560px;
}
#top #gridtest .av-gridrow-cell.no_margin.av_three_fifth {
flex: 0 0 60%;
max-width: 840px;
}
#top #gridtest .av-gridrow-cell.no_margin.av_four_fifth {
flex: 0 0 80%;
max-width: 1120px;
}
#top #gridtest .av-gridrow-cell.no_margin.av_full {
flex: 0 0 100%;
max-width: 1400px;
}
@media (max-width: 768px) {
#top #gridtest > .av-gridrow-cell {
flex: 0 0 100%;
max-width: 100%;
}
}
Best regards,
Ismael
Hey Kelly,
Thank you for the inquiry.
Try to add this css to adjust the default top margin of the SVG icons in the header:
#top .social_bookmarks li.avia-svg-icon img[is-svg-img=true], #top .social_bookmarks li.avia-svg-icon svg:first-child {
height: 1em;
width: auto;
margin-top: 3px;
}
Then include the following to realign the SVG icons with the font icons inside the content container:
#top #main .avia-svg-icon.avia-font-svg_entypo-fontello svg:first-child {
stroke: unset!important;
top: 8px;
position: relative;
}
Result:


We recommend uploading a similar custom SVG icon for the instagram icon to fix the alignment issue.
Let us know the result.
Best regards,
Ismael
Hi,
Using this https://kriesi.at/support/topic/content-slider-with-image-and-text-on-the-right/
The slider doesn’t work at all on that page
ANy idea? It works well on another website
Thank you
-
This topic was modified 1 month ago by
koomo.
Hi there! It’s been a while but I’m back with some more issues regarding the centering of shortcode icons in an Avia text box, along with another issue with adding a custom fontello icon.
I will note: with all of these issues, I’ve cleared cache on the website, on my browser, used incognito windows and other browsers to cross check and troubleshoot.
Overview: I’ve uploaded an IMDB Fontello Icon as outlined in the Enfold documentation. I want to be able to use this icon in both the header & socket as well as within the Shortcode Icons options to use on pages within the site using the text block editor.
I have inserted the following CSS in the Quick CSS theme options section:
#top .av_textblock_section .av_font_icon {
display: inline-block;
float: none;
}
Issue #1 with a custom fontello icon:
When using in a standard text box and inserting the icons using shortcode, the icons do center align but they are staggered (the custom icon is lower than the Instagram icon that is already in there). See the link in the Private Content and scroll down to the bottom to see the result of that.
Issue #2:
Header & footer icons are also misaligned, see screenshot link below.
As a result of changing the size of the icons in the header and footer as well, the mouseovers are off (on the Instagram specifically, the circle mouseover is not centering around the icon). Best way to see this is in the live link I’ve provided as well as the screenshots in the Private Content!
Thank so much in advance!
before you change anything – make a backup of the status quo of your page ( a good plugin even in free version is : duplicator
Especially if it is a major update (5.x to 6.x; …), I would advise everyone to follow this way. You always have a rollback in the background.
The advantage of this procedure is that it can be undone.
Uploading the new theme takes a little time; if all goes well, the site will only be offline for a short time (just for the moment of renaming).
Update via ftp
- Download the “installable WordPress file only” file from themeforest (envato) and unzip it
- After that – you got a folder : enfold
- Rename this downloaded newest version to enfold-new
- via ftp: Upload that enfold-new folder to the themes folder
- via ftp: Rename the existing enfold folder to f.e. enfold-old
- via ftp: Rename your uploaded enfold-new folder now to enfold
- On Enfold – Performance – check mark and “Delete Old CSS And JS Files?”
- Check if your Website works to your full satisfaction.
- Yes – then stop here – Update is finished
- After a while of testing – you can delete that enfold-old folder via ftp
- No – delete or rename back the enfold folder back to enfold-new
- rename the enfold-old folder back to enfold
- check on enfold board if there are known bugs – or similar problems
Thank you!
For everybody this worked for me:
add_action(‘wp_footer’, function() {
?>
<script>
jQuery(function($){
function moveGTranslate() {
if ($(window).width() > 768) return;
var targetLi = $(‘.menu-item-3651’); // Ziel-Menu-Punkt
var gtrans = $(‘.gtranslate_wrapper’);
// Nur verschieben, wenn beide vorhanden sind
if (targetLi.length && gtrans.length && !targetLi.find(‘.gtranslate_wrapper’).length) {
gtrans.appendTo(targetLi);
}
}
// 1) Wiederholen bis GTranslate geladen ist
var waitGT = setInterval(function(){
if ($(‘.gtranslate_wrapper’).length) {
clearInterval(waitGT);
moveGTranslate();
}
}, 300);
// 2) Wenn Burger-Menü geöffnet wird
$(document).on(‘click’, ‘.av-hamburger’, function(){
setTimeout(moveGTranslate, 200);
});
// 3) Bei Resize (z. B. Rotation)
$(window).on(‘resize’, function(){
setTimeout(moveGTranslate, 150);
});
});
</script>
<?php
}, 999);
This topic can be closed :))
Best regards
Barbara
Hi,
Thank you for the update.
We replaced the shortcode with the Widget Area element displaying the Instagram widget. It’s now rendering, but returning the error: Instagram returned error 429. Are you using the Instagram widget on other sites as well? Please try waiting a few hours or a full day, then check the page again. We have set it to cache the Instagram images on your server.
These threads might be related to the issue:
— https://kriesi.at/support/topic/enfold-theme-instagram-side-bar-widget-not-working/#post-1350365
— https://kriesi.at/support/topic/problem-with-instagram-widget/
Best regards,
Ismael
Hi,
Thank you for the update.
We removed the previous modifications because they conflicted with the current ones and updated the code slightly. This should center the logo, position the burger menu on the left and place the social icons on the right. In mobile view, it will revert back to the default layout, with the logo on the left, the burger menu on the right and the social icons hidden. This should also set the default color of the burger menu and social icons to white on transparent headers.
@media only screen and (min-width: 768px) {
/* Add your Desktop Styles here */
.html_header_top #top .av_logo_right .logo {
position: relative;
left: 50%;
transform: translateX(-50%);
margin: 0 !important;
z-index: 9;
}
.responsive.html_logo_right #top #wrap_all .av_mobile_menu_tablet .main_menu {
width: 100%;
display: flex;
}
#top #wrap_all .social_bookmarks,
#top #wrap_all .social_bookmarks a,
#top #wrap_all .social_bookmarks li {
margin-left: auto;
}
.header_color.av_header_transparency .av-hamburger-inner,
.header_color.av_header_transparency .av-hamburger-inner::before,
.header_color.av_header_transparency .av-hamburger-inner::after {
background-color: #ffffff;
}
#top .av_header_transparency .phone-info, #top .av_header_transparency .social_bookmarks li a {
color: #ffffff;
}
}
Desktop:

Mobile:

Best regards,
Ismael
Hey AgenturLanzinger,
Thank you for the inquiry.
Adjusting the background position a bit should help. Please try to add this css code:
.responsive #top #wrap_all .av-flex-cells .no_margin {
background-position: 50% 100%;
}
Result:

Best regards,
Ismael
That’s nearly perfect @Ismael :) Only thing is, while the logo was not entered in the desktop view but it was centred in the mobile view, now it’s all placed on the right and half cut off on the mobile view (iPhone 15 with latest iOS). How can it be fixed also on mobile?
Also, how can I have the social media icons on the right hand side of the header on desktop view, instead of next to the burger menu on the left?
Could you please let me know how to make the burger icon and the “Menu” label appear white instead of gray?
I’d also like them to remain gray once the page is scrolled and the menu shrinks against a white background. Alternatively, it can remain white if the background remains transparent when scrolling.
Additionally, could you show me how to keep the header background transparent both on mobile and when scrolling the page?
Thank you si much for all your fantastic support as always. :)
Hi,
Great, I’m glad that you got things working. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hi,
Thank you for the update.
Please look for this css rule:
.html_header_top #top .av_logo_right .logo {
right: calc(50% + -35.5px);
}
Replace it with:
.html_header_top #top .av_logo_right .logo {
right: 50%;
transform: translateX(50%);
}
Best regards,
Ismael
Hey koomo,
Thank you for the inquiry.
If you need to remove the arrow below the images, please add this css code:
#top .avia-smallarrow-slider .avia-content-slider-inner .avia-slideshow-arrows {
display: none;
}
Let us know the result.
Best regards,
Ismael
Hi,
We used the excellent post https://kriesi.at/support/topic/content-slider-with-image-and-text-on-the-right/
And created a content slider with image and text. But having an issue
On this page you can see bottom left there are another sets arrows and can’t fond a way to get it of those ones, with removing the top right one.
Also images overlay.
Any solution? Thank you
Xavier
-
This topic was modified 1 month, 1 week ago by
koomo.
-
This topic was modified 1 month ago by
koomo.
I’m refreshing this old thread as I was trying to achieve the same result (ref: here)
@greenmarketers, if you edit the CET (e.g. by changing the label on a button), the change is not applied to CETs that have already been used on your pages.
This is what @stuwetueho and I want to achieve: I create a special component and use it on different pages. Then, after editing that “special component”, the changes are applied everywhere that special component was used.
The CET seems to work almost exactly like the ‘Templates’: when you use them in a pages, they are not linked to the original CET/Template anymore. Any further change will not be propagated.
Hi,
I have a problem and maybe somebody can help.
I use the plugin Gtranslate everything works on desktop view but in mobile view there is no flag in the menu.
Maybe somebody knows the problem and can help me?
Thank you and best regards
Hi,
Thank you for the update.
If you want to revert to using the default icon, please remove the previous modifications, then add this css code to enlarge the instagram icon and adjust the color:
#top #wrap_all .social_bookmarks .social_bookmarks_instagram a {
background: linear-gradient(44deg, #ef1a88, #e6683c, #fa991f, #ee166c, #bc1888);
-webkit-text-fill-color: transparent;
background-clip: text;
font-size: 50px !important;
width: 100%;
height: 100%;
line-height: 80px;
}
.responsive #top #header .main_menu .social_bookmarks {
margin-top: -40px !important;
overflow: visible;
}

Best regards,
Ismael
Hi,
Thank you for the inquiry.
If you need the logo centered and the burger menu on the left, try setting the Enfold > Header > Header Layout > Menu and Logo Position to Logo right, Menu left. Then add the following css code to move the logo from the right to the center.
.html_header_top #top .av_logo_right .logo {
right: calc(50% + -35.5px);
}
@media only screen and (max-width:767px) {
.responsive #top #wrap_all #header_main .main_menu {
left: 0;
right: auto;
}
.html_header_top #top .av_logo_right #header_main .logo {
position: relative;
left: 50%;
right: auto;
margin-left: -41.5px;
margin-right: 0;
}
}
Best regards,
Ismael
Would it be possibile to have logo visible everywhere (mobile and desktop too) but non in home page in either version?
to have the title you only have to make it visible by:
#top .av-burger-menu-main .avia_hidden_link_text {
display: inline;
font-size: 20px;
line-height: 0;
color: var(--enfold-header-color-meta);
margin-left: 5px !important;
position: relative;
top: 2px; /*=== just to center horizontally - adjust to your needs ===*/
}
but for your header layout “Hamburger menu icon left, logo centered, search icon right” i would start from a different header layout – not the header centered – menü below .
btw. some topics under yours there is the same title of the topic “Hamburger menu icon left, logo centered, search icon right”
Hi there!
I would like to have the hamburger menu icon on the top left of the site, the logo entered and maybe (but not necessarily) a search icon on the right; how do I do that?
The staging site is https://staging2.porscheownersandalucia.com
Also, would it be possible to reduce the size of the hamburger menu and append a “Menu” title to the right as on the following website: https://www.porsche.com/uk/
Thank you for your help.
PS: I tried to add the Quick CSS into the Quick CSS field posted on the other thread with this same title but I saw no results, so I opened this thread.