Hi,
I don't know haw to set buttons to the bottom of each column in one horizontal line. Could you help with it? (Home page - in the middle, module ID 97)
Secound thing is logo - it is too small palace in this position - could you make more?
Hi domir21
You can try this custom CSS:
.nspMain .nspArt p:nth-child(2) { min-height: 70px; } .nspMain .nspArt p:nth-child(3) { min-height: 100px; } /*Logo*/ @media (min-width: 992px){ #gkLogo > img { max-width: 280px; } #gkHeaderNav .gkMainMenu { width: calc(100% - 660px) !important; } }
Hi saguaros many thanks! Logo is great! CSS to the buttons doesn't work yet 🙂
Maybe cache in your browser? as it looks nice at my end:
I will check on different device 🙂
There is one missing thing with logo - via "n" is vertical line going:
Could you delete it or move more to the right? best regards!
You can try in another PC and see how it goes, I tested with different ones but it looks fine.
It's border of the logo, you can use this custom CSS:
#gkLogo { border-color: #032140 !important; }
I do have another issue with the buttons: the arrows are not displayed correctly. Can anyone help me with this?
ahierholzer Could you share the URL + super admin account so I can check?
P/s: set your reply as private so only Moderators can see the info.
ahierholzer You have different number of words for introtext of each article so the height will be different.
I set the text limit under Module settings >> Article Layout >> Text so it can display properly now.
perfect, thank you!!