-
AuthorPosts
-
March 13, 2017 at 12:15 am #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?
thanksMarch 13, 2017 at 2:13 am #759770Hey 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; }
Best regards,
MikeMarch 13, 2017 at 9:49 am #759890Hi 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!
March 14, 2017 at 5:47 am #760424Hi,
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,
RikardMarch 14, 2017 at 10:04 am #760544Hi there.
I tried and now it’s ok. can yo try again?I’d really like to learn how to reduce the socket height. :)
March 15, 2017 at 6:05 am #761126Hi,
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,
RikardMarch 15, 2017 at 10:50 am #761282Hi 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.March 15, 2017 at 2:47 pm #761433Hi,
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,
NikkoMarch 16, 2017 at 10:07 pm #762233Hi, the code is working, thanks!
however the menu on the rightis not centered vertically, how can I fix it?March 18, 2017 at 9:15 am #762844Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.