19blue
Circle Member-
Posts
16 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Everything posted by 19blue
-
Change text block content on hover (not image).
19blue replied to vauclusebitter's topic in Customize with code
@vauclusebitter I was able to use your code for my site. My site's background color is white so i set the background color for #hover-element to match. #hover-element { display: none; position: absolute; top: 0px; background-color: #ffffff; } #hover-div:hover #hover-element { display:block Hope this helps! -
Four responsive equal height/width columns with aligned buttons.
19blue replied to 19blue's topic in Customize with code
@tuanphan thank you! worked perfectly. -
Four responsive equal height/width columns with aligned buttons.
19blue replied to 19blue's topic in Customize with code
-
This code gives me three vertically/horizontally responsive columns with equal height and width with buttons aligned. Regardless of difference in length of copy. However, it does not work when attempting to have four columns across. Any ideas of how I can make it work for four columns? Thanks in advance. [your-data-section-id] .sqs-row { display: flex; flex-wrap: wrap; } [your-data-section-id] .sqs-col-4 { background-color: #ebebeb; box-sizing: border-box; display: flex; flex: 1 1 330px; flex-direction: column; margin: 1%; padding: 30px; } [your-data-section-id] .button-block { margin-top: auto; }
-
The tekst was previously aligned to the vertical center of each cirlces. now they have dropped down.
- 18 replies
-
- 18 replies
-
Hi again @tuanphan I´ve made some updates to the website and somehow the vertical text/image alignment is off. Would you know how to fix this? It was originally center aligned vertically, and not so far away from the circle. Thank you.
- 18 replies
-
Hi, I'm experiencing the same issue with this site: https://www.mgadv.no/kontakt Any help would be much appreciated.
- 18 replies