kalayanis
Forum Replies Created
-
Hi Oliver,
Thank you for the quick response!
For now I have managed to achieve image alignment with the following CSS:
@media (max-width: 671px) { .wp-block-image .alignright { float: none; margin-left: auto; margin-right: auto; } }
Reversing columns by setting additional CSS class to columns block and then adding additional CSS:
@media (max-width: 671px) { .reverse-columns { display: flex; flex-direction: column-reverse; } }
I hope that there will not be any unwanted side effects ??
Thank you!
KalaForum: Themes and Templates
In reply to: [Reykjavik] Disable mobile menu searchHi Oliver,
Thank you for the quick and prompt response!
It works great!Best Regards,
KalaForum: Themes and Templates
In reply to: [Reykjavik] Disable mobile menu searchHi Oliver,
I have used the provided additional CSS to hide the menu in Mobile View:
.mobile-search-form { display: none; }
I does the job and hides it, but it does not remove the space that it occupies, so now I have white empty space above my navigation, and I have to drag the menu up to see it all.
Is there a way to remove the space too?
Thank you!
KalaForum: Themes and Templates
In reply to: [Reykjavik] How to set Backgroud Image in Header on SubPagesThank you!
Will write back when I do the “Additional CSS” trick.
All the best!
Forum: Themes and Templates
In reply to: [Reykjavik] How to set Backgroud Image in Header on SubPagesHi Oliver,
Thank you for the quick feedback!
“No Intro” tweak is ok, but I have to set and change all my pages Titles manually.
“compensate-content-padding-top” tip does not work for me – it puts it just under the Page Title and doesn’t stretch to occupy the full site width.
I am thinking of adding “Additional CSS” and setting background image to it. Do you think that this will work?
Best Regards,
Kala