• Resolved sathishkumarcw

    (@sathishkumarcw)


    Hi,

    I created a page for home page and that will be my frontpage content and current page template is Full-width(no sidebar) and i would like to reduce the width of the page

    Thank you

Viewing 7 replies - 1 through 7 (of 7 total)
  • Add the below code in your stylesheet.

    .row.full-width {
        width: 80%;
        margin: 0 auto;
    }

    Thread Starter sathishkumarcw

    (@sathishkumarcw)

    Hi,

    Poonam Namdev

    The above code works perfectly & also i would like to reduce the width of site logo & navigation menu items too

    Thanks

    Do you want to reduce the width for a particular page or whole site? Please let me know. If you are able to post your site URL please do.

    Thread Starter sathishkumarcw

    (@sathishkumarcw)

    Hi,

    i would like to reduce the width the whole site and currently i am developing the site in localhost so won’t able to post the URL at the moment

    Thanks

    Add this code, it will solve your problem.

    .site-navigation-inner.col-sm-12 {
        width: 80%;
        margin: 0 auto;
        float: none;
    }

    Thread Starter sathishkumarcw

    (@sathishkumarcw)

    Hi

    Thanks the above code works fine ??

    cheers !!!

    Hi Poonam,

    I hope you are well today and thanks for helping out here in this forum.

    Your help here is really appreciated.

    Just to add here you can use the custom CSS code by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

    Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

    Thanks,
    Vinod Dalvi

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Full width home page’ is closed to new replies.