Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    1. Instead of adding the lookbook link as a page, try setting it up as a custom link, and only put “#” in the URL. Then add the submenu items to that. When the lookbook link is clicked, it wont do anything.

    2. Try using the fullwidth template on those pages, rather than the sidebar. That should center the content.

    3. You would have to use a plugin for that kind of configuration. I don’t know of any gallery plugin that outputs photos like that, but it is not built into the theme.

    -Kevin

    Thread Starter richcityfortune

    (@richcityfortune)

    Hi Kevin! Thanks so much. Everything worked. I have a couple more questions. Can the title Lookbook also be in the center? And when you click lookbook now, you’re sent to a non existing page. Could it also just be impossible to click the word lookbook?

    Thanks

    Are you referring to the “1” and “2?” You can align all the titles on your site to the center with this CSS:

    h1.entry-title {
        text-align: center;
    }

    For just those pages, use this:

    .lookbook-summer-18 h1.entry-title, .lookbook-2 h1.entry-title {
        text-align: center;
    }

    Remove the “https://” and just add the hash mark and it wont link anywhere. I’m unsure of any way to make the link completely unclickable while still showing the submenu items though. This would likely require some custom code.

    -Kevin

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Center aligned, dropdown menu, picture overview’ is closed to new replies.