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?










share|improve this question






















  • 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















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?










share|improve this question






















  • 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













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?










share|improve this question













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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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


















  • 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












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;
}





share|improve this answer





















  • 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











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















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

























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;
}





share|improve this answer





















  • 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















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;
}





share|improve this answer





















  • 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













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;
}





share|improve this answer












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;
}






share|improve this answer












share|improve this answer



share|improve this answer










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


















  • 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


















draft saved

draft discarded




















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Guess what letter conforming each word

Port of Spain

Run scheduled task as local user group (not BUILTIN)