Archived topic
My posts dont't have the appearance...
5 replies · Started by Alexandre on May 21, 2021
Hi,
On this page (https://www.sportsnatureevasion.com/actualites/) I don't have the same appearance/interaction with my three differents posts.
The first post is ok,
but I can't understand why the 2 next posts are not.
-> I wrote a different excerpt for each of the 3 posts, but I can't see it (only on the first post). Moreover, I want the Post Title be a link and not the feature image (as the first one).
Thank for your help O:))
Hi there,
The two problem posts have their Format set to Aside.
You need to edit the post, and change the format to Standard
Thanks David !
I added this CSS :
.main-navigation {
top: 0;
box-shadow: inset -5px 0 #DB7219;
}
What can I to don't have my subtitle over the vertical orange border please ? (of canvas on mobile)?
On desktop device, I can seen a piece of vertical orange border on the right of the menu : how can I make it diseappeared please ?
What to do to have the subtitle already opened when I open the hamburger menu (with an item/page activated in this subtitle) ?
Hi Alexandre,
I'm quite confused, that border is coming from the CSS you added, it's not a border but the box-shadow.
.main-navigation {
top: 0;
box-shadow: inset -5px 0 #DB7219;
}
Are you trying to get rid of the orange border? If so, just simply remove the CSS you added.
For the other question, give this solution a try:
https://generatepress.com/forums/topic/open-submenus-in-slideout-menu-by-default/#post-617719
Hi,
Thank you Ying for "open sub-menus".
For the border, I've found the solution:".slideout-navigation " and not ".main-navigation".
I learn CSS by this way 😉.
Haha glad you figured it out :)