• Resolved lilytdm

    (@lilytdm)


    Hello,
    First I’d like to thank you for your beautiful theme.
    I have 2 issues :
    – I would like to customize the page content in order to have less marging on the sides but I didn’t find anything in the style.css file.
    – I would like to customize the height of the featured content slideshow. I found out how to modify the slideshow width but the command for the height doesn’t have any effect…
    Is there anything I can do to change this?

    Thanks in advance,
    Lily

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @lilytdm!

    Can you link to an example page for the margin issue? I’m guessing you’re looking at a page using the No Sidebar template, as that one has wider margins.

    If so, this CSS might be what you are looking for:

    .no-sidebar #primary {
        max-width: 1000px;   
    }

    If that isn’t what you had in mind, shoot over a link to an example ??

    To increase the height of the slider, try this CSS:

    .slideshow .slide-media {
     padding-bottom: 75%;   
    }

    You can increase/decrease that 75% as needed.

    To add the above CSS you can use the Additional CSS panel in the Customizer (assuming you’re running at least WordPress 4.7) or with something like the Jetpack Plugin using the Custom CSS Module.

    Thread Starter lilytdm

    (@lilytdm)

    Hello Chad,

    Your 2 tips worked perfectly, thank you so much !

    You’re welcome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Toujours theme : how to customize page content and Featured Content slideshow ?’ is closed to new replies.