Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1237487

    hello!

    i would like to use the hamburger menu on desktop on the left side, but the social icons should align on the right side…
    i found a similar question on the forums, unfortunately the solution was not posted ;-(
    can you point me in the right direction how to achieve that?

    and could you tell me how i can add a solid horizontal line (full screen, for example 34px high) after the header section? i tried to add the following code to child themes style.css file which pretty much does what i want except that the box shadow covers the top px of the next section… any better way to do that?

    #header_main {
    border-top: none;
    border-bottom: 14px solid #97d7e0;
    box-shadow: 0 0 0 34px #dcf1f4;

    cheers & thx in advance!

    chris

    #1237914

    hello,

    any hints? :)

    #1237983

    Hi,

    I can’t load your site, this is the error message I’m seeing:

    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator at (Email address hidden if logged out) to inform them of the time this error occurred, and the actions you performed just before this error.

    More information about this error may be available in the server error log.

    Best regards,
    Rikard

    #1237993

    Hm, should be working now…

    #1238364

    Hi,

    thanks for that, it’s working now. Please try this in Quick CSS:

    nav.main_menu {
        width: 100%;
    }
    
    #top nav .social_bookmarks {
        float: right;
    }

    The border code you added is applying on my end.

    Best regards,
    Rikard

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