Full width and maximum height

Home Forums All Other Themes Full width and maximum height

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #106351
    heihei
    Participant
    • Topics: 9
    • Replies: 8
    • Total: 17
    Member since: May 23, 2018

    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.

    #106385
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    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

    #106465
    heihei
    Participant
    • Topics: 9
    • Replies: 8
    • Total: 17
    Member since: May 23, 2018

    Suppose my picture needs full width. What CSS should I add?

    #106470
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.