Content in Slider doesn't fit on Mobile
up vote
0
down vote
favorite
I have a slider that shows the copy I've written along with a button which I would like to show up on the mobile version of the site. For some reason, the slider content does not adapt to the screen when I look at it on my phone.
The website is the following: www.luckywebsites.ca
Any tips on how to resize the slider for Mobile? If not, how can I make a separate site for the mobile only?
html css wordpress mobile responsive-design
add a comment |
up vote
0
down vote
favorite
I have a slider that shows the copy I've written along with a button which I would like to show up on the mobile version of the site. For some reason, the slider content does not adapt to the screen when I look at it on my phone.
The website is the following: www.luckywebsites.ca
Any tips on how to resize the slider for Mobile? If not, how can I make a separate site for the mobile only?
html css wordpress mobile responsive-design
In which section of the website you have that problem?
– MartinBA
Nov 12 at 3:59
Post some related code otherwise contact that website developer
– Znaneswar
Nov 12 at 4:34
Is ur issue about the first slide "You re lucky you found us..." is not displayed correct on mobile? Checked that page on desktop and on mobile: on mobile the slider is fitting. It s just, that there is too much text for the first slide - or maybe the font-size is too large. Therefore the text is not fitting well.
– f.overflow
Nov 12 at 6:24
@AbrahamLN In mobile you have to decrease some fonts size.
– Mehraj Khan
Nov 12 at 7:22
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have a slider that shows the copy I've written along with a button which I would like to show up on the mobile version of the site. For some reason, the slider content does not adapt to the screen when I look at it on my phone.
The website is the following: www.luckywebsites.ca
Any tips on how to resize the slider for Mobile? If not, how can I make a separate site for the mobile only?
html css wordpress mobile responsive-design
I have a slider that shows the copy I've written along with a button which I would like to show up on the mobile version of the site. For some reason, the slider content does not adapt to the screen when I look at it on my phone.
The website is the following: www.luckywebsites.ca
Any tips on how to resize the slider for Mobile? If not, how can I make a separate site for the mobile only?
html css wordpress mobile responsive-design
html css wordpress mobile responsive-design
asked Nov 12 at 3:33
AbrahamLN
206
206
In which section of the website you have that problem?
– MartinBA
Nov 12 at 3:59
Post some related code otherwise contact that website developer
– Znaneswar
Nov 12 at 4:34
Is ur issue about the first slide "You re lucky you found us..." is not displayed correct on mobile? Checked that page on desktop and on mobile: on mobile the slider is fitting. It s just, that there is too much text for the first slide - or maybe the font-size is too large. Therefore the text is not fitting well.
– f.overflow
Nov 12 at 6:24
@AbrahamLN In mobile you have to decrease some fonts size.
– Mehraj Khan
Nov 12 at 7:22
add a comment |
In which section of the website you have that problem?
– MartinBA
Nov 12 at 3:59
Post some related code otherwise contact that website developer
– Znaneswar
Nov 12 at 4:34
Is ur issue about the first slide "You re lucky you found us..." is not displayed correct on mobile? Checked that page on desktop and on mobile: on mobile the slider is fitting. It s just, that there is too much text for the first slide - or maybe the font-size is too large. Therefore the text is not fitting well.
– f.overflow
Nov 12 at 6:24
@AbrahamLN In mobile you have to decrease some fonts size.
– Mehraj Khan
Nov 12 at 7:22
In which section of the website you have that problem?
– MartinBA
Nov 12 at 3:59
In which section of the website you have that problem?
– MartinBA
Nov 12 at 3:59
Post some related code otherwise contact that website developer
– Znaneswar
Nov 12 at 4:34
Post some related code otherwise contact that website developer
– Znaneswar
Nov 12 at 4:34
Is ur issue about the first slide "You re lucky you found us..." is not displayed correct on mobile? Checked that page on desktop and on mobile: on mobile the slider is fitting. It s just, that there is too much text for the first slide - or maybe the font-size is too large. Therefore the text is not fitting well.
– f.overflow
Nov 12 at 6:24
Is ur issue about the first slide "You re lucky you found us..." is not displayed correct on mobile? Checked that page on desktop and on mobile: on mobile the slider is fitting. It s just, that there is too much text for the first slide - or maybe the font-size is too large. Therefore the text is not fitting well.
– f.overflow
Nov 12 at 6:24
@AbrahamLN In mobile you have to decrease some fonts size.
– Mehraj Khan
Nov 12 at 7:22
@AbrahamLN In mobile you have to decrease some fonts size.
– Mehraj Khan
Nov 12 at 7:22
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
The issue is with the size of the text font, check the font size and decrease it in mobile. Please check the screenshot taken after changing the font size. Modifying the code in main.min.css may do the work.
@media (max-width: 767px)
.btx-layout-responsive .font-style-big {
font-size: 28px!important;
}
Thanks for replying! Is there a way of changing the code to target specifically how things are seen on Mobile? I like the way the font looks when on the desktop and tablet.
– AbrahamLN
Nov 16 at 16:59
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
The issue is with the size of the text font, check the font size and decrease it in mobile. Please check the screenshot taken after changing the font size. Modifying the code in main.min.css may do the work.
@media (max-width: 767px)
.btx-layout-responsive .font-style-big {
font-size: 28px!important;
}
Thanks for replying! Is there a way of changing the code to target specifically how things are seen on Mobile? I like the way the font looks when on the desktop and tablet.
– AbrahamLN
Nov 16 at 16:59
add a comment |
up vote
0
down vote
The issue is with the size of the text font, check the font size and decrease it in mobile. Please check the screenshot taken after changing the font size. Modifying the code in main.min.css may do the work.
@media (max-width: 767px)
.btx-layout-responsive .font-style-big {
font-size: 28px!important;
}
Thanks for replying! Is there a way of changing the code to target specifically how things are seen on Mobile? I like the way the font looks when on the desktop and tablet.
– AbrahamLN
Nov 16 at 16:59
add a comment |
up vote
0
down vote
up vote
0
down vote
The issue is with the size of the text font, check the font size and decrease it in mobile. Please check the screenshot taken after changing the font size. Modifying the code in main.min.css may do the work.
@media (max-width: 767px)
.btx-layout-responsive .font-style-big {
font-size: 28px!important;
}
The issue is with the size of the text font, check the font size and decrease it in mobile. Please check the screenshot taken after changing the font size. Modifying the code in main.min.css may do the work.
@media (max-width: 767px)
.btx-layout-responsive .font-style-big {
font-size: 28px!important;
}
answered Nov 12 at 8:41
Tristup
2,7361721
2,7361721
Thanks for replying! Is there a way of changing the code to target specifically how things are seen on Mobile? I like the way the font looks when on the desktop and tablet.
– AbrahamLN
Nov 16 at 16:59
add a comment |
Thanks for replying! Is there a way of changing the code to target specifically how things are seen on Mobile? I like the way the font looks when on the desktop and tablet.
– AbrahamLN
Nov 16 at 16:59
Thanks for replying! Is there a way of changing the code to target specifically how things are seen on Mobile? I like the way the font looks when on the desktop and tablet.
– AbrahamLN
Nov 16 at 16:59
Thanks for replying! Is there a way of changing the code to target specifically how things are seen on Mobile? I like the way the font looks when on the desktop and tablet.
– AbrahamLN
Nov 16 at 16:59
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53255629%2fcontent-in-slider-doesnt-fit-on-mobile%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
In which section of the website you have that problem?
– MartinBA
Nov 12 at 3:59
Post some related code otherwise contact that website developer
– Znaneswar
Nov 12 at 4:34
Is ur issue about the first slide "You re lucky you found us..." is not displayed correct on mobile? Checked that page on desktop and on mobile: on mobile the slider is fitting. It s just, that there is too much text for the first slide - or maybe the font-size is too large. Therefore the text is not fitting well.
– f.overflow
Nov 12 at 6:24
@AbrahamLN In mobile you have to decrease some fonts size.
– Mehraj Khan
Nov 12 at 7:22