Forum Replies Created
-
AuthorPosts
-
Hi,
To specify that TJ is pertaining to, please see if the Section Top Border Styling is set to “Display a simple 1px top border”. If so, please change it to “No border styling”.
I hope that helps!
Best regards,
SarahGreat. We’ll close this thread now.
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
Best regards,
SarahJuly 6, 2017 at 3:50 pm in reply to: How to decrease font title size in masonry gallery on mobile #817306Hi,
It looks like the element has changed since the last time I checked it. Sorry about that.
Please try this code instead:@media only screen and (max-width: 1024px) { h3.av-masonry-entry-title.entry-title {font-size:20px !important} }
Best regards,
SarahYou’re very welcome! If you have any other questions or issues, feel free to post them here on the forum and we will gladly try to help you.
We’d appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads
Also, for your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
Thank you for using Enfold.
Cheers!
SarahHi,
That’s right. You can turn on the Custom CSS Class field for ALB elements by following our documentation here: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
With this, you can assign a specific class to your subheading, and any other ALB Element that requires this.
I hope that helps!
Best regards,
SarahHi!
Yes, it’s because of that. To clarify: you NEED the text widget because it’s a link, right?
Can you try this code?
#text-5 {margin-bottom:0 !important;} #newsbox-2 {margin-top:0 !important;}
This removes the bottom margin of the text widget, and the top margin of the Latest News widget.
Best regards,
SarahYou’re welcome! You have a great day, too.
We’ll close this thread now, but feel free to open a new one for other questions and concerns.
Best regards,
SarahHi,
They are not exactly “our” developers. :) You can show them the link you gave us here, and they should let you know what kind of work that entails.
Best regards,
SarahHi Elad!
Thank you for asking. However, this seems like something that can be done with a plugin or a web developer. You can try: http://www.microlancer.com/ or contact the werkpress devs here: http://kriesi.at/contact/customization
I hope that helps!
Best regards,
SarahHey Tjerk,
Thank you for sharing. Don’t worry, the only posts we delete are accidentally duplicate threads. :)
Do you need help with anything regarding this topic?
Best regards,
SarahJuly 6, 2017 at 11:25 am in reply to: How to decrease font title size in masonry gallery on mobile #817149Hey!
To make CSS work only for certain device widths, you can consult this page: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
For the masonry titles, you can use this CSS:
@media only screen and (max-width: 1024px) { .av-image-caption-overlay-center {font-size:0.8em !important} }
You can decrease the value of the font-size to suit your preference. The default value is 1.3em.
I hope that helps!
Best regards,
SarahHi Matt,
We’ll keep this thread open for you, in case you find anything.
Best regards,
SarahJuly 6, 2017 at 11:13 am in reply to: Who can customise Heading Font Size for different screen? #817144We’re glad that Jordan was able to assist you! For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you.
We’re appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
Thank you for using Enfold.
Cheers!
SarahLooks like they did. :) We’ll close this thread now, but feel free to open a new one if you have other questions.
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
Thank you for using Enfold.
Cheers!
SarahGreat! We’re happy to help! :) For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you.
We’d appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads
Also, for your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
Thank you for using Enfold.
Cheers!
SarahJuly 6, 2017 at 6:13 am in reply to: logo overlapping menu items before switching to mobile menu #817048Thank you for sharing!
Do you need further assistance with this topic, or can we close this thread? You can open a new one should you need help, and we’ll do our best to assist you!
Best regards,
SarahJuly 5, 2017 at 6:39 pm in reply to: logo overlapping menu items before switching to mobile menu #816862Hi!
You can copy and paste Yigit’s code straight into the Quick CSS section under Enfold > General Styling, and see if you like the result. :) If you would like to adjust it, just let us know.
Thank you for your feedback for the future version! It’s best if you add this request it in our feature request system here – https://kriesi.at/support/enfold-feature-requests/
This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most.
Best regards,
SarahHi,
You can try this code:
.av-main-nav ul {margin-top:-70px !important;}
You can adjust the margin to suit your preference.
Best regards,
SarahJuly 5, 2017 at 6:16 pm in reply to: logo overlapping menu items before switching to mobile menu #816856Hi!
We can nudge the logo to the left, but I think it’s better if you edited your logo image itself to have less white space on the left.
I hope that helps!
Best regards,
SarahWe’re glad to help! We’ll close this thread now. For any other questions or issues, feel free to post them here on the forum and we will try our best to assist you.
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
We’d also appreciate it you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads
Thank you for using Enfold.
Cheers!
SarahGreat! We’ll close this thread now. Please feel free to open a new topic if you have any other questions.
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
We’d also appreciate it you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads
Thank you for using Enfold.
Cheers!
SarahYou’re welcome! Did it work for you, then? :)
Best regards,
SarahHi!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.av-main-nav ul { width: 140px !important; }
You can also assign different widths for each menu item’s submenu, like this:
.av-main-nav #menu-item-2870 ul { width: 200px !important; }
If you do this, please replace the menu item ID with the correct ones.
Please let us know if you need more help.
Best regards,
SarahThat’s great, @romainp841! Thank you for sharing. Do you still need further help with this?
Cheers!
SarahHi,
If you’re trying to change the color of the links inside the latest news widget, please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#footer a.news-link .news-headline {color:orange;} #footer a.news-link .news-time {color:white;}
Please change the color to suit your preferences.
Let us know if you need further help! :)
Best regards,
SarahHi,
You can add Comments element under Content elements of Advanced Layout Builder to the bottom of your post that you have created using Advanced Layout Builder.
But I see that you have the Comment Boxes in your articles now. Were you able to figure this out, then? :)
Best regards,
SarahHi!
You can edit your footer at Appearance > Widgets. You’ll see four Footer columns that you can add widgets to.
I hope that helps!
Best regards,
SarahJuly 5, 2017 at 4:11 pm in reply to: Post Grid – add a posts category to the ARTICLE CLASS output #816787Hi,
I see. Thank you for this. May we have temporary admin access into your website so we can take a closer look?
Best regards,
SarahHi!
That’s strange. Please try clearing your browser cache, WordPress cache, and refreshing your browser a few times.
If this does not help, please provide us admin access into your website so we can take a closer look. :)
Best regards,
SarahHi!
Thank you for that login information.
There are a few ways you can fix this:
1.) Add padding to your image, like our logo in our demo. This is the option that I recommend you do. Here is our logo in the demo, which you can use as an example. http://kriesi.at/themes/enfold-2017/files/2017/02/logo.png
2.) Specify the height and/or width of the logo image. You can do so by adding something this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.logo img { height: auto; width: 100px !important; }
Just change the values of the height and/or width to suit your preference.
3.) Add a padding to your image using CSS. You can use something like this code in Quick CSS:
.logo img { padding:10px !important; }
Just change the value of the padding to suit your preference.
I hope one of these options work for you. Let us know if you need further help.
Best regards,
Sarah -
AuthorPosts