• Resolved lauge500

    (@lauge500)


    Hello to all. My website it http://copenhagensnakes.dk/.
    The website it created for selling ball pythons (snake).

    I would like to hear how i can change the size of big title section. I would like to make it higher, so a bigger image can fit as background in it. Any ideas of how to do that?

    Thanks,
    Lauge

Viewing 2 replies - 1 through 2 (of 2 total)
  • Alexandra

    (@alexandrastan001)

    Hi Lauge,

    Unfortunately, the theme doesn’t support this customization and, as much as I would love to help with some custom code, this is beyond the support offered for our products, which consists of bug fixing and theme documentation.

    However, if you need help with your customization, we recommend codeable: https://codeable.io/

    Regards,
    Alexandra

    What part of your site are you calling the ‘big title section’? If you are referring to the header image then you can adjust the padding on this bit of css to whatever you want and it will make it larger (in height)

    .header-content-wrap {
        background: rgba(0, 0, 0, 0.5);
        position: relative;
        -webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
        box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
        padding: 285px 0 210px; /* adjust this line */
    }

    and as a side note, you should really be utilizing the h1 tag that is used in the header rather than having the title as part of the image itself.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Big Title Section – Making it bigger?’ is closed to new replies.