Resolved

Expand menu

Ultra Theme started by bugstory Oct 31, 2016 1 reply
bugstory Oct 31, 2016 · 6:27 pm #5451

Hello,

On my website cibiste.ch there are 8 categories on my menu. If I want to add another category that it positions below.
I would like my categories continue on the right because we can add three or four categories.
There is still space on the right.

Can you explain me how I can expand my menu?

Best regards,

Rafael

Andrew Misplon Puro Oct 31, 2016 · 6:40 pm #5453

Hi Rafael

Thanks for posting. One way might be to go to Plugins > Add New and install Simple Custom CSS. Then, go to Appearance > Custom CSS and insert:

/* Header Container */
.site-header .container {
    max-width: 1300px;
}

This will adjust only the header container width. Let me know if this solution will work for you.

2 posts