Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #89838
    soledadescobar
    Participant

    I want to put a side bar and change the slider cointainer size. ¿Can I do that?

    #89886
    Mahesh
    Keymaster

    @soledadescobar: Thank you for using Clean Journal Pro. For putting sidebar, go to Dashboard=> Appearance=> Customize=> Theme Options=> Layout Options and select Primary Sidebar, Content or Content, Primary Sidebar option in Default Layout.
    For changing size of Sldier Container, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS and add the following code:

    #feature-slider .wrapper {
        width: 90%;
    }

    Note: Adjust the width as per your requirement. Changing width may result some issue in responsive design and you’ll need to use media queries for that. If you are not much familiar with CSS and media queries, I recommend you to hire a customizer.

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Change home page/front page layout’ is closed to new replies.