Forum Replies Created
-
AuthorPosts
-
Of course! Thanks!
May 4, 2021 at 4:24 pm in reply to: How to make a color section containing 2 columns full width #1298333Works a treat! Thanks a lot for your help.
Ps. The previous code hadn’t been applied because of an unclosed code block further up in my stylesheet. Mystery solved.
May 4, 2021 at 4:23 pm in reply to: How to make a color section containing 2 columns full width #1298332Works a treat! Thanks a lot for your help.
Ps. The previous code hadn’t been applied because of an unclosed code block further up on my stylesheet. Mystery solved.
Fixed, thank you!
The code changed the max-width of the whole page to 800px wide. Is it possible to apply the max-width only to one color section?
Ah! Thanks so much, I thought I was going crazy. This solved a lot of other issues too. Really appreciate your help.
May 4, 2021 at 3:03 am in reply to: How to make a color section containing 2 columns full width #1298113Thank you so much for your help! The grid row element is doing exactly what I want.
Why the CSS code didn’t work for me is still a mystery. I use ‘Classic Cache Killer’ for Google Chrome and it’s been ‘on’. I have triple-checked whether the stylesheet is being updated, which it is.
You mentioned the grid-row element doesn’t offer a background image. I am using images for the subpages and was hoping to create a similar layout: Intro text on the left, image on the right – both columns together being full width. I would be keen to hear what element you would recommend to use?
May 3, 2021 at 7:36 pm in reply to: How to make a color section containing 2 columns full width #1298084Thanks for your help!
I’ve tried this and unfortunately it’s still not working.
I had a look at your example and that’s exactly what’ I’m after. But for me it doesn’t work for some reason
See here: http://www.welcometofred.com.au/May 3, 2021 at 5:27 pm in reply to: How to make a color section containing 2 columns full width #1298073Thanks, guys.
I have made this change, but unfortunately, it still isn’t working. It appears the section is full width, but the flex column table within the color section isn’t full width. Currently, there’s a gap on the left and on the right-hand side.
I have tried:
#fullwidthsection .container {
width: 100% !important;
max-width: 100% !important;
}.page-id-734 #fullwidthsection .container {
width: 100% !important;
max-width: 100% !important;
}Can you please take another look at it and let me know what I need to change?
Thanks
IsabelHi Nikko
Unfortunately, the code has no effect on my page, the text block is still running across the full width (and not 800px).
The mobile version is not a problem. What I meant was, that it would be a problem, if I was trying to reduce the width of the text block by adding padding – which I am not. I am trying to give it a max-width.
Would you mind taking another look at it why it’s not working?
- This reply was modified 3 years, 6 months ago by Martian.
Hi Mike
Thanks for your quick response. This is my new code:#top #case-study-grid .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
background: none!important;
}
It still isn’t working :( No idea what’s wrong.
I hope you can help.
Thanks
IsabelI’ve had a question about full-width sections – asked in a new post instead: https://kriesi.at/support/topic/how-to-make-a-color-section-containing-2-columns-full-width/ – would really appreciate your help.
- This reply was modified 3 years, 6 months ago by Martian.
No worries, will do. Thanks Jordan.
April 8, 2018 at 7:22 pm in reply to: Hover and active colors for menu items different for each page #938862Thanks so much, working perfectly!
April 6, 2018 at 7:04 pm in reply to: Hover and active colors for menu items different for each page #938349Hi Rikard
That’s great, thanks for your help. It’s working well for the hover state I’m after. The only other request is, that the active menu item also changes color, when on the respective page (as follows):
– All menu items are grey by default.
– When hovering over ‘What we do’ it changes to green, when I click it, the ‘What we do’ page opens and ‘What we do’ in the navigation is green (the other items are still grey).
– When hovering over ‘Who we are’ it changes to blue, when I click it, the ‘Who we are’ page opens and ‘Who we are’ in the navigation is blue (the other items are still grey).
– When hovering over ‘Get in touch’ it changes to pink, when I click it, the ‘Get in touch’ page opens and ‘Get in touch’ in the navigation is pink (the other items are still grey).Thanks in advance
IsabelHi Ismael
Thanks for your quick response. I was hoping to keep a little bit of room above and below the logo, even in the scrolled version. I could add white space directly to my logo-file, but thought there might be a better solution using code?
Thanks for your help,
IsabelHere’s the link
-
AuthorPosts