Rehub Theme

This topic contains 3 replies, has 2 voices, and was last updated by  Guust 8 years, 1 month ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #152145

    byalik
    Lifetime Member
    Post count: 78

    I’m testing this plugin with the Rehub theme: http://rehub.wpsoul.com

    However, this is how it comes out:
    http://www.mindsuccess.com/places/

    I’m wondering if there is maybe a way to set the directory to use a specific page template or if this just means it’s really conflicting with the theme?

    #152161

    Guust
    Moderator
    Post count: 29970

    Add this to your CSS:

    
    
    #geodir-wrapper {
        max-width: 1200px;
        margin: auto;
    }

    Most (if not all) issues like that can be solved with some styling usually.

    #152323

    byalik
    Lifetime Member
    Post count: 78

    Thanks Guust. It looks better but for some reason it’s not using the white background from the pages. Any suggestions? I want it to be included in the content part of the theme and right now it’s not doing so.

    Example white area/content part:
    http://www.mindsuccess.com/

    #152324

    Guust
    Moderator
    Post count: 29970

    Just add this too:

    
    
    #geodir-wrapper {
        max-width: 1200px;
        margin: auto;
        background: white;
    }

    Have a look at this article, it should help with finding the CSS code yourself:
    https://wpgeodirectory.com/docs/customizing-your-style/

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket