LeeC8
-
Posts
6 -
Joined
-
Last visited
Content Type
Forums
Downloads
Store
Events
Blogs
Gallery
Profiles
Posts posted by LeeC8
-
-
On 3/16/2024 at 4:06 PM, tuanphan said:
To remove white around, use this CSS code
.user-items-list-item-container[data-section-id="65e73e651a04034c1864deb3"] a.list-item-content__button { border: none !important; }
Thank you so much! When I look on mobile view, the words are all squished and I can't edit it. Any idea how I can fix this?
-
On 3/13/2024 at 4:46 PM, tuanphan said:
PC2024
password is incorrect
Apologies its 2024PC
-
https://www.pcconstructionco.com.au/ PW PC2024
CODE:
/* Make list images clickable */
li.list-item {
position: relative !important;
}
.list-item-content__button-container {
position: absolute !important;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
a.list-item-content__button.sqs-block-button-element {
position: absolute;
top: 0;
left: 0;
width: 92%;
height: 95%;
z-index: 9999;
color: transparent !important;
background-color: transparent !important;
}I used this code because I wanted the our services to be clickable. If there's a better code to use, please let me know.
Thank you!
-
Buttons on Banner Slideshow not aligned with Card/Title
in Site Design & Styles
Posted
Thank you so much that worked!! 🙂