Front Page 1 background image height

Homepage Community Forums Aspire Theme Support Front Page 1 background image height

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23043
    IngridX
    Customer

      Hi Wes,

      I have uploaded another background image for the front page 1 section, the new image has a height of 600px, much shorter than the default 1050px. But it seems the uploaded image expand to 1050px in height after uploading. Can I change the front page 1 section to adaptive height with the uploaded image? How?

      Thanks
      Inge

      #23052
      Wes
      Moderator

        Do you have a link to your site so I can take a look?

        #23084
        IngridX
        Customer
          This reply has been marked as private.
          #23088
          Wes
          Moderator

            There is a max-height which can be found in the CSS on line 1552 –

            .front-page-1 {
                max-height: 740px;
                position: relative;
            }

            If you remove/comment out or adjust this then the background image will adjust to fit the screen (as well as the entire widget area).

            Since you’re using text in this widget area rather than just a background image (like the demo) you’ll probably want to add some padding-top to push the text down some? If so, you can add something like this –

            .front-page-1 .flexible-widgets {
                padding-top: 200px;
            }

            That would push it down some, you can adjust if needed.

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