• Hey Guys.
    I am Using a child theme of generatepress.
    I Wanted to Reduce the Width of Right as well as Left Sidebars and Increase the width of Main Content Area.
    So Please Help me out
    Thanx Guys.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Sam

    (@soumendra)

    Hello,

    Can you please provide the link to your site, so that i can help you regarding that.

    Thank you.

    Thread Starter darshan_cool

    (@darshan_cool)

    hey my Website is https://www.jainsamay.com

    Sam

    (@soumendra)

    Hello,

    You can try this in your Custom CSS for achieving that:

    .grid-25 {
    width: 20%;
    }
    .pull-50 {
    left: -60%;
    }
    .grid-50 {
    width: 60%;
    }
    .push-25 {
    left: 20%;
    }
    .fb_iframe_widget > span {
        width: 235px !important;
    }

    Hope that helps you, feel free to ask if there is any other problem.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Decrease the Width of Sidebars’ is closed to new replies.