- This topic has 11 replies, 4 voices, and was last updated 3 years, 10 months ago by
Leo.
-
AuthorPosts
-
January 27, 2020 at 6:05 am #1145540
Jarko
1. title text is not shown when using a phone picture n social icons in top bar.
2. how do i change size of site title?
3. how do i remove search option from meny?
4. Widget title, is there anyway to have a background colour on the title only?
5. is there any option to change space between widgets in right side bar? so the can be closer.
6. the meny option on mobile view is it possible to have it on right side instead of left?
7. WP SEO – Show opening hours from Yoast Local, its showing a border and distance between day and hours is quit big, in my previous theme this looked much nicer, how can i change this?many thanks
January 27, 2020 at 3:16 pm #1146230Tom
Lead DeveloperLead DeveloperHi there,
It’s typically best to work through one question at a time, but I’ll try to help the best I can.
1. The widget title doesn’t display in the top bar, as there typically isn’t any vertical space for it.
2. You can do this in Customize > Typography > Header
3. https://docs.generatepress.com/article/navigation-search/
4. You’ll need some CSS for this:
.sidebar .widget-title { background: #ddd; padding: 10px; }
5. If you’re using Separate Containers, the separating space option controls this. Otherwise, you can use the sidebar padding option to reduce the bottom padding (Customize > Layout > Sidebars).
6. Not too sure what you mean here – can you explain a bit more?
7. I would need to see this to inspect the code.
Let me know 🙂
January 28, 2020 at 3:25 am #1146670Jarko
Thank you for your help.
6. mobile menu, it was assigned to left and after removed the search bar its aligned to centre, i would like to have it on the right side when looking at the homepage on a mobile phone.
7. How can i share the code? is it the html code or widgets code? (where do i find it)
January 28, 2020 at 5:04 am #1146790David
StaffCustomer SupportHi there,
can you share a link to a page on your site where we can see the problem #7
You can edit your original topic and use the Site URL field to share the link.January 28, 2020 at 6:36 am #1146896Jarko
url to website updated.
January 28, 2020 at 9:05 am #1147269David
StaffCustomer SupportI am seeing this:
Can you explain or provide an example of how it should look?
January 28, 2020 at 10:11 am #1147346Jarko
In the widget where it says “Öppentider” it was no borders and the text was closer each other.
see temp pic:thanks
January 28, 2020 at 11:28 am #1147438David
StaffCustomer SupportYou can add this CSS to remove the borders:
.wpseo-opening-hours, .wpseo-opening-hours td { border: none; }
I am not sure there is much difference in the spacing between days and times … this is pretty much controlled by the browser
January 28, 2020 at 12:22 pm #1147481Jarko
thank you the borders is gone, guess its some kind of css to change the hight so the days is closer ech other?
Also you got any comment on problem number 6?
January 28, 2020 at 3:08 pm #1147598Leo
StaffCustomer SupportTry this:
.sidebar tr { line-height: 1em; } button.menu-toggle { text-align: right; }
January 30, 2020 at 6:12 am #1149218Jarko
thank you
January 30, 2020 at 8:53 am #1149535Leo
StaffCustomer SupportNo problem 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.