Home Page Alignment

This topic contains 6 replies, has 3 voices, and was last updated by  vegeta720 6 years, 6 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #404998

    vegeta720
    Full Member
    Post count: 128

    Hello,

    The alignment on my home page is off center. I am attaching a screen shot but all of the data on the top of the page is not aligned. Between the title, the search bar, the popular categories, and the down arrow…something is off. How do I fix this? Or, can you take a look at it and troubleshoot this issue?

    Thank you!

    #405006

    Alex Rollin
    Moderator
    Post count: 27815

    Hello!

    It looks like one of your social widgets is pushing the body class around with padding.

    We can take a look at whether disabling those widgets will restore the theme.

    If they are the culprit, you can either choose another plugin that doesn’t cause that behavior, or you can proceed to customize yours style :

    https://wpgeodirectory.com/docs/customizing-your-style/

    If you want us to take a look, reply with your URL and WP Admin details in a private reply. Also let us know which plugins are shown there on the home page. We will disable those plugins to see if the problem persists.

    Let us know

    #405013

    vegeta720
    Full Member
    Post count: 128
    This reply has been marked as private.
    #405034

    Kor
    Moderator
    Post count: 16516

    Hi Vegeta,

    Could you try this custom CSS code and see if it corrects it? The tile and the search seem ok to me. Only the “Popular Categories” needed adjustments.

    
    
    .header-wrap {
        padding: 0px!important;
    }
    #405160

    vegeta720
    Full Member
    Post count: 128
    This reply has been marked as private.
    #405164

    Kor
    Moderator
    Post count: 16516

    Hi vegeta,

    Just added the custom CSS code below into your Website and it should be perfect now. Could you please take another look?

    
    
    .home-more {
        margin-left: auto!important;
        margin-right: auto!important;
        left: 0!important;
        right: 0!important;
    }
    #405957

    vegeta720
    Full Member
    Post count: 128

    Perfect. Thank you for the help.

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

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

Open Support Ticket