Hey there,
I am putting together a gallery and would like to adjust the spacing between the image thumbnails.. and also remove the white borders.

Please let me know if this is a simple solution.
Thanks so much!
This reply has been marked as private.
Hi!
What errors are you getting? I checked the website on Chrome and Firefox Windows 8 and it’s working properly. Can you please list specific issues that you’re getting on your end? A screenshot will help.
Best regards,
Ismael
How do I get the tooltip to NOT wrap text with scroll bars? On the demo even with long text, no scroll bars appear.
DEMO: http://kriesi.at/themes/enfold/pages/contact/
Mine: http://www.sistahhollywood.com/contact/
Thanks in advance
Hi
any idea please ?
for example i try to remove the add to cart / view details button in the shop page in order to put my own icons
i try to remove the enfold action by using this code in my own functions.php
remove_action( 'woocommerce_after_shop_loop_item', 'avia_add_cart_button', 16);
but no result, the enfold buttons are still there :/
thanks for any insight
great that did it but it’s position changes between landscape to portrait on the mobile. it should stay in the same position. thank u.
Hi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) {
.main_menu, #header_main_alternate {
display: block;
}}
Best regards,
Yigit
After 4 hours of search I give up. I have created a page (called blog). The page contains the content element “blog posts”. Under Enfold Theme Option in “And where do you want to display the Blog?” is have selected the page “blog”. Under General Settings in “Blog Style” I have selected “Use the advanced layout editor …”. Everything is saved.
As soon as i reload the page my custom css settings for fonts size get ignored. If i switch back to one of the other default styles (e.g. grid) my custom css settings are applied again.
I use “Simple Custom CSS” plugin for a long time and never had any issues. The stylesheet is linked within the source code as usual:
<link rel='stylesheet' id='sccss_style-css' href='https://www.mydomain.xxx/?sccss=1&ver=3.8.1' type='text/css' media='all' />
If I call the link i get displayed my custom css setting
body {font-size: 17px !important; line-height: 1.6em !important; font-weight: normal !important; }
(actually it is much more than this line but that does not matter for now)
If I change the blog style back to “Use the advanced layout editor …”, reload the page and view the source code i still see my custom stylesheet
<link rel='stylesheet' id='sccss_style-css' href='https://www.mydomain.xxx/?sccss=1&ver=3.8.1' type='text/css' media='all' />
However if I open that link again in a browser I get displayed the blog page of my site.
If I move my custom css to the custom.css file from my child theme or to the quick css field in the styling section everything works.
However i dont like that approach because the quick css field is to small and the custom.css is makes things complicated. I like to have all custom css settings at one place.
I have searched through the enfold source code to see what prevents the sccss file from getting loaded if one selects the advanced layout editor. But I cant find it (or I am to tired).
Can you please check what is going on? This seems to be a bug.
regards
Michael
Hey pako69!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.av-masonry-container { pointer-events: none; }
It will make fullwidth masonry element unclickable globally
Best regards,
Yigit
Hey CR1975!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.special-heading-inner-border { visibility: visible; }
If that does not work, please post the link to your website and point out the special heading element
Cheers!
Yigit
Hey platinumturf!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.home .logo { display: none !important; }
Cheers!
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.content, .sidebar { padding-top: 5px; }
If that does not help, please post the link to your website so we can take a look
Regards,
Yigit
Hi crealities!
Please try deactivating all active plugins and check if that helps. Then you can activate them one by one to find the culprit. Please note that you are also using an older version of the theme – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
div .slideshow_caption h2 {
text-transform: none;
}
Best regards,
Yigit
Hey Elliot!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) {
.responsive .logo a, .responsive .logo img { height: auto !important; }}
Regards,
Yigit
Hey abedia!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.postid-124 .title_container .main-title { display: none; }
Regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) {
#header_main .social_bookmarks { top: 85%; right: -23%; }}
Regards,
Yigit
Hi lwolfe63!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#socket .copyright { width: 100%; text-align: center; }
#socket .sub_menu_socket { margin-top: -20px; }
Best regards,
Yigit
Hi netfunda!
No, you are not missing anything. Dummy content and demo site is not 100% the same. You can adjust styling options in Enfold theme options. If you have any questions or issues, feel free and let us know!
Please also Enfold documentation here – http://kriesi.at/documentation/enfold/
Regards,
Yigit
Hey Andrew1234!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#layer_slider_1 {
z-index: 1;
}
Regards,
Yigit
Hi AL!
You are currently using an older version of Enfold, please update the theme to the latest version. Please see – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
Yigit
Hi rcgroup!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 479px) {
.responsive #top .slideshow_caption h2 {
font-size: 15px;
}
.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title { padding: 4px; }
#top .avia-slideshow-button { margin-top: 2px; padding: 5px 8px; font-size: 11px;
}}
Cheers!
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
.responsive .logo a, .responsive .logo img {
height: auto !important; }
#advanced_menu_toggle, #advanced_menu_hide {
top: 66%; }}
Cheers!
Yigit
I downloaded the Enfold theme today (3/17/14) and it won’t upload to my WordPress (latest version). Other themes load fine to the site. With Enfold when I upload the zip file, and after a long wait, I get a message that says “Are you sure you want to do this?” with no option but to back out of the page.
I have tried deleting my Enfold files and re-downloading the theme and continued to have the same issue.
Thank you for any help!
Hi kardemomme!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .avia-post-nav { display: none; }
Regards,
Yigit
On the single portfolio items page, you can either press a left or right arrow (with image on hover) to browse through ALL portfolio items. Not a good solution if you’re using portfolio items for different things, like me.
How do I turn this off?
Running Enfold 2.6.1
-
This topic was modified 11 years, 9 months ago by
kardemomme.
Hi, I tried importing dummy data for Enfold. The process was successful but the system did not import content as we see in: http://kriesi.at/themes/enfold
The imported site has different footer, header is not as beautiful and not all menu items were imported.
Am I missing anything. Please help.
I have tried to change the H2 font and body font types through the Enfold > Styling menu options, but nothing changes.
What is causing this not to work correctly?