Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter rb3498

    (@rb3498)

    @siobhyb Thank you Siobhan! I managed to move the logo and menu with the CSS you posted above. However, it left a bit of space between the logo and menu (even when I decreased the margins).

    I did come across this topic, and tried the CSS Kathryn posted there and that did the trick.

    As I said, I don’t know a lot about CSS: I just tried a few things. This is what I did for my website now:

    @media screen and (min-width: 1230px) {
    
    .primary-navigation {
         display: inline;
         float: right;
    }
    
    .navigation-classic .menu-primary, .navigation-classic .menu-secondary {
         width: 670px;
    }
    
    .header-wrapper {
         display: inline;
         width: 375px;
    }
    
    .site-logo-link {
        float: left;
        margin-bottom: -25px;
    }

    Thank you, everyone for being so kind and helpful ??

    Thread Starter rb3498

    (@rb3498)

    @kathryn Thank you. I hadn’t activated Jetpack jet. Now I have and added a logo succesfully.

    Is it possible to have the logo on the left and the classic menu on the right? I have the standard menu now, but I rather have the classic menu next to it.

    Thread Starter rb3498

    (@rb3498)

    @siobhyb: Thank you so much. That totally does the trick!

    I would also like to add a custom logo (image) to the website. So that it will appear above the header, and next to the menu. I’ve seen this on a few other Edin-themed websites, but haven’t been able to do it myself. Can you help me with that?

    Thread Starter rb3498

    (@rb3498)

    Thank you, webkong.

    What I’m trying to do is to remove the header image that appears on every page, and replace it with a featured image. I’ve found the CSS code that removes the header from a certain page. But when I set the featured image, it appears as a thin bar instead of the full size image.

    So is there also a possibility to change the size of the featured image?

Viewing 4 replies - 1 through 4 (of 4 total)