Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #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_main

    Thanks!
    Gabe

    #295665

    Hi 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,
    Yigit

    #295690
    This reply has been marked as private.
    #295727

    Hi!

    Please use following code

    div#about-me-header {
    height: 88px!important;
    min-height: 88px!important;
    }
    div#about-me-header .content {
    padding-top: 25px;
    }

    Regards,
    Yigit

    #295769
    This reply has been marked as private.
    #295798

    Hi!

    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,
    Ismael

    #295975
    This reply has been marked as private.
    #296822

    Hey 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,
    Yigit

    #296839
    This reply has been marked as private.
    #296842

    Hey!

    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!
    Yigit

    #296849
    This reply has been marked as private.
    #296870

    Hi!

    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,
    Yigit

    #296897
    This reply has been marked as private.
    #296901

    Hi!

    Please edit your color section elements and give them the same ID.

    Regards,
    Yigit

    #296915
    This reply has been marked as private.
    #297003

    Hi!

    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,
    Yigit

    #298334

    Thanks Yigit.

    Everything is working smoothly now. You rock!

    #298335

    Hey!

    You are welcome Gabe, glad we could help!

    Cheers!
    Yigit

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Help with a few things’ is closed to new replies.