• Resolved nicecap

    (@nicecap)


    Dear Support Team.

    Can the navigation bar be location fixed and act as a floating menu which will stay visible at the same place when scrolling through the portfolio?

    Best.
    Chris

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author totalsoft

    (@totalsoft)

    Hello, dear nicecap.

    Thank you for your question.

    To solve your problem you need to change some codes from the plugin. Please find the file Total-Soft-Portfolio-Widget.php. Edit the folder and on the line 3330 find the code

    .grid__sizer<?php echo $Total_Soft_Portfolio; ?>, .grid__item<?php echo $Total_Soft_Portfolio; ?> { position: relative; float: left; width: 25%; }

    The place of this code put this one:

    .grid__sizer<?php echo $Total_Soft_Portfolio; ?>, .grid__item<?php echo $Total_Soft_Portfolio; ?> { position: relative; float: left; width: 33%; }

    Plugin Author totalsoft

    (@totalsoft)

    Please in the 3414 line add this code.

    @media screen and (min-width: 160em){
    .grid__sizer<?php echo $Total_Soft_Portfolio; ?>,
    .grid__item<?php echo $Total_Soft_Portfolio; ?>,
    .grid__item<?php echo $Total_Soft_Portfolio; ?>–size-a { width: 25%;
    }

    Please in the 3428 line add this code.

    .grid__sizer<?php echo $Total_Soft_Portfolio; ?>, .grid__item<?php echo $Total_Soft_Portfolio; ?>,.grid__item<?php echo $Total_Soft_Portfolio; ?>–size-a
    { width: 33.333%; }

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fixed or Floating Navigation bar’ is closed to new replies.