Thread Starter
sandeo
(@sandeo)
Hey there sandeo,
Hope you’re well today!
Could you please post link to your site so I can take a look? Generally this could be done with some custom CSS.
Best regards,
Bojan
Thread Starter
sandeo
(@sandeo)
Hi Bojan,
Thanks for answering.
My website is located here:
http://tatianacollection.net63.net/
You can login with user: [ redacted ] pass: [ also redacted ]
Tried putting all kind of codes in the custom css section, but it didn’t work out. Hope you can help me out. 🙂
[ No bumping please. ]
Hi, at WordPress admin dashboard, go to Appearance > Theme Options > Custom CSS and insert the code below
.main-slider-container{margin:0px/*top*/ 0px/*right*/ 0px/*bottom*/ 0px/*right*/}
this will remove the margin around the slider.
If thing goes wrong, just simply remove the code.
Please let me know whether it works
Thread Starter
sandeo
(@sandeo)
Thanks for your help. 🙂 Unfortunately, it didn’t work, the blank space is still there…
this works for me:
.fullwidth{margin-top: 91px;}
Thread Starter
sandeo
(@sandeo)
Unfortunately, still no luck…
Do you mind let us SEE your website and investigate what’s the cause?
Thread Starter
sandeo
(@sandeo)
Here is the link to my developer website environment:
http://tatianacollection.net63.net/
(Earlier it was just switched on maintenance mode, so i switched that option off for now). Thanks for checking out.
Hello I have the same your problem, unfortunately to me the codes do not work. I saw that you have solved. How did you do?
this is my site http://www.reusedfashionstore.it
Hey guys,
Could you please try adding the following code in Appearance >> Theme Options >> Custom CSS:
#page-header .head-container {
margin-bottom: -90px;
}
This should reduce the space between the header and the slider.
Hope this helps 🙂
Best regards,
Bojan
Thanks, but it do not work
Hey there reusedvintagestore,
If this is the space you want to reduce http://screencast.com/t/FGt26fkvKl then please try adding the following:
div#slider-container {
margin-bottom: -70px;
}
This should reduce the space below the slider. If this is not what you’re looking for please provide a screenshot so I can better understand which space you want to reduce.
Best regards,
Bojan