- This topic has 1 reply, 2 voices, and was last updated 7 years, 4 months ago by Hash.
- AuthorPosts
- January 31, 2017 at 10:34 pm #1808PSBakhParticipant
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
February 2, 2017 at 8:00 pm #1830HashKeymaster1. 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 cssp { 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; } }
- AuthorPosts
- You must be logged in to reply to this topic.