Hi
How do I remove/reduce the space above the logo on the mobile view of the homepage?

Thanks in advance :)
-
This topic was modified 3 months ago by
PhatJ.
Hi,
It seems to be working correctly when we checked (see screenshot below). To resize the background, make sure to set the Styling > Background > Background Repeat of the grid row element to Stretch to fit.

If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
Ismael
Hi,
Thank you for the inquiry.
The testimonial entries are there, but the text color is different. Please try to add this css code:
#top .avia-testimonial-markup-entry-content {
visibility: visible !important;
color: #ffffff !important;
}
Let us know the result.
Best regards,
Ismael
Hi,
Thank you for the update.
Have you tried using the Fullwidth Slider? You can also try this css to limit the size of the color section on smaller screens.
@media only screen and (max-width: 768px) {
/* Add your Mobile Styles here */
#top .avia-section.av-zjsv-901082093e6d72f3482787541e1c8070 {
max-height: 200px;
background-size: contain;
}
}
You may also need to adjust the elements inside the color section. We recommend applying custom css class names to the elements inside the text block, as they are custom coded, so you can modify their style for smaller screens.
Best regards,
Ismael
Hi,
Thank you for following up.
Did you set the cell’s Styling > Background > Background Repeat to Stretch to fit? Please refer to the screenshot below.

You can also use this css code:
.responsive #top #wrap_all .av-flex-cells .no_margin {
background-position: 50% 100%;
background-size: cover;
}
Screenshot from a display with a larger screen resolution.

Best regards,
Ismael
Hi,
I set it for 9px as a visual test for each screen setting
We kept it at 9px so you can clearly see the difference. The changes you made are displaying correctly on our end — please try clearing your browser cache.
Unfortunately, there is no global toggle or setting for text or heading alignment. You may need to adjust this using custom css code.
#top .fullsize .template-blog .post .entry-content-wrapper {
text-align: left;
}
Let us know if you have more questions.
Best regards,
Ismael
Hi there!
I’m having an issue of a page insert not displaying the correct font colour for logged out users. I found this thread and followed those instructions, but the issue persists.
This has been all working correctly for almost two years, and has only recently started happening. I’ve gone through recent plugins and snippets, clearing the cache as I go, but nothing seems to be causing it – that I can see.
The page on its own displays the font colour correctly (white) for logged out users – https://signosaur.com.au/testimonials/, however, once the page is inserted into another as a page insert, it doesn’t. I have this page inserted on two separate pages.
1. Logged out users, the page itself (correct view):
https://www.dropbox.com/scl/fi/jgr2yz5n9ln9fvu72la3b/Testimonials_LoggedOutUser.png?rlkey=kdp8h5hdeordvaw32ep06o2cq&dl=0
2. Logged out users, page inserted to home page (wrong view):
https://www.dropbox.com/scl/fi/s8eedvq5su7rvoyii7j1z/HomePage_LoggedOutUser.png?rlkey=vo9ds8n61gd249zeiy23ryvz6&dl=0
3. Logged in users, the page itself (correct view):
https://www.dropbox.com/scl/fi/0hp26938f7xn1ysbcmvyp/Testimonials_LoggedInUser.png?rlkey=m8t738r7nbc2k755aw5so9ury&dl=0
4. Logged in users, page inserted to home page (correct view):
https://www.dropbox.com/scl/fi/yg93soj4y90x8c4xw5jk5/HomePage_LoggedInUser.png?rlkey=14k32ec803w1vj2b60m83vloe&dl=0
May someone please help me look into why this has suddenly started happening? Any help would be greatly appreciated, thank you in advance :)
-
This topic was modified 3 months ago by
sarahd167.
i implemented the possibility to add a custom class set on the grid container (div.av-author-loop-container)
and implemented a css for that custom-class on loop-author.css to rule the column-count for all screen width :
/* ======================================================================
OPTIONAL: AUTO-FIT GRID in filter for automatic responsive columns
Use $atts['class'] = 'auto-fit-grid';
====================================================================== */
#top.author .av-author-grid-container.auto-fit-grid {
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
}
this means: Each column must have a minimum width of 250px — the entire width is then filled with columns based on this basis.
_______________
in list view – if you do not like to show the featured image in cover mode – then add to your quick css:
#top.author .av-author-list-image img {
height: 100%; /* === unset - will bring the image to top === */
object-fit: contain; /* === contain - will show the whole image without crop === */
}
Hi, would it be possibile to have a phone icon on my top in https://www.avvocatoambienteesicurezza.it/
I read and tried this in my extra elements section but it does not work.
051 4198 653
Thanks in advance, Gianluca
-
This topic was modified 3 months ago by
sitibus.
This reply has been marked as private.
Hi,
I tried to allow portfolio hierarchy according to this topic to no avail. After adding the second piece of code to my child theme functions.php file, I can add the parent page, but I get a 404 error when I try to access it by clicking the page updated link. I can also see the child page under the parent page in the portfolio item list, but I get a 404 error when I try to access it from there too.
Parent page
Child page
Best regards,
Serge
Hi
If you go to my website (link below) you will notice that the logo in top left corner appears “normal” at first, but as the page loads, it shrinks to a very small logo.
I have also noticed that if I resize the window, each resize makes the logo smaller and smaller until it disappears.
Any ideas?
Thanks
-
This topic was modified 3 months ago by
ivanglaser.
Hello everyone!
Enfold has become a large and wonderfully great WordPress theme. It is used on thousands of websites and seen by thousands of users and visitors. Therefore, I am a little surprised that there is no good way to contribute translations. :(
WordPress and Enfold are certainly used in many languages. The English translation is good, but many people don’t speak English, or at least not well. For example, I come from Germany and speak German. I understand English, but unfortunately some of my friends and colleagues with whom I work on websites that use Enfold do not speak / understand English that good. Therefore, it would be very helpful if Enfold had a good German translation. I know it has a German translation, but it is missing many translation strings and some are weird, so that average users probably don’t understand it.
I have seen that there is this post on the forum: https://kriesi.at/support/topic/please-contribute-and-translate-enfold/ where translations can be shared, but that’s not really a good way, is it? Everyone has to find the translations first, download them, upload them to their website, etc. Wouldn’t it be easier to just provide good translations as standard that ship with the theme…?
I found this GitHub repository: https://github.com/KriesiMedia/enfold-language-files where you can contribute translations. I created pull requests to improve the translations for the German language. However, these are not reviewed or merged. :(
To simplify the whole process, I suggest introducing translation tools, like:
– https://crowdin.com/
– https://www.transifex.com/
– https://translations.stellarwp.com/
Then users can improve the translations and they can be included directly in the theme in the next version.
Hi Agian, can you try to add something rather to the function file code on the top of this post? Gri-notfull is working perfect except that the image bacground still is boxed, so if we only can get the full width background on the function code, its all good.
Thanks, Mathilde
Top, it works fine.
Thanks for your patience Rikard.
Have a nice day.
JM
Hi,
Please try this as well:
#header_meta .sub_menu {
top: 0;
}
Best regards,
Rikard
Hi,
Thanks for the update. If you have additional problems which are not related to the original topic, then please open a new thread.
Best regards,
Rikard
This reply has been marked as private.
This reply has been marked as private.
Dear,
I tried many ways to reduce the space around before/after image for both mobile and disktop. I edited the margins but dint work for me.
could you please help me in this.
Thank you.
https://jumpshare.com/s/IhxystITLzo5gjemDCCb
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 3 months, 1 week 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 3 months, 1 week ago by
koomo.