Forum Replies Created
-
AuthorPosts
-
Hi @AlainTernet;
may this topic help you ?Hi @mandarijn;
See :
Theme settings > Sidebar settings > Sidebar on Smartphoneshi @swotmarketing;
once I’ve used the code below to have a “big” logo at left which shrinks :
use it at your own tisque !.responsive .logo {display: block !important} .logo, .logo a{overflow: visible !important;} .logo img {height: 170%; max-height: 260px !important;}
Hi @akua_web ;
#1 – you can find the answer here : Change the Footer text and Link in the Enfold documentation .#2 – Create a Menu with the pages you would like to show and use this Menu as “footer menu”
hi @swotmarketing;
try with these lines of CSS code ;.html_header_top.html_logo_center .logo { left: 53% !important;} .logo {height: 300px !important; width: 300px !important;} (change only the size of your logo) .avia-fullwidth-slider.avia-builder-el-0{border-top:none;margin-top: 212px !important;}
Hi @debenm;
this topic may help you.Hi @jackchew ;
#1 – in order to have full-width image in “http://craftiviti.com/about-us” page
add this line into your custom css :.page-id-23 .container {padding: 0px !important; }
# 2 – your map is full-width an my end (Chrome, Firefox)
Hi @kwebdesi;
see under :
#1 – Theme options >Sidebar Settings > Page Sidebar navigation (Display a sidebar navigation …),
#2 – No idea for non-alphabetical order.Hi @SimonPL;
it looks fine on my end (Chrome and Firefox) ; the padding-top is set to “100px !important” (the very last line of your child theme style)Hi @newoceans;
Have you tried with “Grid Row” ?
1st row = text ((take care of the height of the text zone)
2nd row = image (maybe as background) (take care of the height of your image and watch out an empty zone “hr” for mobil)
3rd row = image (maybe as background) (take care of the height of your image and watch out an empty zone “hr” for mobil)
4th row = Googl Map (take care of the height of the map)Hi @oestersund ;
I think it just because of the color of your text (phone number), it’s “white”.
If you add the following code into “custom css” or your child theme css file you can change the color (adjust the color) :#top .av_header_transparency .phone-info.with_nav span{color: #f00 !important;}
June 16, 2016 at 5:38 pm in reply to: Need help with CSS for aligning elements inside a grid row #649331Hi @Xperten;
This topic of the Enfold Documentation may help you.Hi @ShortieD,
it seems that your “container” is not large eneough :
.container { max-width: 1010px;}
What can be done :
1- Enlarge the container width in your Theme Options,
or
2- Reduce te padding of the link in the main menu :
.av-main-nav > li > a {padding: 0 8px !important;}
I would advise the first solution.
Hi @gemac-fieldbus ;
This topic “Remove Post Navigation for a post type” from Enfold Documentation may help youHi @stevegoh422 ;
The Enfold Documentation, especially this topic Use a different logo on mobile may help you.Hi @isveian;
something as this code may help you :@media only screen and (max-width: 767px) { /*HIDE MOBIL MENU*/ .container #advanced_menu_toggle, #advanced_menu_hide{display: none !important;} /*SHOW ALLWAYS MAIN MENU*/ .main_menu .avia-menu, #header_main_alternate, .fallback_menu{display: block !important;} }
Hi @Klaasbaas1983;
this code in your custom css (in child theme) may be the cause :.logo img { position: relative; top: 13px; }
Hi @neilspool ;
this topic may help you.Hi @azrulselah ;
I think you should add the “font weight” in to the functions too :Quicksand:400,300,700
Hi @kelsangchodor and @Vinay ;
sorry to jump in.
I would try to add this line into custom css or quick css :#top .main_menu .menu li ul a{height:auto !important;}
Hi @roberscott;
if I’ve not misunderstood you can achive it bay using a “Grid Row”.
Row 1 (with padding) + 1st image container,
Row 2 (with padding) + 2nd image container,
Row 3 (with padding) + 3rd image container,
Row 4 (with padding) + 4th image container.Hi @freeethinka ;
sorry for the first hasty response.
It should have been :
“Small bar above Main Menu – Change the styling for the small bar above the main menu which can contain social icons, a second menu and a phone number”The css code is good enough, I’ve already tested it.
Hi @cloeffler ;
– for the home page Enfold Hotel Demo may help you,
– for other pages (background image + text with white background) looks like Enfold Landing Page Demo may help you.Hi @Freek ;
add this line into your custom css file or into quick css zone :
adjust theme as you like./*CHANGE ACTIVE MENU - BORDER - MARGIN - PADDING - BACKGROUND-COLOR - BORDER-RADUIS */ #header .av-main-nav .current-menu-item > a > .avia-menu-text {border:2px solid rgba(55, 55, 55 ,1) !important;margin-left:5px !important;padding:12px !important;background-color: rgba(255, 188, 8, 0.75) !important;border-radius: 8px !important;}
- This reply was modified 8 years, 5 months ago by begrafiks.
Hi @freeethinka ;
There are two ways:
#1 – Theme Options > Advanced Styling : and choose your size, color …. for the bat at the top of the header
#2 – add this line into your custom css file or into quick css zone :/*TEXT SIZE BIGGER AND COLOR DARKER PHONE INFO BAR*/ .phone-info {font-size: 14px !important;color:#000 !important;}
But use just one of them !
Hi @robertscott;
I do not think, it is a carouFredSel plugin.Hi @ShortieD;
your images in the slider have a size of 1030*400px,
I would, at first, to try with a higher image (more then 400px) in order to avoid css codes
if doesn’t work
I would reduce the margin-bottom of the the texte slider (on the left) “.avia-testimonial-wrapper”Hi @p3LZ3r;
Your “sub-menu” has z-index=301
Your “container” in your “color section” has no z-index
You have given to your “.map-marker-info” z-index=999I think you should target the z-index of your “container” in your “color section”
Hi @GiorgioAldeghi;
you may find an answer in this topic -
AuthorPosts