Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #425559

    Hello there,

    I made the socket area to stick at the bottom of the window and it happens that social media icons are not displayed. They only show up on mobile layout. Could you help me to display those icons at the socket area?

    Another question is background.
    http://omnisoon.com/portfolio-item/apps
    In this page, I’d like the grey background to cover the entire height of the page. It’s actually a repeating background image, not a solid color.
    My first approach was to change minimum height of the color section to 100% of the browser window. But it affects on other contents to be center aligned vertically.
    Second try was to add one additional color section that is at least 50% of the height. It was pretty close to what I was trying to accomplish, but I don’t want the page to be any taller. It create some extra space and make vertical scroll bar.

    Could you provide me any suggestion?

    Thank you.

    Brandon.

    #425786

    Hey omnivoroussoon!

    Not sure if you got this fixed or not but I can see your social links in the left menu bar? Could you provide us with screenshots highlighting the issue if you didn’t manage to fix it please?

    On your second issue, I’m not really sure what you mean. A screenshot would help us understand better here as well.

    Regards,
    Rikard

    #425827

    Hi Rikard,
    Haven’t resolved yet.

    The first issue was the socket area where the bottom of the window browser, not the left menu bar.

    For the second issue I want the background image vertically cover the entire page right above the socket area.

    BTW, looks like there’s no feature to attach screenshots in the board. Is there any easy way that I can share screenshot in the discussion?

    Thank you.

    Brandon

    #426411

    Hey!

    1. Did you check the Social Icons options in Enfold–>Footer?

    2. That is the default behaviour so that pages with not enough content to cover the whole screen won’t look like they are cut off.

    Yes you can upload screenshots to for instance imgur.com or a public dropbox folder and then link them here.

    Cheers!
    Rikard

    #426444

    Hey Rik,

    Thanks for your response.

    Yes, I did check the Social Icons option in Enfold > Footer option.
    Could you provide me any suggestion?

    Thank you

    Brandon

    #426552

    Hey!

    Please add following code to Quick CSS

    @media only screen and (min-width: 769px) {
    #socket .social_bookmarks {
      right: 16%;
    }}

    Best regards,
    Yigit

    #426703

    Awesome!

    It works. Thank you so much. We can close this discussion.

    Best,

    Brandon

    #426944

    Hi!

    Great, glad we could help.

    Regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Social icons are missing after I changed the socket to be fixed at the bottom’ is closed to new replies.