Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • dufi Friend
    #1083041

    Hi all. I need to adjust width of logo, which is changing after scrolling down. Pls see attacheched file. Thx in advance.


    1. virea1
    dufi Friend
    #1083043

    …I mean…logo after scrolling is partially hidden. I want to adjust this size to be only logo (without words in it). Hopefully somebody will understand me 😀

    Pankaj Sharma Moderator
    #1083090

    Hi
    It seems the sticky menu style has some issue when u scroll the page.
    In this case, I need to check this on your site, kindly share the page URL here, so I will have a look at it.

    Regards

    dufi Friend
    #1083853

    It is online here: http://www.virea.eu
    Thx in advance!

    Pankaj Sharma Moderator
    #1084151

    Hi
    Add code in /css/custom.css file to set the slideshow height

    .acm-slideshow .owl-carousel {
        max-height: 1000px;
    }

    And add this code in /css/custom.css file to chnage the header color

    .t3-header .container-hd {
        width: 1656px;
        background-color: #222222!important;}

    Regards

    dufi Friend
    #1084615

    Thx for your help. Slideshow height is not problem. I want it to be fullpage..so it is ok. Problem is that when I scroll down, some part of logo become to be hidden. So I want to hide it bit more (to be hidden text of logo…and only "icon" will appear)…or let it be full visible.
    Pls see picture in my first post to understand problem.

    Pankaj Sharma Moderator
    #1084629

    Hi
    Add below code in /css/custom.css file and change the width and height as per needs

    .affix .logo-image {
        height: 90px;
        line-height: 90px;
        width: 90px;
    }

    The logo use different height and width on scroll that is why its cut, override the code will fix it.

    Regards

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 6 replies, has 2 voices, and was last updated by  Pankaj Sharma 6 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum