[Resolved] New user of the theme

Home Forums Support [Resolved] New user of the theme

Home Forums Support New user of the theme

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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

    #1146230
    Tom
    Lead Developer
    Lead Developer

    Hi 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 🙂

    #1146670
    Jarko

    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)

    #1146790
    David
    Staff
    Customer Support

    Hi 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.

    #1146896
    Jarko

    url to website updated.

    #1147269
    David
    Staff
    Customer Support

    I am seeing this:

    Can you explain or provide an example of how it should look?

    #1147346
    Jarko

    In the widget where it says “Öppentider” it was no borders and the text was closer each other.
    see temp pic:

    thanks

    #1147438
    David
    Staff
    Customer Support

    You 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

    #1147481
    Jarko

    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?

    #1147598
    Leo
    Staff
    Customer Support

    Try this:

    .sidebar tr {
        line-height: 1em;
    }
    button.menu-toggle {
        text-align: right;
    }
    #1149218
    Jarko

    thank you

    #1149535
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.