Hi!
You can add this on Quick CSS:
.sidebar_left.sidebar {
text-align: left;
}
#top .sidebar_left .widget_nav_menu ul ul li:before {
left: 0;
}
If you want to change the style of a specific element on a certain page or post, you can use the Google Chrome Inspect Element. Look for the unique css body class.

On the example above, the page’s unique selector is .page-id-2251. We can use it to change the element within that page.
.page-id-2251 .sidebar_left.sidebar {
text-align: left;
}
.page-id-2251 .sidebar_left .widget_nav_menu ul ul li:before {
left: 0;
}
Cheers!
Ismael
Hi!
1.) Add this on Quick CSS:
.four.units.single-product-main-image.alpha {
overflow: hidden;
}
2.) Change the price and price per unit font using this:
#top .price span, #top del, #top ins {
font-size: 12px;
line-height: 24px;
}
3.) The code above will change it too.
4.) You can change the color of the related products title using this:
.alternate_color .related.products h2 {
color: blue;
}
Cheers!
Ismael
Hey!
Add this on Quick CSS to move the whole portfolio grid by 10px to the left:
.avia_sortable_active .isotope {
margin-left: -10px;
}
.no_margin.av_one_fourth.first {
padding-left: 10px;
}
Best regards,
Ismael
Hello,
1. How can I disable the time and day release information, that appears if I select “Enfold Latest Portfolio” widget for sidebar. I’d like to display title only, without any information about time and date of release underneath.
2. If I chose portfolio grid with the link handling “open a preview of the entry (ajax portfolio)” and click on it to come further to the portfolio page itself after preview, how can I change the size of the image that is shown on top? Its cutted. I would like to display it smaller but not cutted.
3. How can I change colours of Icon List Symbols manually?
Thank you!
milatch
The ability to add new items to my portfolio has suddenly stopped. It had been working just fine. I didn’t make any updates or do anything else that would seemingly affect this. Any ideas?
Hey glozemedia!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.boxed#top { box-shadow: 0 0 5px 3px #888888; }
Best regards,
Yigit
-
This reply was modified 12 years, 2 months ago by
Yigit.
Thanks for the help. I’m not sure what was conflicting with the Slider on the homepage, but after turning off the plugins and deleting some unnecessary ones, it seems to be working now.
Thanks!
Yes, I have tried on my iphone. Does not work.
It also works when i resize the window of my browser on my computer, but not on my iPhone
…….sorry. Had not emptied the cache correctly. Now it works :) Thank you very much for your help.
Hey!
Have you tried flushing browser cache on your iphone? It seems to be working when i resize the window of my browser
Regards,
Yigit
Hey Carsten!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
.responsive #scroll-top-link {
display: block;
}}
Best regards,
Yigit
Hi :)
When I show my website for example on an iPhone, the “go to top” button is gone.
Se page: http://moisture.dk/wordpress%206/?page_id=3569
br
Carsten
Hey targetzero!
Sounds like you may have a plugin or an extension of Jetpack on which is causing an issue with the theme. Enfold by default lets you choose the layout you want and one of those is a Fixed layout with no responsive functionality.
There isn’t however any settings to disable or switch between a mobile version and a desktop version.
Cheers!
Devin
Hi!
Please add following code to Quick CSS as well
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
width: 16.1%;
}
Best regards,
Yigit
Hey targetzero!
First clear the cache of your caching plugin. Then deactivate it and all other plugins you have active. You can keep WooCommerce itself active since it is compatible with the theme.
See if that helps and then you can re-activate your plugins one by one to find the one causing the issue. Leave your caching plugin until last since it has the most complex individual setup. If you are, for instance, combining and minifying all javascript that has been known to cause issues.
Best regards,
Devin
Hi Mattias!
Please refer to this post and set header height to 250 https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-188003
and upload your 250x250px logo in Enfold theme options then add following code to Quick CSS in Enfold theme options under Styling tab center the logo
div .logo { left: 45%; }
You may need to adjust it to center it perfectly
Best regards,
Yigit
Hi eric_peeters!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top div.product .woocommerce-tabs { padding: 0; }
Best regards,
Yigit
Hi alanperlman!
Please refer to this post https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-188003
Instead of 200, you can use 110-120
Cheers!
Yigit
My home page slider loads when I launch Chrome, but all of the text on other slides loads on to the first slide and the slide becomes a static image.
When I log into my admin section, the slider disappears altogether. the only thing I added as WooCommerce. I thought this template was compatible with WooCommerce.
The site is: marketingcommunicationsblog
Thank you.
I actually moved those two css codes to the top and it seemed to work but one of the thumbnail images is being kicked to the next line. Anyway to bring it back up just how it looks on the parent blog page?
Thanks!
Hello
Thanks it works, but what the very first link (my home page) as a #top like this: http://www.my-domain.com/#top
thnaks
Hey Minz!
1.) Edit css > shortcodes.css, find this code on line 287 then remove it:
/*iconlist animation*/
.avia_transform .av_font_icon{
opacity: 0.1;
-moz-transform:scale(0.5);
-webkit-transform:scale(0.5);
-o-transform:scale(0.5);
transform:scale(0.5);
}
.avia_transform .avia_start_delayed_animation.av_font_icon{
-webkit-animation: avia_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
-moz-animation: avia_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */
-o-animation: avia_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Opera 12+ */
animation: avia_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
opacity: 1;
-moz-transform:scale(1);
-webkit-transform:scale(1);
-o-transform:scale(1);
transform:scale(1);
}
2.) Please add this on Quick CSS:
td span.av_font_icon {
position: relative;
top: 7px;
}
Best regards,
Ismael
Hi Yigit,
Before I followed your instructions and it seemed to work but then I was working on some more css to help with other issues. Now its back to not aligning properly. Here is how I have all my css set up. Is there anything I need to fix? Thanks!
#top .title_container .container {
display: none;
}
.fixed_header #main {
padding-top: 119px;
}
@media only screen and (max-width: 767px) {
.responsive .logo { height: 120px; }}
/* Print Style Sheet */
@media print {
body { background:white; color:black; margin:0 }
#header { display:none }
#content { display:block }
#comments { display:block }
#sidebar { display:block }
#Footer { display:block }
#top .fullsize .template-blog .post .entry-content-wrapper, #top .fullsize .template-blog .post-meta-infos, #top .fullsize .template-blog .post-title { text-align: left; }
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { float: left; }
.big-preview { padding: 0 50px 10px 50px; }
.single-post .small-preview { display: none; }
Hey!
Yes, that would ease the debugging process for us. Reply to this topic when your site is online.
Best regards,
Josue
This reply has been marked as private.
Hi Hirschjaeger123!
The best solution and I think really the only one is to have less main menu items. The only other option would be to change when the menu switches to the mobile menu following these steps: https://kriesi.at/support/topic/top-menu-with-the-social-icons-bigger?replies=5#post-132320
Regards,
Devin
Is there a place where you turn mobile on and off for the Enfold theme? If there is, I don’t see it.
Here is the issue:
1. When I log on using my Samsung Note 3 (or Note 2) phone, I see the full site. On occasion, I see what appears to be a mobile view, but it’s all short code. I’m using the Chrome and Native browser for he Samsung and get the results on both.
2. I also experienced (today) the mobile view with only short code on my regular PC desktop computer using Chrome. At the footer, I see a link to view the full site. I could only make this go away when I logged in to the back end. And now, I see the link to view the mobile site at the footer. This does not occur on FireFox.
Thank you.
Hey!
Please reply with admin account credentials so we can log in and take a look. Make sure to check the box for “Set as private reply” so that the reply can only be seen by the support crew.
The functions file you have right now has the entire top section commented out which means it is not active. I’m not sure if you did this on purpose or on accident but seeing it live and without the forum editing will help us see what might be happening.
Regards,
Devin