Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #698338

    Dear Enfold Support,

    thank you for your amazing support and beautiful theme.

    First question:
    I want to know if it is possible to have a fixed socket size at the bottom, because if I have very smallcontent on one page, the black socket will extend all the way to the top and the page is lookin kinda sad with all that black :D

    Second question:
    Can I have the socket permanenly on the bottom, regardless of the size of the content, just like the main menu banner.

    • This topic was modified 8 years, 1 month ago by tibe87.
    #699133

    Hey tibe87,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #socket {
        position: fixed;
        bottom: 0;
        width: 100%;
    }
    

    Best regards,
    Yigit

    #699847

    The socket is now fixed, which is nice, but that didn’t solved my black space area problem. On pages with little content the black area will extend all the way to the top. Instead I want to use my original background. Can you help me here?

    #699917

    Hi,

    Can you please post a link to a page where we can see the issue?

    Best regards,
    Yigit

    #699960

    For example in the private content link. I have a 24″ display and half the page is black because there is little content on the page. If I add content the “blackness” will go to the bottom. I don’t know how I can explain this better..

    #700916

    Hi,

    some custom code seems to cause this issue. Please remove all custom codes one by one to see which one is causing this issue and let us know about your results.

    Best regards,
    Andy

    #701033

    I removed all the quick CSS code but that didn’t solved anything. I am attaching a screenshot of the issue. As you can see half the page is black, but instead I want to have my normal main background. If I add content to the page, the black area will shrink.
    screenshot

    #701266

    Hi,

    There might be some corrupted files, so please delete all theme files completely via FTP, before installing a fresh copy from your themeforest account. Here is a short tutorial on how to install the theme via FTP, in case you are not sure how that works:

    Best regards,
    Andy

    #701778

    I am sorry but deleting all my customization, media and pages just to start fresh is NOT a solution for me…
    There must be another way..

    • This reply was modified 8 years, 1 month ago by tibe87.
    #702322

    Hi,

    Try to add this code in Quick CSS:

    @media only screen and (max-width:1300px) {
      #main main.content {
        min-height: 439px;
      }
    }

    Hope this helps. :)

    Best regards,
    Nikko

    #703208

    Hi Nikko,

    I played a bit with the values, and in the below form worked. Thank you very much. I was struggling with this issue for a while. This topic can be closed.

    @media only screen and (max-width:2000px) {
      #main main.content {
        min-height: 700px;
      }
    }
    • This reply was modified 8 years, 1 month ago by tibe87.
    #703600

    Hi,

    Great, glad you got it working and thanks for sharing your solution :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Socket Size’ is closed to new replies.