Home Forums Free Themes Photo Perfect Category Dropdown of Posts

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #21389
    40cooper
    Participant

    Hello. Thanks for the great theme, first of all. I was actually hoping to do one of two things: Either have the category dropdown in the header show just the top level category, and then on click/hover expand the list of posts for that category instead of all other categories. I have a photography website and only have one category, which is portfolio. I’d like the category dropdown to just show the posts from that category.

    If that’s not possible, then I’d like to just move the site logo from centered to the right side, in place of the category dropdown. I’ve searched this forum, and also looked through the code trying to figure it out on my own, to no avail thus far. Any help would be awesome.

    Thanks.

    #21395
    wensolutions
    Keymaster

    Hello @40cooper,

    Regarding your first query of having category posts listed below the category, the theme currently does not include the feature you have requested for. You can however consider Hiring a Customizer to get the feature with advanced code customization.

    For your query to shift the logo to the right you will have to go to Your Admin dashboard > Appearance > Customize > Theme Options > Header Options and uncheck the “Show Category Dropdown” Checkbox. After that, paste in the following custom CSS in Admin dashboard > Appearance > Customize > Theme Options > Advanced Options > Custom CSS field:

    @media (min-width:1025px) {
    .site-branding {
        display: inline-block;
        float: right;
    }
    #site-identity {
      Margin-top: 20px;
    }
    }

    Hope this Helps,

    Best Regards !!

    #21445
    40cooper
    Participant

    Thank you! That last bit worked great.

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