• When I added the fifth link to the menù it has gone on two rows (on desktop).
    How can I display it in one single row?
    Thanking you for your kind help.
    Best Regards.
    Ezio

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hey,

    We inspected your site and as you can see the Site title and description of your site has covered the maximum area, the menu could not fit in the same row so has displayed down. For this either you have to reduce the font-size of your title description or menu item font-size and padding.

    If you need further assistance do let us know.

    Good Day,
    Best Regards.

    Thread Starter eziodebona

    (@eziodebona)

    Thank you for your kind response.
    … but I am not able to solve:
    1) Isn’t possible to insert a row where to insert the menù?
    2) How can I reduce the font-size of the title and/or the menù item font-size and padding?

    Hey,
    You may go to your?Dashboard > Appearance > Customize > Additional CSS
    Add this:

    .logo-text .site-title {
        font-size: 15px;
    }
    #site-navigation ul li {
        padding: 23px 20px 23px 0;
    }

    Good Day,
    Best Regards.

    Thread Starter eziodebona

    (@eziodebona)

    Thank you very much Sabina!
    Is it possible to leave the title “Bold”? Or change the color of the caracters?

    Thread Starter eziodebona

    (@eziodebona)

    Any Idea?

    Hey @eziodebona,

    Sorry for the late reply. Yes it is possible. You may go to your?Dashboard > Appearance > Customize > Additional CSS. Add this:

    .logo-text .site-title {
         font-weight: bold;
    }
    .logo-text .site-title a {
         color: red;
    }

    We hope you are finding flash theme interesting. We would really appreciate for the review.

    Good Day,
    Best Regards.

    Thread Starter eziodebona

    (@eziodebona)

    Thank you Sabina

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Menu in one sigle row on desktop’ is closed to new replies.