-
AuthorPosts
-
January 25, 2017 at 11:08 pm #738643
I have recently had some amazing help to create some custom adjustments to the theme which have pretty much worked great, subject to a few remaining tweaks in other posts. However I still have an issue with the responsive version of the custom full width semi-transparent header with menu above. It only has the colour block across the middle of the page and not right to the edges as we want.
Can anyone help please?
Below is a copy of my custom css and also a screenshot from my iphone6 showing what I mean at the top.
####
#footer .container {
width:100% !important;
max-width:100% !important;
padding:50px !important;
}#fullwidthsection .container {
width: 90% !important;
max-width: none !important;
}
.logo img {
top: 10px !important;
}.widgettitle { font-size: 20px!important; }
div .copyright {
width: auto!important;
}.av-image-caption-overlay-center p{
margin-top:100px !important;;
}.avia-button {
font-size: 25px!important;
}.av-section-bottom-logo.header_color .container {
background-color: rgba(255,255,255,0.5) !important; }
.av-section-bottom-logo.header_color + div + .avia-section {
margin-top: -135px;
}.av-section-bottom-logo.header_color .container, .av-section-bottom-logo.header_color .container .inner-container {
width: 100% !important;
max-width: 100%;
}
.avia-button.avia-size-large {
border-radius: 100px;
}
@media only screen and (max-width: 767px) {
.responsive .logo a {
display: inline-block;
vertical-align: middle;
}.responsive .logo {
position: relative;
display: block;
width: 100%;
text-align: center;
}.logo img { max-height: 48px; }
@media only screen and (max-width: 767px) {
.responsive .logo a, .responsive .logo img {
max-width: 80%;
height: auto !important;
margin-bottom: 10px;
}}.responsive .toggle_icon {
width: 15px !important;
}January 27, 2017 at 12:38 pm #739338Hey Emma,
Thank you for the kind words and providing the screenshot :)
Posting all the css will not help much tho Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px) { .responsive #top #header .container { width: 100%!important; max-width: 100%!important; padding-right: 20px!important; }}
Best regards,
VinayJanuary 27, 2017 at 1:24 pm #739350Hi Vinay,
Thank you for getting back to me, but sadly the code doesn’t seem to be making any difference, do you have any other thoughts?
Many thanks
Emmap.s. if it helps I’m more than happy for you guys to go in to the dashboard and have a look around in case I have made any mistakes anywhere? There is another thread live regarding full height sections which I’m having an issue with which may be beneficial to go in and have a look for this too?
January 27, 2017 at 3:50 pm #739431Hi,
We need to take a closer look at this issue Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
VinayFebruary 1, 2017 at 11:55 pm #741498Here you go, thank you. Sorry for delay as I didn’t see the reply.
February 6, 2017 at 9:58 pm #743619Hi,
Thank you for the credentials. There was a syntax error in your Quick CSS due to which the code was not working, we have corrected it and added the below code to quick css and confirm the header is 100% wide.
@media only screen and (max-width: 767px) { .header_color div { min-width: 100% !important; padding-right:30px; } #advanced_menu_toggle, #advanced_menu_hide { right: 20px!important; }}
Best regards,
Vinay- This reply was modified 7 years, 9 months ago by Vinay.
February 6, 2017 at 11:44 pm #743635Perfect! Thank you.
All sorted now.
February 7, 2017 at 7:57 am #743710Hi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
Vinay -
AuthorPosts
- The topic ‘Full width semi-transparent header not full width on responsive.’ is closed to new replies.