- This topic has 3 replies, 2 voices, and was last updated 6 years, 2 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 › All Other Themes › Full width and maximum height
I chose the new page as the home page for the theme. I want to apply these three images to the home page, I need to reply to the mobile version. How do I make the three images full width and fill the height of the blank position?
my web url:http://01s.ace.myftpupload.com
The demo is as follows
I joined CSS: h1.entry-title {display:none;}
But I want the image to fill up the blank area
I want to change to the following picture and respond to the mobile version.
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.home .fl-row-content-wrap { padding:0 20px 0 !important;}
.home .fl-module-content { margin:0 20px 0 !important;}
.home .content-area { padding:0;}
@media screen and (max-width:479px) {
.home .content-area { padding:0 10px;}
.home .fl-row-content-wrap { padding:0 20px 0;}
.home .fl-module-content { margin:0 20px 0 !important;}
}
Regards,
Chris
Suppose my picture needs full width. What CSS should I add?
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.sp-image { width: 100% !important; height: 100% !important; max-width: inherit !important; max-height: inherit !important;}
Regards,
Chris
Looking for the best fastest WordPress themes? Stop right here! These lightning-fast themes are optimized for peak performance without sacrificing style. Perfect for speed-conscious bloggers, […]
Searching for the best baby products WordPress themes? We’ve got you covered! These themes combine adorable designs with powerful e-commerce features. Perfect for baby shops, […]
Want the best WordPress curriculum vitae themes? You’ve found them! Create a stunning digital portfolio that showcases your skills and experience. These themes offer sleek […]