Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #759755

    Hi,
    I have this home page http://massimobrotto.com/ where with certain screen resolutions the socket overlaps the blue button andlooks awful cause it is too tall.

    Is there a way to fix a smller height for the socket?
    thanks

    #759770

    Hey massimobr,
    I took a look at your site and believe that a smaller socket would not solve your issue, so I expanded on the mobile view of your site to tablet and laptop. I hope you like it.
    Try this code in the General Styling > Quick CSS field:

    .slideshow_caption {
        z-index: 200;
        width: 85%!important;
        position: absolute;
        bottom: 0;
        top: auto;
        height: 85%!important;
        display: block;
        text-decoration: none;
        padding: 20px!important;
    }

    6c648c565f5641e0a646bb42368c919b.md.jpg

    Best regards,
    Mike

    #759890

    Hi Mike,
    thank you for the superfast reply.

    I added the CSS and it works. It is a solution.
    However, is there a way to reduce socket height, I’d like to see it smalle anyway.

    thank you!

    #760424

    Hi,

    Great, glad we could help. I tried loading your site to have a look at the socket, though it seems to be down. Could you check and get it back up again please?

    Best regards,
    Rikard

    #760544

    Hi there.
    I tried and now it’s ok. can yo try again?

    I’d really like to learn how to reduce the socket height. :)

    #761126

    Hi,

    It’s still down on my end unfortunately, are you blocking any ip’s maybe? If so let us know where we can access the site from or disable the block.

    Best regards,
    Rikard

    #761282

    Hi Rikard,
    I am checking with the hosting provider why the site is down on your end.
    can you tell me the IP from which you are connecting?
    thanks.

    #761433

    Hi,

    Try adding this css code in Quick CSS (located in ENfold > General Styling):

    #socket .container {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    Just adjust the top and bottom paddings as you see fit (the default is 15px). Hope this helps.

    Best regards,
    Nikko

    #762233

    Hi, the code is working, thanks!
    however the menu on the rightis not centered vertically, how can I fix it?

    #762844

    Hi,

    You’re welcome, try adding these css codes also:

    #socket .social_bookmarks {
        margin-top: -5px;
    }
    
    #socket .sub_menu_socket div {
        margin-top: 5px;
    }

    Hope this helps. :)

    Best regards,
    Nikko

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