-
AuthorPosts
-
July 31, 2014 at 6:58 pm #298379
I need to adjust the header size on this site: http://huffmancabin.com/wp/
I want the image to fill the header space and be centered. It is 960 pixels wide by 150 high.
Can you give them the correct code to do this?
Thank you!August 1, 2014 at 2:38 am #298524Hey elames!
Please go to Enfold theme options > Header Layout > Header size = Custom pixel value and set the height to 155-160px
Best regards,
YigitAugust 1, 2014 at 2:53 pm #298758Sorry that does not work. I want the image to fill the entire header area and this still doesn’t to that
anyway I can attach a file???- This reply was modified 10 years, 3 months ago by elames.
August 1, 2014 at 2:56 pm #298760Hey!
You can upload screenshots on imgur.com or Dropbox public folder and post the links here
Regards,
YigitAugust 1, 2014 at 3:25 pm #298774See the logo size here: I want it to be centered in the header and full size
http://huffmancabin.com/wp/wp-content/uploads/2014/07/HUFFMAN.png- This reply was modified 10 years, 3 months ago by elames.
August 2, 2014 at 3:12 am #299055Hey!
I’m sorry but the screenshot and the website are not loading. When you upload the logo, make sure that you select the Fullsize thumbnail size option before clicking the “Use image as logo” button. I’ll ask Yigit to take a look.
Regards,
IsmaelAugust 4, 2014 at 3:43 pm #299704August 4, 2014 at 10:01 pm #299873Are you in Russia? IF so our hosting company blocks you. Have someone else look at it please.
August 5, 2014 at 2:13 pm #300219Hi!
No, i am in Lithuania and Ismael is in Philippines. Nobody from the team is in Russia.
If you can upload your screenshots on imgur.com or Dropbox public folder, we can try to provide you custom CSS codeCheers!
YigitAugust 6, 2014 at 2:33 pm #300676August 6, 2014 at 3:10 pm #300681Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#footer h3.widgettitle { color: white!important; font-size: 20px!important; }
Which type of header are you using? A screenshot of your header section would help. In the meantime, please try adding following code to Quick CSS
#header_main .container { width: 100%; }
and go to Enfold theme options > Header Layout > Header Size = Custom pixel value and set it to 150px
Cheers!
YigitAugust 6, 2014 at 4:54 pm #300749That is fine for the footer text.
Go here to see what I want: http://i.imgur.com/9kbZs5A.jpgThe code didn’t work. I want it to fill most of the header area 960 pixels wide and centered.
I set the header size already. that didn’t change.Can you also tell me how I can increase the font sizes of
body text and footer links / textThank you!
August 7, 2014 at 1:41 pm #301099Any help here? I am meeting with client today and need to have this issue resolved. It seems simple enough..but I can’t see how to accomplish it.
Thank youAugust 7, 2014 at 1:53 pm #301104Hey!
Please add following code to Quick CSS
.html_header_top.html_logo_center .logo { left: 0; -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } #header_main .container { width: 100%; margin: 0; } strong.logo { margin-left: 17%; } @media only screen and (max-width: 1340px) { strong.logo { margin-left: 7%; }}
Header height should be set to 150-160px as i suggested here – https://kriesi.at/support/topic/need-to-adjust-header-size/#post-300681
Best regards,
YigitAugust 7, 2014 at 5:14 pm #301213Thanks I think that did it. I appreciate your help!
August 7, 2014 at 8:56 pm #301341Only one more slight issue. When I look at the site on my smartphone, the little menu box is sitting on top of the logo.
How can I make this go lower.Thanks!
August 8, 2014 at 5:11 am #301438Hey!
Glad it is working now but the website is still not loading.
Please use this on Quick CSS to fix the logo on mobile device:
@media only screen and (max-width: 767px) { .responsive .mobile_slide_out .logo img { margin: 0; height: 80% !important; top: 15px; } }
Adjust the height and top position if necessary.
Cheers!
IsmaelAugust 8, 2014 at 1:47 pm #301622Sorry that didn’t work. I tried various amounts and nothing changed or it got worse.
The site has been moved to it’s root directory at:
http://huffmancabin.com- This reply was modified 10 years, 3 months ago by elames.
August 8, 2014 at 3:54 pm #301674Hey!
I cannot connect to this website as well :/
Please try following code@media only screen and (max-width: 480px) { .responsive .logo a, .responsive .logo img { float: left; max-width: 70%; height: auto !important; }}
Regards,
YigitAugust 8, 2014 at 4:56 pm #301718Sorry that didn’t help.
See screen capture here: http://i.imgur.com/qI9kwvc.jpgI don’t know why you can’t see the site. I suspect your country is being blocked by my hosting company. that is the only reason I can think of. They are very cautious,
Thank you
August 8, 2014 at 5:29 pm #301739Hey!
Please try this code instead:
@media only screen and (max-width: 520px) { .responsive .logo a, .responsive .logo img { margin-top: 10px; max-width: 300px !important; height: auto !important; } }
Cheers!
PeterAugust 8, 2014 at 6:15 pm #301765Nope sorry, didn’t work, it still covers up the logo.
Would any of these other codes conflict with this?
.av_phone_active_right .phone-info {
float: right;
font-size: 15px;
}
body{
font-size: 14px !important;
}
#footer h3.widgettitle {
color: white!important;
font-size: 20px!important;
}
.html_header_top.html_logo_center .logo {
left: 0;
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
.html_header_top.html_logo_center .logo {
left: 0;
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
#header_main .container {
width: 100%;
margin: 0;
}
strong.logo {
margin-left: 5%;
}
@media only screen and (max-width: 1340px) }
strong.logo {
margin-left: 5%;
}
}
@media only screen and (max-width: 520px) {
.responsive .logo a, .responsive .logo img {
margin-top: 10px;
max-width: 300px !important;
height: auto !important;
}
}August 11, 2014 at 12:12 am #302322Any more ideas???
August 11, 2014 at 2:54 pm #302633Hi!
Please try following code and move mobile menu lower
@media only screen and (max-width: 480px) { #advanced_menu_toggle, #advanced_menu_hide { top: 140%; }}
Best regards,
YigitAugust 11, 2014 at 3:42 pm #302653I tried this and nothing moves that mobile menu :-(
Any other ideas?@media only screen and (max-width: 480px) {
#advanced_menu_toggle, #advanced_menu_hide { top: 170%; }}August 11, 2014 at 3:49 pm #302661Hi!
Please find following in your custom CSS
@media only screen and (max-width: 1340px) } strong.logo { margin-left: 5%; } }
and change it to
@media only screen and (max-width: 1340px) { strong.logo { margin-left: 5%; } }
there is a typo in the code. Fixing it may make other codes work
Regards,
YigitAugust 11, 2014 at 5:07 pm #302731THANK YOU! THat finally worked. Sorry for the bother,
August 11, 2014 at 5:24 pm #302743 -
AuthorPosts
- The topic ‘Need to adjust Header Size’ is closed to new replies.