Forum Replies Created
-
AuthorPosts
-
April 4, 2020 at 1:14 am in reply to: Logo on top, center, with icons on left and burger on left for mobile #1200698
Hi Nikko, if it would just be simpler to do custom icons there instead of the social icon system that is fine too. Whatever is easier.
April 3, 2020 at 11:38 pm in reply to: Logo on top, center, with icons on left and burger on left for mobile #1200686Hi Nikko, I added the code but still no change.
April 2, 2020 at 10:59 pm in reply to: Logo on top, center, with icons on left and burger on left for mobile #1200320Thank you Nikko, I altered the code as instructed but I am not seeing any change. I’m still seeing the icons in two places. Here is my final code:
@media only screen and (max-width:767px) {
.responsive #top #header .social_bookmarks {
display: block!important;
}.responsive #top #wrap_all #header .social_bookmarks,
.responsive #top #wrap_all #header .social_bookmarks li,
.responsive #top #wrap_all #header .social_bookmarks li a {
height: 30px;
}.responsive #top #wrap_all .main_menu .avia-menu .av-burger-menu-main,
.responsive #top #wrap_all .main_menu .avia-menu .av-burger-menu-main a {
height: 80px !important;
line-height: 80px !important;
}.responsive #top .logo {
width: 100%;
padding-top: 20px;
}.responsive .logo img {
margin: 0 auto;
}.responsive #top #wrap_all .main_menu {
position: static;
display: flex;
}.responsive #top #wrap_all .main_menu .avia-menu {
width: 50%;
order: 2;
}.responsive #top #wrap_all .main_menu .avia-menu .av-burger-menu-main {
float: right;
}.responsive #top #wrap_all .main_menu .social_bookmarks {
width: 50%;
order: 1;
}.responsive #top #wrap_all .main_menu .social_bookmarks {
width: 50%;
order: 1;
text-align: left;
}.responsive #top #wrap_all .inner-container > .social_bookmarks {
display: none !important;
}
}March 27, 2020 at 11:23 pm in reply to: Logo on top, center, with icons on left and burger on left for mobile #1198482Hello, thank you very much this looks great. The only issue now is that on mobile it is showing up in two places now, to the right of the logo and also on the line below like I want it to be. Here is my full quick code css:
The first line of code is to make it appear on mobile. The other code is what you gave me.
@media only screen and (max-width: 767px){
.responsive #top #header .social_bookmarks {
display: block!important;
}
}@media only screen and (max-width:767px) {
.responsive #top .logo {
width: 100%;
padding-top: 20px;
}.responsive .logo img {
margin: 0 auto;
}.responsive #top #wrap_all .main_menu {
position: static;
display: flex;
}.responsive #top #wrap_all .main_menu .avia-menu {
width: 50%;
order: 2;
}.responsive #top #wrap_all .main_menu .avia-menu .av-burger-menu-main {
float: right;
}.responsive #top #wrap_all .main_menu .social_bookmarks {
width: 50%;
order: 1;
}.responsive #top #wrap_all .main_menu .social_bookmarks {
width: 50%;
order: 1;
text-align: left;
}.responsive #top #wrap_all .inner-container > .social_bookmarks {
display: none !important;
}
}August 24, 2018 at 12:03 am in reply to: Full Screen Video need to compensate for the Navigation Menu #1001006Thank you all for your help. Guenni007 that was perfect. I just noticed your edit after I solved it but I think we are both on the same track. I did this to fix it:
.avia_desktop #top .av-section-mobile-video-disabled
{
height: calc(100vh – 88px) !important;
}Thank you again so much for your help!
August 23, 2018 at 6:04 pm in reply to: Full Screen Video need to compensate for the Navigation Menu #1000867Hi Rikard,
Yes I did. It only has fixed amounts like 75%. I need it to be “hero” image size where it takes up the whole screen but exactly fits under the navigation. Also when I adjust section minimum height, nothing happens.
August 23, 2018 at 1:10 am in reply to: Full Screen Video need to compensate for the Navigation Menu #1000551nevermind it seems to be showing up now.
I also have all plugins disabled and am running the lastest version of wordpress.
-
AuthorPosts