Hey I am looking for the position setting on x theme . Please guide me . I thought I have seen it on video or something but can find the option . thanks
Hello @KaziTouhid,
Thanks for writing in! The position option is only available to the DIV element. Please check out this documentation to be familiar with this element:
You can use the DIV element to wrap another element like the icon element for example and then use the position option to place the DIV element in your column or on the page.
Best Regards.
thanks that’s what I was missing .
You’re most welcome,
Cheers!
I thought I can create something like this with div , How can I make it not go over the column area . check out the video .
or how I can make one column and one column fixed
Hi @KaziTouhid,
It seems that you are trying make the sidebar sticky, regretfully there is no such option for that. But you can go through the following article with similar topic which may help you on this.
Hope it helps.
Thanks
Will you guide me how to implement this with x theme :
https://www.w3schools.com/howto/howto_css_sticky_element.asp
Hello @KaziTouhid,
You can select the class of the section and then you need to add the style(Add your custom CSS code under the Theme Option —>CSS) with respect to the section CSS class for that you need to learn CSS and learn how to use the browser’s element inspector
Hope it helps
Thanks
Will you please help me with that ??? I am doing everything ,
THis is a x theme , and it works : https://springboardtuition.com/
But some how it’s not :
Check out the code in this page :
https://designerkazi.com/test/
its not working at all .
This is code :
.sticky {
position:-webkit-sticky;
position:sticky;
top: 1em;
}
body {
overflow-x: visible;
}
@media (max-width: 767px) {
body {
overflow-x: hidden!important;
}
}
Hello @KaziTouhid,
When I checked your page’s source code, I am not seeing the above code. This is only the code I have seen on the page:
Please make sure that you have added your custom CSS code in the right place which is in Page’s CSS section:
Please note that custom coding is outside the scope of our support under our Support Policy. Issues that might arise from the use of custom code and further enhancements should be directed to a third-party developer. If you are unfamiliar with code and resolving potential conflicts, you may select our One service for further assistance.
Best Regards.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.