This topic has 6 replies, 3 voices, and was last updated 1 years, 3 months ago ago by Rose Tyler
hello i hope you are fine i have a question i am trying to leave mobiled tabs but the problem is tabs and the object on it says space between them i want it not to stay fixed how can i know how to do it I want the following space to be 15 px
https://www.awesomescreenshot.com/video/20090940?key=4be8bb143f9622ae332a0ccc87c64a5c
https://tinyurl.com/2da6z6u7
Hello, @vasak,
Thank you for contacting us and for using XStore.
We are pleased to inform you that the issue you reported has been resolved. We kindly request you to revisit your site after clearing your browser cache.
The root cause of the issue was a CSS code, which we have now commented out. You can find this under Xstore > Theme Options > Theme Custom CSS > Phone.
For your convenience, we have provided an image at the following link for further reference: https://imgur.com/u529nAA , https://imgur.com/Rw1Kuhu
Should you require any additional assistance, please do not hesitate to contact us.
Best Regards,
8Theme’s Team
Thank you for your invitation, but it’s not what I want, wouldn’t the design be stable without changes?
Hello, @vasak,
Thank you for your response.
We regret to inform you that your request is somewhat unclear to us. We kindly request you to provide a detailed description of the issue you are facing.
If possible, please also provide a marked screenshot of the issue. This will enable us to better understand your concern and provide you with the most effective assistance.
You may upload the screenshots on https://imgbb.com/ and paste the links here.
Best Regards,
8Theme’s Team
I do not want it to remain in the same location as the object in the second stage.
https://www.awesomescreenshot.com/video/20096788?key=0027edef8911846493c9b8371ea6684a
Hello, @vasak,
Thank you for your response.
https://prnt.sc/0nt2DxBIjsKj – this is your custom CSS code.
Please note that we can’t be responsible for custom code that was added not by us and causes problems.
Try to change that code to:
@media only screen and (max-width: 480px) {
.sidebar-position-without .element-fgcNP {
margin: 0 30px !important;
max-width: calc(100vw - 30px);
}
}
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up