Forum Replies Created
-
AuthorPosts
-
Hi Yigit,
Thank you so much!
Added media querie beccause the image appeared behind the hamburger menu and removed the standard underline. Working like a charm.
@media only screen and (min-width: 990px) {
#top #header .av-main-nav > li > a:hover,
#top #header .av-main-nav > li.current-menu-item > a {
background-image: url(https://www.bahai-uitgeverij.nl/wp-content/uploads/2022/10/lintje.png);
background-size: 20px 34px;
background-repeat: no-repeat;
background-position: bottom 8px center;
}.avia-menu-fx {
display:none!important;}}
HI Nikko,
Thank you so much!
Is it also possible to keep the button active or highlighted after click?
Solved it allready by using widgets for the footer
Thanx Rikard 👍🏻
This reply has been marked as private.Hi sorry Mike, i’ve changed it to Administrator.
This reply has been marked as private.This reply has been marked as private.Hi Elliott,
The code didn’t work but the one below did.
#wrap_all { position: relative !important; } body { overflow:hidden; width:100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
Thanks Jasper
- This reply was modified 9 years, 8 months ago by MENS.
Hi Yigit,
Yes it works also with me it was merely to help people with this problem ;)
CheersHi tried to fix this to.
Allthough i can’t code this worked for me, probably have to customize the percentages and height.
@media only screen and (max-width: 767px) {
#header_main .social_bookmarks { top: 85%; }}@media only screen and (max-width: 767px) {
.responsive #header_main .container {
height: 90px !important;}}@media only screen and (max-width: 767px) {
.logo img, .logo a, .responsive .mobile_slide_out .logo { padding-right: 10%; }}Result:
http://www.haakconsult.nl/Cheers Herrbirk
Damn brilliant!
Cheers!
November 27, 2013 at 12:24 am in reply to: Change position of header background image on ipad #193631Thank you so much!
Cheers!
November 26, 2013 at 7:21 pm in reply to: Change position of header background image on ipad #193545Hi Yigit,
I’ve placed the code but the prblem remains..
Image:
http://gitaarsalon.groeier.nl/wp-content/uploads/2013/11/height.png
Cheers Jasper
November 25, 2013 at 12:55 pm in reply to: Change position of header background image on ipad #192906Hi Devin,
Sort of fixed the logo for ipad and bigger screens, only the height of de header (logo and navigation) is reduced for mobile. Is it possible to disable this?
Cheers Jasper
ps. this problem is visible on iphone landscape
November 22, 2013 at 4:59 pm in reply to: Change position of header background image on ipad #191900This reply has been marked as private.November 22, 2013 at 1:47 pm in reply to: Change position of header background image on ipad #191826Hi Josue,
I’ve set it to bottom left and this works for pc and ipad only on a mobile i get a glitch.
I’ve tried this code to stop the .header_bg from showing up on mobile but it doesn’t work:
@media all and (max-width: 480px) {
.header_bg {display:none!important; }}Is there a way to block this background image with media queries?
Cheers Herrbirk
Hi,
This depends on which header you use. With a fixed header and social icons paste this code in quick css and change height. Changing the line height will change the height of the menu.
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 80px; line-height: 80px; }
Cheers Herrbirk
- This reply was modified 11 years ago by MENS.
This reply has been marked as private.This reply has been marked as private.Sorry Ismael,
It is in fact an image aligned ‘center’ with botttom to top animation. But nothing happens.
I’ve noticed that only the centered images are removed troughout the site with this code:.avia_image.avia-align-center {display:none;}}
So for now i’ve given all other images a left alignment and placed the above code that works.
Offcourse now i can’t use centered images any more so when you got a correct solution to remove this picture only on my homepage then i would be glad to hear it.Cheers Herrbirk
- This reply was modified 11 years ago by MENS.
October 22, 2013 at 12:32 am in reply to: Horizontal navigation posts and portfolio gone on mobile #178750Thanx Yigit!
October 21, 2013 at 6:56 pm in reply to: Horizontal navigation posts and portfolio gone on mobile #178592Hi,
Yes the main navigation works fine, i mean the navigation left and right on mobile for the posts (see attachement below)http://www.groeier.nl/foto.jpg
Cheers,
JasperFound it!
.avia-shadow { box-shadow: none; }
Cheers Japser
Thank you!
Allready found this selector,
#top #header .avia_mega_div .sub-menu{
width:700px;}
But that doesn’t do the trick.
Cheers
-
AuthorPosts