Comments Peter started the conversationFebruary 15, 2016 at 8:54pmThere is a big space between my navigation bar and the first piece of content.. How do I reduce that so there is not a significant empty space between nav and content? 895TheFox repliedFebruary 16, 2016 at 9:19amHello Peter, thanks for purchasing Thefox!All the first row of the page got a default top padding of 100px if nothing is set.Go edit the row design option and set the top padding to 0px if you don\'t want any space.Do not hesitate to contact us if you have more questions.Regards.--------------------- Hosting we recommend ( Free SSL and CDN included in all plan ). Speed up your site with Autoptimize Test your site with GTmetrix and fix the issue to make it faster How to Update your Theme Peter repliedFebruary 17, 2016 at 7:02pmWhere do I find the row design options? I went into editor and all I found were:.row_top_icon.row_bottom_arrowetc. 895TheFox repliedFebruary 18, 2016 at 9:04amHello,When you are editing a page :https://drive.google.com/file/d/0B4U2I7SLFLQYSmxDOEltc21hd2c/view?usp=drivesdkDo not hesitate to contact us if you have more questions.Regards.--------------------- Hosting we recommend ( Free SSL and CDN included in all plan ). Speed up your site with Autoptimize Test your site with GTmetrix and fix the issue to make it faster How to Update your Theme Slava repliedFebruary 19, 2016 at 2:30amHi,Is there a line in .css responsible for this spacing? 895TheFox repliedFebruary 19, 2016 at 12:13pmHello Slava,This is set from the custom javascript.Thefox/js/customjs.js fileyou need to edit this rowfw_fd.css(\'padding-top\', \'100px\');For page with sidebar you can add custom css ( thefox > styling options ) :#sidebar,#posts { padding-top:100px; }change 100px by the space you want to use.Do not hesitate to contact us if you have more questions.Regards.--------------------- Hosting we recommend ( Free SSL and CDN included in all plan ). Speed up your site with Autoptimize Test your site with GTmetrix and fix the issue to make it faster How to Update your Theme Sign in to reply ...
There is a big space between my navigation bar and the first piece of content.. How do I reduce that so there is not a significant empty space between nav and content?
Hello Peter, thanks for purchasing Thefox!
All the first row of the page got a default top padding of 100px if nothing is set.
Go edit the row design option and set the top padding to 0px if you don\'t want any space.
Do not hesitate to contact us if you have more questions.
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Where do I find the row design options? I went into editor and all I found were:
.row_top_icon
.row_bottom_arrow
etc.
Hello,
When you are editing a page :
https://drive.google.com/file/d/0B4U2I7SLFLQYSmxDOEltc21hd2c/view?usp=drivesdk
Do not hesitate to contact us if you have more questions.
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Hi,
Is there a line in .css responsible for this spacing?
Hello Slava,
This is set from the custom javascript.
Thefox/js/customjs.js file
you need to edit this row
fw_fd.css(\'padding-top\', \'100px\');
For page with sidebar you can add custom css ( thefox > styling options ) :
#sidebar,#posts { padding-top:100px; }
change 100px by the space you want to use.
Do not hesitate to contact us if you have more questions.
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme