• Resolved kramr10

    (@kramr10)


    Is there any way to resize the size of the slider? Also, is there a way to add a side-bar to the front page with slider template?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter kramr10

    (@kramr10)

    As in re-size, I mean make it smaller. I’d like a smaller slider.

    batharoy

    (@batharoy)

    Makes it smaller and centers it
    Can be added to Theme Options > Custom Codes > Header Section

    .slider {
        max-width: 900px;
        margin: 0 auto;
    }

    Thread Starter kramr10

    (@kramr10)

    Thank you! That worked great.

    Do you know anything about getting a sidebar on Front page slider template?

    Theme Author Pavan Solapure

    (@pavans)

    Current version dont have sidebar support for front page. You need to update the template to accomodate this.

    Thread Starter kramr10

    (@kramr10)

    I updated the theme… So how do i go about adding a sidebar to the front page slider template? I’m not seeing that option.

    Thanks

    Theme Author Pavan Solapure

    (@pavans)

    You need to create a child theme, and over-ride the files you want as per your custom layout.

    hello –

    can i change the size of the slider?

    i read the post about resizing of the slider smaller,
    but i’d like to make it full size

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Can I change the size of the slider?’ is closed to new replies.