eleveno
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [GeneratePress] Show full content posts on archive pagesIt works! Thanks
Forum: Themes and Templates
In reply to: [GeneratePress] Mobile menu do not appear while floating rightThanks for your reply Tom but there was a problem with my css.
Now everything is fine.Forum: Themes and Templates
In reply to: [GeneratePress] Change width of the right sidebarThank you for the indication of the filters which I have used ??
Forum: Themes and Templates
In reply to: [GeneratePress] Change width of the right sidebarHi Leo, thanks for the reply. I understand but this is the support forum for the free theme. Meanwhile I found the code.
@media (min-width: 768px) { .widget-area.grid-25 { width: 30%; } .content-area.grid-75 { width: 70%; } }
Forum: Themes and Templates
In reply to: [GeneratePress] Space between content and sidebarThanks, O already fixed the issue with the following code:
.separate-containers .site-main { margin-top: 30px !important; margin-bottom: 30px !important; margin-right: 30px !important; } .separate-containers .inside-right-sidebar, .separate-containers .inside-left-sidebar { margin-top: 30px !important; margin-bottom: 30px !important;
[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
- This reply was modified 7 years, 2 months ago by bdbrown.
Forum: Themes and Templates
In reply to: [GeneratePress] Space between content and sidebarUPDATE
The last question plus:
How can I add more space between main content and header?
ThanksForum: Themes and Templates
In reply to: [GeneratePress] Plugin for modalsThanks. Efficient and to the point as usual ??
Forum: Themes and Templates
In reply to: [GeneratePress] Skicky menu after scrollingI prefer to do with code ?? Waiting for a reply.
Forum: Themes and Templates
In reply to: [GeneratePress] Change logo for mobileIt works like a charm.
Thanks for the wonderful support Tom.
Forum: Themes and Templates
In reply to: [GeneratePress] Change logo for mobileYes Tom, please send me the code ??
Forum: Themes and Templates
In reply to: [GeneratePress] Change logo for mobileThanks for the reply Manoj, but it isn’t working.
Forum: Themes and Templates
In reply to: [GeneratePress] Hook above headerPerfect! Thanks Tom
I made a fresh installation of wordpress with generatepress and now everything is working. Thanks for the help.
Forum: Themes and Templates
In reply to: [GeneratePress] Hook above headerThanks Tom. It is working. Now it is necessary to put the content in a boxer container according to the width of the theme. How I do that please?
Actually the header widget pushes the floating right navigation to the left. I found the same question in other topics but couldn’t resolve the issue myself.