Site logo

Archived topic

Change logo position for desktop view

5 replies · Started by yaseen on May 29, 2020

Viewing posts 1–6 of 6

I would like to change logo from centre to left and the menu on the right hand side.

Any coding required ?

Hi there,

the Split Navigation is created using CSS which is added to Customizer > Additional CSS.

You can delete all of the CSS in there.
And then add back this CSS which is the other styles the site added:

/* GeneratePress Site CSS */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
a.button,
a.button:visited,
a.wp-block-button__link:not(.has-background) {
    border: 1px solid transparent;
}

button.ghost,
html input[type="button"].ghost,
input[type="reset"].ghost,
input[type="submit"].ghost,
a.button.ghost,
a.button.ghost:visited,
a.wp-block-button__link.ghost:not(.has-background) {
    background: transparent;
    color: inherit;
    border-color: inherit;
}

button.ghost:hover,
html input[type="button"].ghost:hover,
input[type="reset"].ghost:hover,
input[type="submit"].ghost:hover,
a.button.ghost:hover,
a.wp-block-button__link.ghost:not(.has-background):hover {
    background: transparent;
    color: #1e73be;
}

.hero-buttons>* {
    margin: 10px;
}

.widget-area .widget_search {
    padding: 0;
}

.no-sidebar .inside-article>*,
.no-sidebar #comments,
.no-sidebar .nav-links {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.no-sidebar .generate-columns-container .inside-article>* {
    max-width: none;
}

The above code works perfect David !

But unfortunately I had added a code to hide page title for all categories in my website. I copy-pasted a code from the support forum here but that didn't work or maybe I am missing something, can you please help me with that ?

Glad to hear that.
Could you raise a new topic - it will be easier for you and others to find the answer in the future.

Sure

Thx

This archived topic is closed to new replies.