Hey!
You can add this on your custom.css or Quick CSS:
#top .fullsize .template-blog .blog-meta {
float: left;
}
Cheers!
Ismael
Hi Ben!
You can use this to increase the size of the logo:
.logo, .logo img {
width: 400px;
}
Adjust the left position using this:
div .logo {
left: 36%;
}
Regards,
Ismael
Hi!
Yigit’s code should work:
#construyamos {
border-top: 0;
}
Please remove browser cache then reload the page. This is the result:

Cheers!
Ismael
Hey BlendMarketing!
You can use this on Enfold > Styling > Quick CSS:
#top .alternate_color.title_container .main-title a {
color: red;
}
Cheers!
Ismael
Hey Haycreations!
The images are all set to expand to their containers for the responsive layout changes. You can use column shortcodes to act as containers for your image (1/3 | image | 1/3 ) or add a class to the image to give your own css higher priority.
For example, that image has the specific image class already on it from WordPress and if you add this to your Quick CSS in the styling tab of the theme:
#top .wp-image-7954 {
max-width: 666px;
}
You’ll give it a smaller max width without removing its ability to adapt for mobile.
Best regards,
Devin
Hi!
Please add following code to Quick CSS as well
.fixed_header #main {
padding-top: 144px;
}
Regards,
Yigit
Guys,
Have a client with a few requirements that I am exploring mostly to do with the Masonry Blog.
1. The ability to have a single larger image at the top left as a featured post. I was thinking that a separate category could get assigned this identifier and any post added to that category would be placed at that location. Is this possible?
2. The client wants it so the title, excerpt and and read more text appears on hover over each featured image on the masonry blog image layout. Similar to http://peacheyphotography.co.uk/
Are these two things possible? What is the starting direction for getting there?
Thanks a lot Josue, now it works.
BTW, this command doesn’t cover everything in the website (like the header, the name in the testimonial, etc):
body, p, h1, h2, h3, h4, h5, h6, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox {
font-family: “Alef Hebrew”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
}
Is there anything I can add that will cover everything on the website? buttons, header, etc. ?
Thanks again,
Eran.
Hey!
Support scope is outlined when you register for the forums. Depending on how busy we are we will go beyond normal fairly frequently. We aren’t project managers and just respond as we get questions.
We answer with the best response we can and when we hit a point where it seems that someone is only looking at us to solve a major customization issue as you explained a few days ago we will refer them to quicker alternatives.
Saying that this topic/question was and is low priority doesn’t mean that you are, just that this specific issue was. We’ve been addressing WordPress 3.8 bugs, there have been 2 theme releases this week to fix things and it looks like there will be another coming up shortly.
Regards,
Devin
it looks great, can i add menu items to the left of that top blue bar …
http://j2k.info/american/
Just to add, as it pertains to the same page / blog
Is there a way to add more spacing to the top of both the main blog post area, and the sidebar
Ref: http://gyazo.com/d9c9e1f6f5f4dc824924fbcbe980f54b
I’d like to add say 30px of spacing between the “Privacy on Mind” title and the actual “Blog – Latest News” div.
I’d also like to have the sidebar spaced the same if possible.
REF: http://gyazo.com/146fa279552c6a1887c5da41f6ac02ff
I’d like to remove the “website” textbox and text, as well as the HTML related stuff after the main text box.
Is there code I can change here, or will I have to alter single.php for this?
I do also want to change the actual “Post Comment” box colour, however I think that is just a styling thing that can be done via the styling options / editor.
I’m already going to alter single.php to change the “Blog – Latest News” to state the correct title, so any other input would be great.
My apologies for so many different support topics, I’ve been trying to learn as I go and you’ve been extremely helpful!
Hi Devin,
I have uploaded screenshots of what I get when I click each of the links & pasted the link below. Please have a look & see if it’s the same thing you’re getting.
http://imgur.com/a/LIga6#0
As you will see, the top & bottom links work differently from the ones in the middle as for the first link I have given the top of the page & the last link works differently because the scrolling stops when the browser reaches the bottom of the page
Looking forward to your response
@Devin and @Dude,
I appreciate your response, but I have to honestly say that I’m blown away at the words “low priority” being used here. I would never say this to any client. It basically defeats any good working relationship from that point onward. Being that I have purchased a half dozen themes and have referred many developers to Kriesi, I feel very neglected here guys.
My question is, why did it take 12 days and 4 support techs to refer me to these alternatives?? I would have gladly paid. Not looking for FREE. Just need help.
And Dude, if this is a “low priority” topic and so far outside the scope of help, why didn’t you say this to me during our initial conversation on this topic 10 days ago on Dec 9th?
Wow guys. Just wow.
My advice to you fellas would be to NOT wait almost 2 weeks to tell someone that you’re not going to help them. We have deadlines and paying clients too.
Thanks, I have tried PrintFriendly and am having issues on post pages for portfolio items, where when it’s set to display below content it’s moving the right sidebar down as well. I did start another post on this so here is my link if you can help me with this. WP-Print simply gives an error page not found when clicked, so that one does not play well with Enfold. Thanks, Ismael.
https://kriesi.at/support/topic/print-friendly-and-pdf-plugin-pushes-sidebar-below-content/#post-201722
I am having some issues with viewing my site http://www.harperdb.com on an iphone
1. The logo is showing up stretched out.
https://www.dropbox.com/s/txz6a037ngyvox4/photo%201.PNG
2. The portfolio image is fitting top to bottom and I need the entire image to fit side to side.
https://www.dropbox.com/s/5uskqxx9jbcj5wi/photo%202.PNG
3. I also wanted to fix or shrink the ajax control arrows over the portfolio image.
thanks
-
This topic was modified 12 years, 4 months ago by
rikeswon.
Hi!
Please add following code to Quick CSS
1)
.header_color .cart_dropdown .dropdown_widget .widget_shopping_cart_content, #top .header_color .dropdown_widget .buttons { background-color: white; color: black; }
.header_color .cart_dropdown .dropdown_widget li a, .header_color strong { color: black; }
2) Can you point out the color section that you would like to remove borders from?
Cheers!
Yigit
Hi!
Please remove the first code i posted in this topic as well as the code i posted to fix the bullet issue and add following code to Quick CSS instead
#header_main .container, .main_menu ul:first-child > li > a {
height: 44px!important;
line-height: 44px!important;
}
.logo, .logo a, .logo img { max-height: 44px!important; }
This should solve it. I targeted wrong class on the first code i posted, sorry :)
Cheers!
Yigit
Hey!
@andrewdalaniz and this should fix it for you
.avia_mega_div .avia-bullet {
margin-top: 25px; }
Best regards,
Yigit
Hey!
@davel77 sorry now i saw what you meant. Please add following code to Quick CSS as well
.avia_mega_div .avia-bullet {
margin-top: 22px; }
Cheers!
Yigit
Hey!
@davel77 I checked the website you have previously posted and it looks fine on my end. Please try to flush browser cache and refresh your page a few times.
@andrewdalaniz Please add following code to Quick CSS as well
.fixed_header.social_header #main {
padding-top: 81px;
}
Best regards,
Yigit
Hey!
Please do not use “header” as ID. It causes the issue. You can use “header1” and add following code to Quick CSS
.fixed_header #main {
padding-top: 0;
}
#header1 { z-index: 999!important; }
Regards,
Yigit
Hi DaveL77!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.fixed_header #main {
padding-top: 44px;
}
#header_main .container, .main_menu ul:first-child > li a {
height: 44px!important;
line-height: 44px!important;
}
.logo, .logo a, .logo img { max-height: 44px!important; }
Flush browser cache after applying the code and refresh your page a few times
Best regards,
Yigit
Is there any way to keep the header / top navigation the small size that occurs during the scroll?
Regular nav / header: http://gyazo.com/8106d907c8f36c9c905ec4f0dff1397e
Nav / Header when scrolled: http://gyazo.com/740f88186018972bc5abf846dd5a0de0
We’d prefer to have the nav / header the exact same size at the top of the page, as it is when it’s scrolled.
Is there a way to change the header to look like this?
REF: http://gyazo.com/740f88186018972bc5abf846dd5a0de0
This is basically what we want for the main navigation throughout the entire website. Hopefully this is possible.
Thanks
Hi I want to change prev/next button in post slider.
Due to https://kriesi.at/support/topic/change-shopping-cart-icon/#post-177320 how can I find a proper icon name?
`
‘next_big’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue87d’),
‘prev_big’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue87c’),
`
How can I find the code ueXXX at http://fontello.com/ then? It does not generate a proper code for the chosen icons..
Thanks
Hey ShortieD!
1) Please go to wp-content\themes\enfold\includes folder and open related-posts.php file and find
$output .= "<h5 class='related_title'>".__('You might also like', 'avia_framework')."</h5>";
and change it
2) Please see Peter’s post here https://kriesi.at/support/topic/changing-%E2%9C%8E/#post-123692
3) Can you elaborate?
Cheers!
Yigit
Hi there,
URL: http://www.videyou.nu/wp
For the site I mentioned above I am trying to increase the logo size to 400px or even larger.. I’d like to have free control there..
So far the maximum I get is 300 px..
Also I would like to increase the margin-top for mobile devices, I have been able to do this for the desktop version but not yet for mobile..
I look forward to your reply…
Thanx!!
Hi Delphiine!
Changes are done. Please review your website. I have added Color Section element on the top of your page and added your title inside it. You can find custom CSS code in Quick CSS section
Regards,
Yigit