- This topic has 3 replies, 2 voices, and was last updated 2 years, 12 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Education Soul Pro › Screen is too Narrow
Tagged: screen
hi sir, please help me, how to widen this view..
i need widening on menu and content.
if I see that the width is not maximal.. please help.. thank you
here’s a screenshot:
PC: https://i.ibb.co/GpZ1sJw/1.png
MOBILE PHONE: https://i.ibb.co/6PL1yx0/2.jpg
I want the full view like this:
1. https://i.ibb.co/z6rrMjK/2.jpg
2. https://i.ibb.co/V24MwGc/1.jpg
sorry, interrupting your activities again 🙏
Hello,
Please check this screen record
https://www.awesomescreenshot.com/video/6065057?key=18199286c60065758a32ad67b3c16769
if you looking for something like this please add this CSS
@media only screen and (max-width:1330px) {
.container {
width: 100%;
}
}
@media only screen and (max-width:479px) {
.container {
padding-right:0px;
padding-left:0px;
}
}
basically when I use the 2 codes that have been sent, the results are less than optimal.. therefore I decided to take the code above.
because the code below is not automatic on various devices.. thank you sir 🤝🙏
thank you for the response pack, after I checked.. that’s what I used only the code above.. because the code at the bottom had problems with my display, display is not automatic
the code i use: https://i.ibb.co/sqV1dPm/1.png
result of code 1 (perfect, just add a little): https://i.ibb.co/YXTNcZh/3.jpg
result of code 2 (not perfect): https://i.ibb.co/YPzxnPv/2.jpg
I’ve tested, from small devices, to tablets… on real devices.
thank you, this is quite helpful
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |