• Hey Guys!
    I need to reduce the page width of front page. There is a scroll bar in desktop mode for only front page. Kindly help me in figuring out a way to reduce the size.

    P.S. Please respond quickly. You still haven’t responded on my previous support request at

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • This is not from the theme, but the plugin you use in recommendations section.

    You have 2 rules, .featured-content-list and .featured-content-slider that have a -15px left and right padding.

    You can fix it with some css :

    .featured-content-slider,
    .featured-content-list {
    margin-left:0px !important;
    margin-right:0px  !important;
    }
    
    Thread Starter itsmehamza

    (@itsmehamza)

    Thank you very much for your quick response. That did the trick.
    Can you please give a solution for reducing featured image size in search results and blog page?
    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Reduce Page Width (Horizontal Scroll in desktop mode)’ is closed to new replies.