-
AuthorSearch Results
-
May 19, 2025 at 9:44 am #1484431
In reply to: Help with some shop elements
Hi,
1.) We can’t reproduce the issue on our end. Have you tried using a difference device?
2.) Unfortunately, this will require modifications that are beyond the scope of support.
3.) You can replace the previous woocommerce_sale_flash filter with the following code to automatically calculate and display the percentage discount:
add_filter('woocommerce_sale_flash', 'avf_woocommerce_sale_badge', 10, 3); function avf_woocommerce_sale_badge($badge, $post, $product) { if ($product->is_on_sale()) { $regular_price = floatval($product->get_regular_price()); $sale_price = floatval($product->get_sale_price()); if ($regular_price > 0 && $sale_price > 0) { $percentage = round((($regular_price - $sale_price) / $regular_price) * 100); return '<span class="av-custom-sale-badge">-' . $percentage . '%</span>'; } } return $badge; }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,
IsmaelMay 19, 2025 at 9:28 am #1484428In reply to: Remove Video Image Overlay
Hey a_edemirci,
Thank you for the inquiry.
You can add this css code to hide the default image overlay.
#top .image-overlay { display: none !important; }Make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings afterwards.
Best regards,
IsmaelMay 19, 2025 at 2:40 am #1484421Got that and the logo is centered. It must not have saved at first.
So, just need these to be done. Can you give me CSS or fix, by looking at my code I sent?2. on mobile, the logo overlaps the buttons: screenshot: https://img.savvyify.com/image/overlaps-logo-on-mobile.9wyWp
3. on desktop their is a thin line under the address: screenshot: https://img.savvyify.com/image/remove-line-on-desktop.9wsV6
4. on desktop, can you make the top address bar sticky? It is already on mobile, but not desktopThank you!
May 18, 2025 at 11:29 pm #1484417Same issues. Logo still shows left justified on desktop and on mobile view, the logo is over the top button. There must be code that is working against this. Below is my entire code if you can take a look and see whats wrong. I don’t have products either, so not sure why I have all this code.
I just need to fix these things and we are done with the website.
thanks for your help.product-sales-count {
font-size: 0.8em;
margin-top: 0;
top: -10px;
position: relative;
}/* TEXT SHADOW FOR – Fullwidth Easy Slider – Headline: */
.avia_transform .av_slideshow_full .active-slide .avia-caption-title,
.avia_transform .av_fullscreen .active-slide .avia-caption-title
{text-shadow: 2px 2px 2px #717070;}/* TEXT SHADOW FOR – Fullwidth Easy Slider – Caption Text: */
#top .avia-slideshow .av-slideshow-caption .avia-caption-content p {
text-shadow: 2px 2px #717070;
}/* TEXT SHADOW FOR – ALL H1 headlines: */
.av-special-heading h1 {
text-shadow: 1px 1px #717070;
}/* TEXT SHADOW FOR – SPECIFIC H1 headlines: */
.av-special-heading.av-nlr5x-bb365aeef7c91c871c871ed41100301d h1 {
text-shadow: 1px 1px #717070;
}/* TEXT SHADOW FOR – subheading text: */
#top .av-subheading p {
text-shadow: 1px 1px #717070;
}#header_meta a, #header_meta span {
font-size: 16px !important;
line-height: 17px;
}/* Sticky header on mobile */
@media only screen and (max-width: 767px) {
.responsive #top #main {
/* Margin top value should be equal to header height*/
margin-top: 80px;
}
.responsive #top #wrap_all #header {
position: fixed;
}
}@media only screen and (max-width: 1100px) {
.av-main-nav > li.menu-item { display: none; }
.av-main-nav > li.menu-item-avia-special { display: block; }
}.phone-info {
font-size: 16px;
}@media only screen and (max-width: 479px) {
.responsive #top .slideshow_caption h2 {
font-size: 18px !important;
}.responsive #top .slideshow_caption .avia-caption-content {
font-size: 16px !important;
line-height: 14px;
}.avia-slideshow-inner, .avia-slideshow-inner li, .avia-slideshow-inner li img {
height: 30vh !important;
}
}span.avia-menu-text {
text-transform: uppercase;
}.avia-section.av-minimum-height .container .content {
vertical-align: bottom;
}.avia-section.av-minimum-height.text-bottom .container .content {
vertical-align: bottom;
}
.avia-section.av-minimum-height.text-top .container .content {
vertical-align: top;
}.avia-button {
border: 1.5px solid !important;
}#top .avia-button {
border-radius: 5px !important;
}@media only screen and (max-width: 767px) {
body, body .avia-tooltip {
font-size: 20px;
}
}@media only screen and (max-width: 767px) {
.page-id-3230 .avia-builder-el-0.av-minimum-height-100:not(.av-slideshow-section) .container {
height: 767px !important;
}
}#main .sidebar a,
#footer a,
#socket a {
text-decoration: underline;
}
a.avia-button{
text-decoration:none!important;
}
@media only screen and (max-width: 989px){
.html_mobile_menu_tablet #top #wrap_all .av_header_transparency {
background-color: transparent;
}
.responsive #top #main {
margin-top: 0;
}
}#top #wrap_all #socket .container {
text-align: center;
}#top #wrap_all #socket .container {
text-align: center;
}#top #wrap_all #socket .copyright {
display: block;
float: none;
clear: both;
text-align: center;
}#top .content .flex_column .widget_nav_menu li {
border-top-width: 0;
border-bottom-width: 0;
}#footer h3.widgettitle{
border:none!important;
}@media only screen and (max-width: 769px) {
.flex_column.av-l3szqp26-162f9236fd15346c9c727f5f94b66dce {
min-height: 50vh !important;
}
}.html_elegant-blog #top .post-entry .post-meta-infos,
.html_elegant-blog .avia-content-slider .slide-meta,
#top .news-time {
display: none;
}html, body {
background-color: #fff !important;
}#header:not(.av_header_transparency) #header_main {
-moz-box-shadow:0 5px 5px rgba(182, 182, 182, 0.75);
-webkit-box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
}#top.single-product .product_meta {
visibility: hidden;
}.is-large.wc-block-cart .wc-block-cart-items th span {
font-size: 2em;
}table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
font-size: 2em;
}.wc-block-components-form .wc-block-components-text-input.is-active label, .wc-block-components-text-input.is-active label {
display: none;
}#top div ul.product_list_widget li a {
display: block;
font-weight: bold;
font-size: 1.5em;
line-height: 1.6em !important;
}#top .dropdown_widget ul.product_list_widget li .quantity {
color: #000000;
font-size: 1em;
}#top .dropdown_widget .total span.woocommerce-Price-currencySymbol, #top .dropdown_widget .total {
color: #000000;
font-size: 1em;
}div .product-sorting {
display: none;
}@media only screen and (max-width: 767px) {
.responsive #top #main {
padding-top: 88px !important;
}
.responsive.html_header_transparency #top #main {
padding-top: 0 !important;
}
}.page-id-432 .components-flex-item input, .page-id-433 .wc-block-components-text-input input {
padding: 8px 116px;
}.wc-block-cart__submit-container a .wc-block-components-button__text {
color: #fff;
}.wc-block-components-address-form-wrapper .components-base-control__label {
top: -50px;
}.wc-block-components-address-form-wrapper .components-base-control__label {
top: -30px !important;
}#top .av-product-class-minimal img {
border-radius: 30px !important;
}
#top .av-product-class-minimal img {
border-radius: 30px !important;
}.select2-container–default .select2-results__option–highlighted[aria-selected], .select2-container–default .select2-results__option–highlighted[data-selected], #top .select2-results {
color: #000 !important;
}@media only screen and (max-width: 768px) {
/* Add your Mobile Styles here */
#top #bc-custom-section div .flex_column {
width: 46% !important;
margin-left: 3% !important;
border-radius: 30px;
}
}#top #bc-custom-section div .flex_column img {
border-radius: 30px;
}.woocommerce-Tabs-panel ul {
list-style: disc;
margin-left: 15px;
}.woocommerce-Tabs-panel ul, .woocommerce-product-details__short-description ul {
list-style: disc;
margin-left: 15px;
}#menu-item-150 > a > .avia-menu-text {
color: #f19809!important;
}#av-burger-menu-ul .menu-item-150 > a > .avia-menu-text {
color:#f19809!important;
}#menu-item-2076 > a > .avia-menu-text {
color: #f19809!important;
}#av-burger-menu-ul .menu-item-2076 > a > .avia-menu-text {
color:#f19809!important;
}.avia-image-container .avia_image, .avia-image-container .avia-image-overlay-wrap {
border-radius: 30px;
}#footer .textwidget .menu-blissfull-main-menu-container p {
margin: 0;
width: auto;
display: inline-block;
}@media only screen and (max-width: 767px) {
.responsive .home #wrap_all #av-section-shop-category .flex_column {
width: 48%;
padding: 1%;
}
}ul.a-unordered-list.a-vertical.a-spacing-mini li {
margin-bottom: 20px;
}#top .price, #top .price span, #top del, #top ins {
display: inline;
text-decoration: none;
font-size: 24px;
line-height: 24px;
font-weight: 600;
}.page-id-389 .shop_columns_3 .products .product {
width: 100%;
}.page-id-91 .shop_columns_3 .products .product {
width: 100%;
}h1{
text-transform: capitalize !important;
}.template-page .entry-content-wrapper h1{
text-transform: capitalize !important;
}a.cart_dropdown_link {
font-size: 28px !important;
}#top a.cart_dropdown_link span[data-av_icon] {
font-size: 28px;
color: var(–enfold-header-color-color);
}#top #header .av-main-nav #menu-item-wc-account-icon > a {
color: #f19809;
font-size: 28px;
}/* Increase base font size on mobile devices */
@media only screen and (max-width: 767px) {
body,
p,
.entry-content {
font-size: 18px !important;
line-height: 1.6 !important;
}
}@media only screen and (max-width: 767px) {
#top .av-special-heading .av-subheading p {
font-size: 24px
}
}img[src*=”amazon-adsystem”] {
display: none;
}#top .av-burger-overlay-bg {
opacity: 0.8;
background: #000;
}——————–
div .logo {
left: 37%;
}
div.av-burger-overlay-bg {
background-color: rgba(0, 0, 0, .7);
}#top .av-burger-overlay-bg {
opacity: 0.8;
background: #000;
}#top .av-main-nav-wrap {
float: right;
position: relative;
z-index: 3;
padding: 0 !important;
margin: 0 0 0 15px !important;
}.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: #FFF !important;
}#top .av_header_transparency .phone-info,
#top .av_header_transparency .social_bookmarks li a {
color: #FFF !important;
}#top .av_header_glassy.av_header_transparency .avia-menu.av_menu_icon_beside {
border: none !important;
}#top .main_menu {
width: 170px
}#top .logo {
/*width: calc(100% – 170px);*/
width: 100%;
left: unset;
}@media only screen and (max-width: 767px) {
#av_section_1 .container.av-section-cont-open,
.page-id-910 #av-layout-grid-1 {
padding-top: 130px !important;
}
}#top .logo img {
left: 50%;
transform: translateX(-50%)
}@media only screen and (min-width: 768px) and (max-width: 989px) {
.responsive.html_mobile_menu_tablet #top #wrap_all #header {
position: fixed;
}
}@media only screen and (max-width: 767px) {
#header .social_bookmarks {
display: none !important;
}
}#top #wrap_all #av-burger-menu-ul li {
font-size: 30px !important;
}——————-
#av-burger-menu-ul li.av-show-submenu > a > .avia-menu-text {
color: blue;
}
#av-burger-menu-ul li.av-show-submenu > .sub-menu > li > a > .avia-menu-text {
color: #f5c526;
font-size: 20px;
line-height: 20px;
}
.html_av-submenu-hidden #av-burger-menu-ul .av-submenu-indicator:before {
color: #f5c526;
font-size: 20px;
}
#top #wrap_all #av-burger-menu-ul .menu-item-2846 {
font-size: 24px !important;
}.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li.av-show-submenu li {
line-height: 20px;
}-
This reply was modified 10 months, 1 week ago by
bemodesign.
May 18, 2025 at 8:37 pm #1484409In reply to: Barrierefreiheitsstärkungsgesetz (BFSG)
Hallo zusammen!
Derzeitiger Stand ist, dass dies Unternehmen betrifft die 10+ Mitarbeiter oder 2 Millionen Jahresumsatz haben. Anders als bei der DSGVO damals sind also nur ein sehr geringer Bruchteil unserer User betroffen und wir werden daher auch anders verfahren. Dies DSGVO Richtlinen umzusetzen hat uns damals mehrere Monate gekostet und am Ende des Tages gar nicht so viel gebracht da es nach kurzer Zeit Plugins gab die die verschiedenen Nutzerwünsche viel besser abbilden konnten als wir es im Theme konnten. Wir werden uns daher diesmal die verfügbaren Plugins ansehen und gegebenenfalls (falls notwendig) Kompatibilitätsanpassungen vornehmen.
Das hält das Theme schlanker, die Optionen die wir im Theme Panel haben übersichtlicher und ermöglicht es uns auch an anderen Bereichen weiterzuarbeiten und nicht wie damals jede anderen Entwicklung stoppen zu müssen.
Für Unternehmen mit 10+ Mitarbeitern oder 2 Mio+ Jahresumsatz die Betroffen sind gilt in den ersten Wochen sich selbst so ein Plugin zu suchen, danach werden wir vermutlich im Theme Panel eine Empfehlung aussprechen.
lg
KriesiMay 18, 2025 at 3:11 pm #1484402In reply to: Header tweaks
Hey bemodesign,
duplicate thread, please see here instead.Best regards,
MikeMay 18, 2025 at 3:09 pm #1484401Hi,
It looks like you forgot the semicolon after the width: 100%

while I can see your site, I can’t make any changes, your plugin keeps blocking me and I answered the CAPTCHA six times and I’m still blocked.
If you correct this, it should work like this:

As for the other issue try adding this css:@media only screen and (max-width: 767px) { #av_section_1 .container.av-section-cont-open, .page-id-910 #av-layout-grid-1 { padding-top: 130px !important; } }Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
Best regards,
MikeMay 18, 2025 at 2:01 am #1484395You will have access now. Please let me know on the issues. The code is a mess but please help me fix this. And I really wanted to center the logo on desktop, but it needs to align with buttons. And on mobile, the logo is over the buttons.
thanks for all you help
May 17, 2025 at 11:48 pm #1484393Hi,
Unfortunately I can not make changes to your css as I get a notice that I have been blocked.
So for #1 change this css:#top .logo { width: calc(100% - 170px); left: unset; }to this
#top .logo { /*width: calc(100% - 170px);*/ width: 100%; left: unset; }Please see if you can disable the plugin that is blocking us.

Best regards,
MikeMay 17, 2025 at 11:03 pm #1484390Hey David,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.avia-section .av-extra-border-element .av-extra-border-inner { border-top: solid 1px red; }adjust to suit.
Best regards,
MikeMay 17, 2025 at 9:45 pm #1484389In reply to: Burger sub-menu
Thanks Mike! I like where this is going but, doesn’t seem to be working just yet.
I don’t see a change in the Customizing preview. I don’t see a change when I publish, delete cache, refresh page on iPhone.In the menus page I have given item Erosion Stories of Paria Canyon the custom CSS class = gal
This is the CSS entered:
#av-burger-menu-ul .gal a {
color: blue !important;
}
I have also tried:
#top #wrap_all #header #av-burger-menu-ul .gal a {
color: blue !important;
}Something is a miss. lol
May 17, 2025 at 6:30 pm #1484381Topic: Header tweaks
in forum Enfoldbemodesign
ParticipantHello, can you fix my existing CSS or get me new CSS to fix these issues?:
1. on desktop the logo is not center with the buttons: screenshot: https://img.savvyify.com/image/logo-off-center.9wllh
2. on mobile, the logo overlaps the buttons: screenshot: https://img.savvyify.com/image/overlaps-logo-on-mobile.9wyWp
3. on desktop their is a thin line under the address: screenshot: https://img.savvyify.com/image/remove-line-on-desktop.9wsV6
3. on desktop, can you make the top address bar sticky? It is already on mobile, but not desktopThank you!
May 17, 2025 at 4:26 pm #1484379In reply to: eigene Schrift einbetten
Hi,
I see that you found this thread and wrote that it answered your questions
If you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeMay 17, 2025 at 2:50 pm #1484375In reply to: eigene Schrift einbetten
Dear Guenni,
I have the same topic.
Upload just the Open_Sans 400 and Open_Sanns_600 ttf, woff, woff2 as a Zip – it seams that it does not work.
Also the CSS I am quite used and using since many years … here I find no way@font-face {
font-family: myFirstFont;
src: url(sansation_bold.woff);
font-weight: bold;
}Could you just help me out ?
It seams that its just the writing conventions boath
a) for the Zip-File …. ( each style separately ( did not work ) or together ( did not work )…)
b) for the @font-face { … } iNTEGRATION .. also did not work..I would apreciate a very short help a lot because of a Go-Live-Deadlines with clients.
Many thanks in advance
LisaMay 16, 2025 at 6:14 pm #1484353Topic: Scrolling banner of category images
in forum Enfoldholidayprint
ParticipantIs it possible to have category images scroll along the top of the shop page? it gets tricky tho, I only want it to show the category image of the category each user is allowed to see that I have set based on their role.
May 16, 2025 at 5:52 pm #1484352bellard
ParticipantUsing the “Creative Studio Demo” the borders are diagonal lines. I would like to change the color of those lines so they can stand out more (company colors). Please note that the color does not match either the top or bottom sections. It was done once before (if memory servers it was done with CSS code) but lost the information due to a HD crash and I cannot remember what I had done.
Thanks for any and all help.
May 16, 2025 at 4:30 pm #1484349Topic: Scrolled telephone text colour
in forum Enfoldmadmanbean
ParticipantHave site working properly but for the colour of the top telephone number when scrolling down the page. The default colour is white but want it darker once the page scrolls down past the transparent header. Have tried various css using .header-scrolled and . phone-info but nothing works!
May 16, 2025 at 3:04 pm #1484342In reply to: Burger menu not opening at all (Enfold 7.1)
Hi,
Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardMay 16, 2025 at 8:00 am #1484331Hi,
Okay, that’s unfortunate. Maybe there is a way to get rid of the SVG Icon or Entypo-Fontello altogether. In that case, we would use our own icons instead.
Two other things come to mind:
- Are there no people experiencing this, as it seems to be common to change the media library path?
- How can I stop all my SVG data from being loaded from the media library when using content elements with the icon function?
Best regards,
SebastianMay 16, 2025 at 7:24 am #1484329In reply to: Magazine type size is way too big.
Hi,
After fifteen years no one ever explained this to me?
Using a child theme is a common practice in WordPress, so we assumed you might already be familiar with it. If not, please make sure to create a site backup or restore point, then check out the following links for more info on how to activate a child theme in Enfold:
— https://kriesi.at/documentation/enfold/child-theme/
— https://developer.wordpress.org/themes/advanced-topics/child-themes/If you need more help with the activation, please contact Codeable or any WordPress developer platform.
— https://kriesi.at/contact/customization
Thank you for your understanding.
Best regards,
IsmaelMay 16, 2025 at 6:55 am #1484321In reply to: replace burgermenu submenuitem with image
Hi,
Thank you for the update. To adjust the color of the “X” close button, try to add this css code:
.av-burger-overlay-active #top .av-hamburger-inner, .av-burger-overlay-active #top .av-hamburger-inner::after, .av-burger-overlay-active #top .av-hamburger-inner::before { background-color: #000000; }Best regards,
IsmaelMay 16, 2025 at 6:26 am #1484316In reply to: Timeline with bugs in smaller viewports?
Hi,
Looks like the old version duplicated the milestone date which is no longer the case in the latest version. You can try this script in your functions.php file to copy the structure of the “odd” items for the “even” timeline items.
add_action( 'wp_footer', 'av_custom_script_mod', 100 ); function av_custom_script_mod() { ?> <script> document.addEventListener("DOMContentLoaded", function () { const avSwapMilestoneElements = () => { const isSmallScreen = window.innerWidth < 989; const milestones = document.querySelectorAll(".av-milestone"); milestones.forEach((milestone, index) => { const isEven = milestone.classList.contains("av-milestone-even"); if (!isEven) return; const date = milestone.querySelector(".av-milestone-date"); const content = milestone.querySelector(".av-milestone-content-wrap"); const icon = milestone.querySelector(".av-milestone-icon-wrap"); if (!date || !content || !icon) return; if (isSmallScreen) { milestone.innerHTML = ""; milestone.appendChild(date); milestone.appendChild(content); milestone.appendChild(icon); } else { milestone.innerHTML = ""; milestone.appendChild(content); milestone.appendChild(icon); milestone.appendChild(date); } }); }; avSwapMilestoneElements(); window.addEventListener("resize", avSwapMilestoneElements); }); </script> <?php }You may also need to add this css.
@media only screen and (max-width: 989px) { /* Add your Mobile Styles here */ .avia-timeline .milestone_icon i.milestone-char.avia-svg-icon svg:first-child { margin-top: 18px; } }Best regards,
IsmaelMay 15, 2025 at 2:53 pm #1484304In reply to: replace burgermenu submenuitem with image
Hi Ismael,
great, thanks for your support – works like a charme!
I discovered one more bug: The “X” Close Button of the Burger Menu is displayed correctly when the burger menu is opened from the top of the page, but is white (and not visible – because color is white) when opened from the middle of a page (problem might occur because of the transparent header) how can I change the color of the “X” close button of the burger menu?
Should I open a new thread for this topic?
Best, Konrad
May 15, 2025 at 12:35 pm #1484298In reply to: Search icon
Hi,
Please try this instead:
#top #menu-item-search a { z-index: 1; position: relative; padding-right: 10px; }Best regards,
RikardMay 15, 2025 at 7:53 am #1484282In reply to: full page overlay menu doesn’t work properly
Hi!
Thank you for the info.
Looks like the opacity of the mobile menu items is set to zero. Please try to add this css code:
#top #wrap_all #av-burger-menu-ul>li { opacity: 1 !important; }Make sure to purge the cache or remove the browser history before checking the page.
Cheers!
IsmaelMay 15, 2025 at 2:37 am #1484264great job! Just a couple more issues if you can help with these. I might need update CSS code.
1. on desktop the logo is not center with the buttons: screenshot: https://img.savvyify.com/image/logo-off-center.9wllh
2. on mobile, the logo overlaps the buttons: screenshot: https://img.savvyify.com/image/overlaps-logo-on-mobile.9wyWp
3. on desktop their is a thin line under the address: screenshot: https://img.savvyify.com/image/remove-line-on-desktop.9wsV6
3. on desktop, can you make the top address bar sticky? It is already on mobile, but not desktopThank you!
-
This reply was modified 10 months, 1 week ago by
bemodesign.
May 15, 2025 at 1:52 am #1484263Ah, I see, ok, thanks. And what about the flipboxes on desktop, further down on the home page of https://tortoise-tracks.org/ — I don’t suppose there’s any way to make those accessible via the focus? I mean, I can see the focus is indeed cycling through the links in those, but I don’t supposed that’d be enough to meet the accessibility standards, eh? Should I open a separate post about that?
May 14, 2025 at 6:32 pm #1484254In reply to: special header does not work!
Hi,
Please don’t open more than one thread for the same problem, please continue here.
Best regards,
RikardMay 14, 2025 at 4:36 pm #1484245Topic: Timeline with bugs in smaller viewports?
in forum Enfoldslikslok
ParticipantHi, when using the timeline content-element, I have the problem that in smaller viewports the date from the left side is not visible and code-instructor shows me a “display:none”. Desktop-view is fine, not so on smartphoneas and tablets (smaller 989px)
@media only screen and (max-width: 989px) {
.av-no-preview .avia-timeline-vertical.av-milestone-placement-alternate li.av-milestone-even .av-milestone-date {
padding: 33px 0 30px 50px;
display: none;
}
}
I post the url in the private area. What to do?
Thanks
timMay 14, 2025 at 7:44 am #1484211In reply to: Animation on content slider
Hi,
Yes, that could work, but you can’t set it to 0 because it will cause the transition to fail. Please try this css code:
#top .avia-content-slider, #top .avia-content-slider-inner, #top .avia-content-slider-inner .slide-entry-wrap { transition: opacity 0.0001s !important; }Best regards,
Ismael -
This reply was modified 10 months, 1 week ago by
-
AuthorSearch Results
-
Search Results
-
Topic: Header tweaks
Hello, can you fix my existing CSS or get me new CSS to fix these issues?:
1. on desktop the logo is not center with the buttons: screenshot: https://img.savvyify.com/image/logo-off-center.9wllh
2. on mobile, the logo overlaps the buttons: screenshot: https://img.savvyify.com/image/overlaps-logo-on-mobile.9wyWp
3. on desktop their is a thin line under the address: screenshot: https://img.savvyify.com/image/remove-line-on-desktop.9wsV6
3. on desktop, can you make the top address bar sticky? It is already on mobile, but not desktopThank you!
Is it possible to have category images scroll along the top of the shop page? it gets tricky tho, I only want it to show the category image of the category each user is allowed to see that I have set based on their role.
Using the “Creative Studio Demo” the borders are diagonal lines. I would like to change the color of those lines so they can stand out more (company colors). Please note that the color does not match either the top or bottom sections. It was done once before (if memory servers it was done with CSS code) but lost the information due to a HD crash and I cannot remember what I had done.
Thanks for any and all help.
Hi, when using the timeline content-element, I have the problem that in smaller viewports the date from the left side is not visible and code-instructor shows me a “display:none”. Desktop-view is fine, not so on smartphoneas and tablets (smaller 989px)
@media only screen and (max-width: 989px) {
.av-no-preview .avia-timeline-vertical.av-milestone-placement-alternate li.av-milestone-even .av-milestone-date {
padding: 33px 0 30px 50px;
display: none;
}
}
I post the url in the private area. What to do?
Thanks
tim
