Tagged: Colour section, Text boxes
Hej Genius’
Any ideas on how I get 3 boxes (thirds) in a colour section to align themselves near the bottom of the colour section. I just want them to sit about 5% from the bottom of the section. I can use a grid row which gives padding but then then the 3 boxes spread across fullwidth and become much wider than we want.
Thanks for any help guys!
Hey Annemarie,
You would need custom CSS for that, could you post a link to where we can see the elements in question please?
Best regards,
Rikard
Hi Rikard,
The page is Link to HenningDaverne.dk and we want to keep the 3 white boxes touching the fold to be floating just above the fold and as the client works on 2560px screen size, these 3 boxes keep dropping down too low (whereas 1920px looks great).
I don’t know whether I need to start a separate thread for this… but is it possible to align the main menu links on the bottom. I have a header height of 250px which means when you hover over the menu for the submenu dropdown links they look like they are adrift from the main menu
Thanks for a super quick reply and have a super weekend :-)
Annemarie
Hi,
Thanks for that. It looks like the way you are requesting on my end using a 24″ monitor, and I don’t have any larger screens to test on unfortunately. Did you try to apply the CSS you added in media queries?
Please try this for the menu item alignment:
#avia-menu li.menu-item-top-level .avia-menu-text {
vertical-align: text-top;
}
Best regards,
Rikard