-
AuthorPosts
-
October 12, 2016 at 3:22 pm #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 :DSecond 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.
October 14, 2016 at 2:33 pm #699133Hey 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,
YigitOctober 17, 2016 at 9:36 am #699847The 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?
October 17, 2016 at 12:30 pm #699917Hi,
Can you please post a link to a page where we can see the issue?
Best regards,
YigitOctober 17, 2016 at 1:18 pm #699960For 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..
October 18, 2016 at 10:25 pm #700916Hi,
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,
AndyOctober 19, 2016 at 7:17 am #701033I 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.
October 19, 2016 at 1:29 pm #701266Hi,
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,
AndyOctober 20, 2016 at 10:27 am #701778I 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.
October 21, 2016 at 12:18 pm #702322Hi,
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,
NikkoOctober 24, 2016 at 11:56 am #703208Hi 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.
October 25, 2016 at 7:09 am #703600 -
AuthorPosts
- The topic ‘Socket Size’ is closed to new replies.