-
AuthorPosts
-
March 13, 2015 at 6:59 pm #411219
Hello,
trying to get rid of GAP bellow slider on front page I followed one of the recomendation given in forum which worked well but which also led to another issue whic is that sections in portfolio iteams overlaps. I am enclosing example, website etc and would appreciate Your advice.The advice I folloewed earlier was adding following code to Quick CSS in Enfold theme options under general styling tab
#main>.container_wrap>.container>.content {
padding-top: 0;
margin-top: -32px;
}- This topic was modified 9 years, 8 months ago by Pijer.
March 14, 2015 at 10:21 am #411459Hi Pijer!
Please try replacing your existing code with this:
#main>.container_wrap>.container>.content { padding-top: 0; margin-top: 0px; }
Please get back to us if this should break your other fix and we’ll have a look at it.
Cheers!
RikardMarch 14, 2015 at 10:40 am #411469Hello, Rikard,
thank You very much for fast respond and fix. It made the healing in porfolio iteam page.
The previous issue reappeared though and the GAP between MENU and upper side of a slider on the front page is back. I would love to eliminate tha GAPThank You again!
PetrMarch 16, 2015 at 2:44 am #411797Hi!
Adjust the top padding of the main container:
.html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main { padding-top: 100px; }
Regards,
IsmaelMarch 16, 2015 at 9:49 am #411978You guys rock!
Seriously!
thnkx.
petrMarch 16, 2015 at 10:20 am #411993Hi Ismael,
could You pls take another look. The solution You sent me worked very well for the front page, but it did work also on the other pages which causes the sorting option on porfolio page is hidden or part of a slider on porfolio iteam page is hidden – overlaped by upper segment.Thank You,
best reg
petrMarch 16, 2015 at 3:52 pm #412238Hi!
Please use following code instead
div#main>.container_wrap>.container>.content { padding-top: 0; }
Regards,
YigitMarch 16, 2015 at 4:13 pm #412252This reply has been marked as private.March 16, 2015 at 4:46 pm #412278Hey!
Do you mind creating a temporary admin login and posting it here privately please?
Please review your website now. > sign was converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS fieldRegards,
Yigit- This reply was modified 9 years, 8 months ago by Yigit.
March 16, 2015 at 4:53 pm #412290This reply has been marked as private.March 16, 2015 at 4:55 pm #412295Hi!
That happens sometimes when you copy&paste the code. In future, please make sure to check if sign is converted or not if you happen to copy any code that has “>” sign in it :)
You are welcome! Glad we could helpCheers!
YigitMarch 16, 2015 at 4:59 pm #412302This reply has been marked as private. -
AuthorPosts
- The topic ‘How to manage sections overlapping’ is closed to new replies.