Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #118075
    Dominique Jardy
    Participant

    Hi,

    I would like to know how can I add an image with the full width of my page (like the slider, but in pages).

    The url of my website is: http://www.florestaventura.com

    The idea is to make my website full of band sections, made of images with texts over it, and promotion buttons.

    Does any one knows how to do it? What’s the best way to do it?
    Thank you!

    #118095
    Mahesh
    Keymaster

    @nicolaslhtr: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .container {
    	width: 100%;
    }
    
    #site-generator .site-info {
    	padding: 30px 10px;
    }

    Regards,
    Mahesh

    #118129
    Dominique Jardy
    Participant

    Hi Mahesh,

    Thank you for your quick answer!

    I’ve juste added the CSS, but I still have some marge left. On the mobile it’s ok, but on a desktop it’s still too big.

    I left a picture on the page so you can see. You can check it on: http://www.florestaventura.com

    Nicolas

    #118168
    Mahesh
    Keymaster

    @nicolaslhtr: Where actually is this occurring? Slider or main content? If slider, please use larger image with width of 1080p. For content area, add the following CSS:

    #content .hentry {
        padding: 10px;
    }

    Regards,
    Mahesh

    #118200
    Dominique Jardy
    Participant

    Super thanks Mahesh!

    it worked.

    Have a great day

    #118223
    Dominique Jardy
    Participant

    Hi Mahesh,

    It’s me again. One more question:

    I would like to know how can I add multiple promotion buttons (“Get to know”, “Check this”, etc.) on a page.

    Thank you very much

    #118256
    Mahesh
    Keymaster

    @nicolaslhtr: I’ll skip this one as I’ve answered this on the other thread.
    https://catchthemes.com/support-forum/topic/overlay-text-on-page-image/#post-118250

    Regards,
    Mahesh

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Full Width image on a page ?’ is closed to new replies.