Forum replies created
Viewing 10 replies - 2,381 through 2,390 (of 3,147 total)
please ensure that you have enabled the Theme4Press core plugin
In reply to
Fluid Layout
that will be probably the plugin issue. i hope it will be fixed in the next version
yep, this is how the responsivness works 🙂
In reply to
Mobile menu header missing
please provide me the URL with the issue instead..I will check the code
In reply to
form dropdown too wide on mobile
sorry, but as you are using long item titles it will display in a fixed width for the dropdown
In reply to
need fully custom youtube social icon link
you will need to edit social-buttons.php file, line #44
try this in the Custom CSS section:
Code:
@media only screen and (max-width: 768px){
#logo, #logo a { font-size:12px; }
#tagline { font-size:10px; }
}
#logo, #logo a { font-size:12px; }
#tagline { font-size:10px; }
}
in the Custom CSS insert:
Code:
body #header.sticky-header {background:white!important;}
put there !important mark
Code:
ul.nav-menu li.current-menu-item:before, ul.nav-menu li.current-menu-ancestor:before,ul.nav-menu li.current-menu-ancestor li.current-menu-item a, ul.nav-menu li.current-menu-ancestor li.current-menu-parent a,ul.nav-menu li.current-menu-item, ul.nav-menu li.current-menu-ancestor, ul.nav-menu li:hover {background:white!important;}
In reply to
search in sticky header
this theme doesn’t support search function in the sticky header for now, only our other theme alora
Viewing 10 replies - 2,381 through 2,390 (of 3,147 total)