- This topic has 2 replies, 2 voices, and was last updated 9 years, 6 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › Kraft Theme Support › Useful links in footer
Hi, is there a way to put his texte in one column when the screen width is small (mobile, tablet, etc)
And with the two sections on a mobile device, i have this
<img src=”https://www.cliniquevetdomainevert.ca/kraft-theme-text-in-footer.jpg” alt=”footer text not enough space” />
<img src=”https://www.cliniquevetdomainevert.ca/kraft-theme-text-in-footer2.jpg” alt=”texte in footer not enough space2″ />
Hi Patrick,
Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code:
@media screen and (max-width:1169px) and (min-width:768px) {
.cols-3 {width: 32% !important;}
}
Regards,
Dave
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]