All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello guys, how can I adjust the position of the Title? I want the Title to be above the container and in the same length as the container.
Solved! Go to the solution
This is an accepted solution.
Hi @NikosBat
@media screen and (min-width: 1024px){
.collapsible-content__wrapper.section-template--22708756021580__collapsible_content_iH7YMU-padding {
position: relative;
}
.collapsible-content__wrapper.section-template--22708756021580__collapsible_content_iH7YMU-padding .collapsible-content__header {
position: absolute;
right: 0;
}
.collapsible-content__wrapper.section-template--22708756021580__collapsible_content_iH7YMU-padding .collapsible-content__header .collapsible-content__heading {
font-size: 30px;
padding-right: 5rem;
}
}
I hope this helps
Best,
Daisy
Hi
Thanks for your answer Sandeep81 I appreciate your time, I have already found the solution
This is an accepted solution.
Hi @NikosBat
@media screen and (min-width: 1024px){
.collapsible-content__wrapper.section-template--22708756021580__collapsible_content_iH7YMU-padding {
position: relative;
}
.collapsible-content__wrapper.section-template--22708756021580__collapsible_content_iH7YMU-padding .collapsible-content__header {
position: absolute;
right: 0;
}
.collapsible-content__wrapper.section-template--22708756021580__collapsible_content_iH7YMU-padding .collapsible-content__header .collapsible-content__heading {
font-size: 30px;
padding-right: 5rem;
}
}
I hope this helps
Best,
Daisy
Thank you DaisyVo, that solved my problem
Hello DaisyVo, if I make the image a little smaller, the section looks like this. The title is hided by the container. Can I change that?