Spotlight 1 Template cuts off bottom on Desktop Site

Support Forums Cian – WP Theme Spotlight 1 Template cuts off bottom on Desktop Site

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5439
    Reed
    Participant

    We’ve added a Features2 page using the Spotlight 1 template. Unfortunately, on desktop browsers, the section gets cut off at the bottom. The same happens using the Spotlight 2 template on a different section of our site. Those sections look fine from a mobile browser. Is there any way to fix that?

    #5442
    CreaboxThemes
    Keymaster

    Hi,

    sorry for the delay to answer. The sections spotlight1 and spotlight2 have a height set up in the css styles. So, if you want to remove them, you have to add the next code in the option Custom CSS in the page Appearance > Theme Options > Custom Scripts:

    #spotlight1,
    #spotlight2{
         height: auto !important;
    }

    Regards

    #5443
    Reed
    Participant

    Works like a charm! Thank you.

    #5444
    CreaboxThemes
    Keymaster

    Your welcome 😉

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.