Support for Envato Buyers Forums Samsara Starting page body at top of page

Viewing 5 reply threads
  • Author
    Posts
    • #7642

      Hello,

      How can I start the body of the page (i.e, the first row in visual composer) at the very top of the page so it sits under the menu just like the slider does?

      I want achieve the same look as I can with the slider – where the menu is transparent and you can see what is underneath – but not use the slider (it doesn’t support my form), just visual composer.

      I have removed the padding in this code:

      <style type=”text/css”>.page-template-page-homepage-php #container{padding-top:80px;}</style>

      This brought the body of the page up, however the menu was still not translucent even though the translucency was set to the default .3.

      Please let me know your thoughts.

      Thanks!

    • #7650

      Hi

      If you remove the revolution slider shortcode when you edit the home page, the page body will be the first section.

      The background of navigation bar will be translucent only if you use slider or page header image. You can try to edit the homepage, and force the navigation bar to translucent in “Customize page style > Opacity Value of Navigation”.

      Thanks

    • #7653

      Hi Johnny,

      For some reason, the custom page style doesn’t activate unless I am using a slider.

      I have a achieved what I want to do by doing the following (for those who may want to do the same):

      Turn custom styles on for the page
      Put a space bar in the rev slider box
      in Samsara/css/layout.css, find the following:

      .page-template-page-homepage-php .fullscreen_stage {
      min-height: 300px;
      height: auto;
      margin-bottom: 0px;
      overflow: visible;

      Change the min-hight to 0px and your done.

      Thanks Johnny.

    • #7659

      Well, glad to see your solution share!

    • #8002

      **Update**

      To make this work on mobile also, change:

      height: auto;

      to

      height: 0px;

    • #8006

      Wonderful! Just recorded your solution that I can improve it in the new version.

Viewing 5 reply threads
  • You must be logged in to reply to this topic.