Home Forums Pro Themes Biography Pro Site logo overlapsing the header image?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #121785
    tadziak
    Participant

    Hello,
    I would like to make the site logo (one in the circle) overlapse/partially cover the header image on the subpages. Right now there is too much empty space under the menu.

    Here is an example:

    https://prnt.sc/s5xmnu

    It would look much better if the logo could partially be displayed OVER the header image. Is there some css code to make it possible?

    #121843
    wensolutions
    Keymaster

    Hello,

    Please provide us your site URL so that we can help you provide precise fix with the CSS if possible.

    Regards.

    #121857
    tadziak
    Participant

    Hello,
    Here is the link:

    http://translado.pl/new/service/

    Thank you!

    #121922
    wensolutions
    Keymaster

    Hello,

    Please add following given CSS code in Additional CSS section to remove the empty space under menu by going to Admin Panel > Appearance > Customize > Additional CSS

    @media screen and (min-width: 992px){
     .photo-section-child{
       position: absolute;
     }
    } 

    Hope this helps.

    If you have any queries further, let us know.

    Thank you.

    #121978
    tadziak
    Participant

    thanks a lot, that’s what I was looking for!

    #122022
    wensolutions
    Keymaster

    Hello,

    Glad we could help you.

    If you have further queries, let us know.

    Regards.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.