Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1374285

    Good Day,

    I have been using your products for a while now, and testament to how well they work, I have only now come across an issue that I can not solve myself.

    I have a basic html site that displays live webcam images that refresh every 60seconds. This site has worked well for the past 15 years but I would like to update to WordPress functionality using Enfold.

    If you have a look at the html site here (https://henleyair.tv/cam_west.htm), you can see that I have managed to code the images to fit fullscreen with no whitespace at all.

    If you have a look at the same site designed with Enfold in WordPress here (https://henleyair.tv/temp/westcam/), you can see that I am unable to get rid of all the white space.

    I have tried everything to do with sidebar management in Enfold but nothing seems to work.

    Ideally I would not like to have to add Quick CSS code to the site and would prefer a solution from normal operation of Enfold through what you have designed.

    Any suggestions would be much appreciated.

    MdF

    #1374436

    Hey MdF,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    .page-id-1156 .content,
    #top.page-id-1156 #main .container {
      padding: 0;
    }
    

    Best regards,
    Yigit

    #1374448

    Thank you Yigit, that works.
    MdF

    #1374455

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove sidebars to linked webcam images to stretch fullscreen’ is closed to new replies.