Home Forums HashOne Reducing spacing in sections, Slider transition, disable mobile menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1808
    PSBakh
    Participant

    Hi guys!

    I’ve just discovered HasOne theme and think it’s great! There’s a couple of things I wanted to ask, which I can’t seem to find correct css solutions for:

    1. There appears to be a very large gap between paragraph sections in the About section – I’ve checked the row padding in the page structure, and all seems to be set correctly. Is there a way I can reduce that?

    2. Is it possible to create a fade transition for the slider section in CSS?

    3. I would like to disable the menu on mobile devices, but can’t seem to find the right bit of code. Any ideas?

    here is a link to the site –

    Thanks so much for an awesome theme – it really does everything I was looking for it to do. Will definitely use again.

    Polina

    #1830
    Hash
    Keymaster

    1. There appears to be a very large gap between paragraph sections in the About section – I’ve checked the row padding in the page structure, and all seems to be set correctly. Is there a way I can reduce that?
    >> To reduce the gap between paragraph, add the below css

    p {
        margin: 0 0 5px;
    }

    2. Is it possible to create a fade transition for the slider section in CSS?
    >> Sorry, not possible.

    3. I would like to disable the menu on mobile devices, but can’t seem to find the right bit of code. Any ideas?
    >> here is the CSS

    @media screen and (max-width: 1180px){
    .hs-toggle-menu {
        display: none;
    }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.