-
AuthorPosts
-
July 24, 2014 at 9:07 pm #295657
Hi,
I need some help with a few things on the following site: http://konishki.connect4consulting.com/.
1) The logo on this site gets cut off when the page is reduced. Is there a way to make the logo shrink when the page size is reduced?
2) I want to turn off the shadow behind the header/menu bar.
3) I want to make the color section (av_section_1) the exact same height as header_mainThanks!
GabeJuly 24, 2014 at 9:20 pm #295665Hi connect4consulting!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
1-@media only screen and (max-width: 480px) { h1.logo a { font-size: 20px; }}
2-
div#header_main { border: none!important; }
3-
.home div#av_section_1 { height: 88px; min-height: 88px; }
Best regards,
YigitJuly 24, 2014 at 10:21 pm #295690This reply has been marked as private.July 25, 2014 at 1:11 am #295727Hi!
Please use following code
div#about-me-header { height: 88px!important; min-height: 88px!important; } div#about-me-header .content { padding-top: 25px; }
Regards,
YigitJuly 25, 2014 at 3:43 am #295769This reply has been marked as private.July 25, 2014 at 7:28 am #295798Hi!
Thank you for the update.
The header container is now 88px in height which is the same with the orange header. What else is wrong with it? Can you please explain? A screenshot will help.
Regards,
IsmaelJuly 25, 2014 at 3:04 pm #295975This reply has been marked as private.July 28, 2014 at 4:10 pm #296822Hey Gabe!
You have added the gallery to the header, which will be above the content at all times. So color section sliding behind header is an expected behaviour.
Regards,
YigitJuly 28, 2014 at 4:22 pm #296839This reply has been marked as private.July 28, 2014 at 4:26 pm #296842Hey!
Please add folllowing code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (min-width: 1500px) { .html_header_top.html_header_sticky #main { padding-top: 324px !important; }}
It does look fine on smaller screens that is why i missed at first look
Cheers!
YigitJuly 28, 2014 at 4:33 pm #296849This reply has been marked as private.July 28, 2014 at 4:47 pm #296870Hi!
You have following code in Quick CSS
.html_header_top.html_header_sticky #main { padding-top: 277px !important; }
please change it to following one
@media only screen and (max-width: 1499px) { .html_header_top.html_header_sticky #main { padding-top: 277px !important; }}
Regards,
YigitJuly 28, 2014 at 5:24 pm #296897This reply has been marked as private.July 28, 2014 at 5:27 pm #296901Hi!
Please edit your color section elements and give them the same ID.
Regards,
YigitJuly 28, 2014 at 5:38 pm #296915This reply has been marked as private.July 28, 2014 at 9:40 pm #297003Hi!
Please adjust this code as well
#section-1 { height: 88px!important; min-height: 88px!important; } div#section-1 .content { padding-top: 25px; }
Also, color section on your “About me” page has different ID
Regards,
YigitJuly 31, 2014 at 5:35 pm #298334Thanks Yigit.
Everything is working smoothly now. You rock!
July 31, 2014 at 5:38 pm #298335 -
AuthorPosts
- The topic ‘Help with a few things’ is closed to new replies.