Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #474165

    I have a special question. I’m building a website with the enfold theme and we would like to rearrange the logo and menu on the right sidebar but not as it comes out of the box.

    Of course it’s possible to place sidebar on the right side with in the upper right corner the logo. Under the logo comes the menu.
    But we would like to see that the logo is in the lower right corner, on top of the logo the menu. So it would look like, top right corner ‘blank’, middle section of sidebar contains the menu at the bottom section and in the right corner, the logo.

    The logo and menu should always be visible as well.

    I allready tried adding some css and play with padding but that’s not a great sollution.

    Is this possible and how?

    #474168

    Hi 82dt!

    Can you please post a screenshot and show the changes you would like to make? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here

    Best regards,
    Yigit

    #474400

    Hi Yigit,

    This is how I would like to see it.

    View post on imgur.com

    #474723

    Hi!

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Cheers!
    Rikard

    #476753

    Hi,

    I pasted the link in the private section.

    #477490

    Hey!

    Sorry for the late reply, unless you wan to rearrange in the source files, you could try the following in Quick CSS:

    .html_header_sidebar .logo {
      position: absolute !important;
      bottom: -250px !important;
    }

    Regards,
    Rikard

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