-
-
Hi,
With this new website, I’m facing a few problems :
1/ I’m trying to set a sticky menu, but when I chose that option in the settings, only the logo is sticky, not the nav bar. How can I solve this ?
2/ In the portfolio item, I would like to have a full width page, without the “project details” column. I already used some css to hide the titles ( project description and project details) but I would like to delete the Project details column.
– on my homepage, the rows have some padding which is not the same on top and at the bottom of the row. It seems that the padding is automatically added by the theme. How can I have the same padding on top and bottom of a row ?
Thanks a lot in advance for your answers.
Best regards;
Isabelle
-
Hello,
1-This is the default sticky style for some header styles. I suppose you have the header style with logo centered and menu items below the logo.
To change this, either select another header style or change the sticky default style using css.
A related topic can be found here: https://support.codeless.co/?topic=stick-nav-centered-logo-and-navigation-header_102-To make the description column in single portfolio, fullwidth, please add this css into your Custom Css box in General Options:
.portfolio_single .row-fluid .span3 { display: none !important; } .portfolio_single .row-fluid .span9 { width: 100% !important; }
-There is padding added in top and bottom of page content by default. You can change it in Tower > Layout > Page Builder Row Margin Bottom/Inner Page Content Padding (screenshot), or check the Row settings, make sure there is not set any Padding. Or change it to your wish.
See screenshot: https://postimg.cc/image/6cwadrbpz/Let us know.
Best regards!
-
Hi Mihaila,
Thanks for your answers.
1. I decided to have non sticky header after all
2. For portfolio item, it worked, looking perfect now
3. and for the padding, thank you but I don’t manage to set the space similar on top and bottom. I put 40px both top and bottom, but I still have a difference (see screenshot, the space on top is smaller than the space at the bottom)
I have an additional question about the menu / logo on mobile but I will open a new ticket.
Thanks a lot for your help, always appreciate it :)
-
Hello,
The bottom is getting 40px padding and an additional 40px margin. See screenshot: https://ibb.co/gBzeNS
That is why it’s not even. I suggest you remove one of them, either page content padding-bottom or the row margin-bottom.Let us know.
Best regards!
-
Hello,
thanks for your answer, but it does’t work. I removed the page content padding, and kept the row, but it’s still uneven, no change. See screenshot
This setting seems to have no effect
What else can I do ?
Best regards
-
Hello,
I figured it out. In the home page you should go to edit page and then edit the second row and set the padding bottom to 0px. (see screenshot)
https://ibb.co/imDpRn
https://ibb.co/i0qQz7Let us know.
Best regards
-
You must be logged in to reply to this topic.