No content to show
User Activity
Wonderful! Thank you!
Hello, I'm working on a video using custom liquid section. I can't find the right code to crop the video to have the full width but keep the height to 50%. Here's the existing code. <style>
video {
width: 50%;
display: block;
margin: 0 auto;
}
</sty...
05-01-2024
Hi, thanks for replying. Unfortunately, it didn't work. It did no changes
05-01-2024
Hi, I'm adding a video section on my homepage and I doesn't give me an option to hide the controls and mute the video or set it to autoplay. I also want to resize it to the same style as this site: https://arrivalhall.com.au/My website is: https://ww...
This one did the trick. Thank you!
okay, i may not have been clear with my issue. The footer menu (Collection, Categories) are lined up vertically, I want them to line up horizontallyThanks!
it worked for the subscribe to email section. My footer menu is still stacked vertically
Hello, I can't seem to figure out how to change the footer menu to be arranged horizontally. Can anyone please help?Also, I want to put the "subscribe to email" to be on the right side (refer to image)Site: https://www.designfruit.com.au/
This worked! Had to alter some figures but it did the trick. Thank you!
This works. However, the first links on each section are disabled/not clickable
I altered the code and you can see the results in the site: https://boconceptcontract.com.au/ <style>
@media (min-width: 768px) {
.footer-block--newsletter {
margin-right: -920px;
transform: translateY(-280%);
}
}
</style> However, if you che...
https://boconceptcontract.com.au/
06-13-2023
Hi, I want to move the Newsletter form to this area of my footer. Please help! Thanks!
How can I modify this video section to remove the grey/white overlay and just show the text on the video. Also I want to change the text color of fonts to white
Hi guys, I'm trying to copy this style by adding a custom section using this code: {%- if section.blocks.size > 0 -%}
{%- for block in section.blocks -%}
{%- assign img_url = block.settings.image | img_url: '1x1' | replace: '_1x1.', '_{width}x.' -...