Forum Replies Created
-
AuthorPosts
-
Hi keifygeorge!
Thank you for using our theme.
Can you send us a link to the page so we can give you the correct CSS?
Best regards,
Günter-
This reply was modified 10 years, 6 months ago by
Günter.
Hi!
Keep the 4 colums.
Try the following in custom.css or Enfold->Styles->Quick CSS field:@media only screen and (min-width: 768px) and (max-width: 959px) { #av_section_1 .container .first, #av_section_1 .container .avia-builder-el-last{ display: none; } #av_section_1 .container .av_one_fourth{ margin-left: 0; width: 100%; } }
Maybe you have to adjust the min-width to 480px;
Cheers!
GünterHey foxtrotstudio!
Thank you for using our theme.
Can you send us a link to the page please so we can give you the correct CSS ?
But you can also try to add an empty 1/4 column as the first and at the last position.
Best regards,
GünterHi!
It would be easier if i had a link to the page, but in common you have classes or id’s assigned to the “button” and the image.
You can write something like this:
#button-id #image-id{ ..... enter your CSS for normal state } #button-id:hover #image-id{ .... enter your CSS for hover state }
Regards,
GünterHi!
Have a look at the following articels:
http://css-tricks.com/different-transitions-for-hover-on-hover-off/
http://css-tricks.com/almanac/properties/t/transition/They can help you.
More complex examples you find at:
http://www.pepe-juergens.de/2013/01/css3-transitions-hover-effekte/
Regards,
GünterHi danieltjohnston!
Thank you for using our theme.
In custom.css line 52 you find the following:
.search { left: 695px; position: absolute; top: 33px; }
This seems to be the problem.
You can remove it completly.Best regards,
GünterHi victor!
Thank you for using our theme.
It is certainly possible to get more control over the spacing with CSS, but we would need a link to the actual page or pages to help you with the correct CSS code.
Cheers!
GünterHey karmenka!
Thank you for using our theme.
Have a look at the following topic:
https://kriesi.at/support/topic/color-section-not-full-width-enfold/
It might help you as a start. You can come back any time.
Regards,
GünterHi foxtrotstudio!
Thank you for using our theme.
It depends on what kind of animation you are thinking about.
You can put your custom CSS Code in custom.css or Enfold->Styles->Quck CSS field.
If you need more help, send us a link to the page and what you want to have.
Best regards,
GünterHi Mark!
Thank you for using our theme.
In custom.css or Enfold->Styling->Quick CSS put the following and change the size:
.avia-data-table td { font-size: 10px !important; }
Cheers!
GünterJuly 28, 2014 at 12:06 pm in reply to: How to change bottom border colour of title/breadcrumbs bar #296680July 28, 2014 at 11:16 am in reply to: How to change bottom border colour of title/breadcrumbs bar #296658Hi!
Try the following:
#main .container_wrap { border-top: 0 none !important; }
Cheers!
GünterJuly 28, 2014 at 10:36 am in reply to: How to change bottom border colour of title/breadcrumbs bar #296641Hey!
Please try the following:
#full_slider_1{ border-top: none !important; }
Regards,
GünterHi satucker!
Thank you for using our theme.
In custom.css or Enfold->Styles->Quick-CSS field put:
.sidebar_right span.news-time{ display: none; } .sidebar_right .news-excerpt{ left: 13px; position: relative; top: -25px; }
Cheers!
GünterHey!
You can use a filter. Maybe it needs to be made more specific, but to remove from all single post pages this should work:
In functions.php (or functions.php of the child theme if using a child theme) put the following:
function my_breadcrumb_filter($breadcrumb) { if(is_singular()) $breadcrumb = ''; return $breadcrumb; } apply_filters( 'avia_breadcrumbs', 'my_breadcrumb_filter', 10, 1 );
Regards,
GünterHi Ovelheiro!
Thank you for using our theme.
Can you send us a link to the page to get the correct CSS tags?
Best regards,
GünterJuly 28, 2014 at 8:55 am in reply to: How to change bottom border colour of title/breadcrumbs bar #296590Hi!
Please remove:
.title_container .breadcrumb{ border-bottom: 3px solid red; padding-bottom: 5px; }
If I add the following in firefox it works:
#main .title_container { border-bottom: 2px solid black !important; }
Cheers!
GünterHi!
The code that implements the promobox is found in:
enfold->config-templatebuilder->avia-shortcodes->promobox.php
enfold->js->shortcodes.js
enfold->css->shortcodes.cssBest regards,
GünterHey!
Replace code above:
.sidebar h3 { font-size: 1.1em !important; } #footer .widgettitle{ font-size: 1.1em !important; } #footer .widget li{ font-size: 1.1em !important; }
Best regards,
GünterHi!
Try this:
#footer h3, .sidebar h3, .widget a { font-size: 1.1em !important; }
To Orsted – adjust value:
.page-id-797 .avia-builder-el-13 .avia_textblock { font-size: 0.9em !important; }
Cheers!
GünterHey!
Try the following:
body{ font-size: 1.1em !important; }
body actually covers footer and sidebars.
Come back, if it does not work
Best regards,
GünterHi!
Try the following and adjust the value:
#main .sidebar{ padding-top: 0px; }
Cheers!
GünterHey sdbroker!
Thank you for using our theme.
No, by default a second button is not supported. If you like that, you have to change the php code to implement it.
To fix the problem with the click event try to put the following in custom.css or Enfold->styles->Qick-CSS field:
#top .main_color .avia-color-theme-color { z-index: 5000; }
Cheers!
GünterJuly 27, 2014 at 12:42 pm in reply to: How to change bottom border colour of title/breadcrumbs bar #296444Hey!
Try this:
.title_container { border-bottom: 1px solid black; }
Regards,
Günter-
This reply was modified 10 years, 7 months ago by
Günter.
Hey charger70!
Thank you for using our theme.
In custom.css or Enfold->styles->Quick CSS field put the following code and adjust the vaules:
form .wc-force-sells{ margin-left: 300px !important; } form .wc-force-sells li{ margin-left: -8px !important; }
Best regards,
Günter -
This reply was modified 10 years, 6 months ago by
-
AuthorPosts