Forum Replies Created
-
AuthorPosts
-
Hi Ismael, thanks for getting back to me.
That CSS only affects the fly-out burger menu. I’ve just changed it just to check and it’s made no difference.
Any other ideas?
I swapped out the whole layout on mobile, it was the easiest thing to do.
I’m happy for this thread to be closed if you are. Thanks for you help.
HI.
I managed to create this using CSS on 1/2 columns. The design changed slightly, but the issue was the same. I’ve attach a screenshot for you to see.
I put the 3 rows into 3 colour sections, (the top one with an image background) then I added a custom class to each column in each colour section (so each of the 4 tiles you see in the screenshot has it’s own class), gave them all fixed heights in px according to the gap they needed to fit in, gave them all ‘position:fixed;’ then altered the top or bottom margins to negative values to move the columns up and down into place.
Like so:
/* tile position top*/ .tileposition { position:fixed; height: 450px; bottom: -200px !important; } /* tile position middle*/ .tilepositionmiddle { position:fixed; height: 450px; } /* tile position last tile*/ .tilepositionlast { position:fixed; height: 450px; top: -675px !important; } /* tile position with form in*/ .tilepositionform { position:fixed; height: 950px; }
To get the gap right between the top colour section and the tiles underneath there’s a whitespace divider, which made the button in the top tile inaccessible, as the divider sat over the tile with the button in. So I added this to the top colour section to bring it to the front:
.bringtofront { position: relative; z-index: 10000 !important; }
And that got me the look I was after. I thought I’d share the CSS I used in case someone else needs to do something similar. However, if there’s a more elegant/easier way of doing this do let me know. Otherwise I think we can close this thread.
Thanks.
- This reply was modified 3 years ago by Thedogscreative.
November 5, 2021 at 4:10 pm in reply to: Remove border on Fullwidth Submenu and remove gaps between menu items. #1327959Don’t worry, the client liked the way it looked. So I guess this is closed.
Sorry to anyone looking for a solution to this, coming across this thread an not finding it here – I know that can be a bit annoying.
Yes, no worries. It’ll be a week or two, but I’ll let you know. Thanks.
Hi Rikard,
Currently I only have the design in an XD file, I haven’t started building it yet. (I tested a few things on an unpublished page on our site). So the only thing I really have to show you is the image above ^^Ah nice, thanks. And then just adjust max-width to the width of the site.
What about the other thing I’m trying to achieve: having both columns be the same height?
Thanks.
October 1, 2021 at 1:18 pm in reply to: Mix-Blend-Mode an image over the top of a colour section. #1323148Brilliant, I’ll give it a go. Thanks.
September 28, 2021 at 10:43 am in reply to: Mix-Blend-Mode an image over the top of a colour section. #1322606OK thanks for getting back to me,
So is there a way to achieve a full image background with mix-blend-mode images over the top in enfold?Amazing. You’re a genius. Thank you. The first solution you put forward has worked perfectly.
…Anyone…?
Amazing. Bit of tweaking and this worked really well. Thanks.
Hi, thanks for the replies.
The page isn’t published yet and I haven’t added the section this button needs to be on – the screenshot is from the photoshop design file I’m working from.
It’s a standard link, not a blog post. I see the confusion; It says ‘read more’ not because it’s a blog but because the section outlines one of the services the company offers and the link takes you to more info. But it looks like it might be possible with similar CSS?Hi Victoria,
No – I haven’t started building it yet. I’m presenting some designs to the client soon and just wanted to check it was doable before putting it forward as an idea to them.
HI. I figured out it was to do with the space I’d set either side of the logo. I’d set it as a vw value, so when the browser window was too wide it was pushing menu items down onto the next line.
All sorted now, thanks.
This reply has been marked as private.Hi Victoria,
Thank you very much for getting back to me. Apologies for the slow reply – the covid pandemic makes for some interesting work arrangements.
Thanks for the suggested changes, however now, when I reach the breakpoint the logo jumps to the left and all the menu items to the right – as can be seen in this screenshot.
Any further adjustments? Thanks.
No worries, please see below.
Hi. Thanks for the response.
There was no broken HTML anywhere that we could see (three of us looked at it).
And would broken HTML explain the ALB looking all screwed up like in the screenshot?
Thanks.
Hi Victoria,
I’m very sorry I’ve only just seen this! I’m too busy for my own good.
Thanks for finding this out. I’m assuming there’s nothing that can be done by me of anyone else to fix the issue?
Close away my good man!
Yes, no worries, close away.
Thanks for you help, everyone.
Ok cool – cheers.
I kinda half followed what you said and got the result I wanted.
I put in a colour section with a custom height in pixels, with two columns in it, put all the text/buttons etc in the left column and kept the right one empty, then added an image to the background that was just white on the left side and the photo on the right, set background repeat to ‘Stretch to fit’, image position ‘Center Center’.
But then, for all intents and purposes that I can see I don’t need any of the CSS or to add a custom ID to the section…?
Thanks for your help.
Apologies fo the slow reply – too many projects! (which is a good thing, I guess.)
Please see the screen shot here
The blue guides show the width of the site, with the space outside showing the width fo the browser window. The text in the left stays inside the width of the website container, the image on the right responds to the width of the browser.
Hopefully that makes sense.
Thanks,
Thank you. worked perfectly.
Perfect. That worked. Cheers.
Is there any way to make a fullwidth caption not extend the width of the header? Could I make the caption half the width, for example? (So it’s like it’s in a two column layout.)
Thanks
Aaaaaanyone…..?
-
AuthorPosts