• Resolved pphsignup

    (@pphsignup)


    I’m having issues with the search form and search results of the event listings. There should be no margins on the left and right sides of the search form and results. In other words, I want everything to line up against the sides of the margin of the page, right side boxes to stretch to end of row.

    I also want all the search boxes (input) to be the same height (keywords,location etc.).

    I’ve tried using css but it doesn’t seem to work for me. See URL in box above.

    Thanks for your help.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @pphsignup,

    Thank you for using our plugin. It seems like all the input boxes have the same height.
    There is just right-hand side margin on the listing, You can remove that by adding following css to your theme side :

    #event-listing-view {
    	margin-right: -15px;
        margin-left: -15px;
    }
    #event-listing-view > a {
        padding-right: 15px;
        padding-left: 15px;
        width: 33.3333%;
        float: left;
    }
    #event-listing-view > a .box-layout {
    	margin: 0 0 30px !important;
        width: 100%;
    }
    
    

    Let me know if you have any issue.

    Thank you

    Hi @pphsignup,

    Please reply if you issue resolved or facing any other issue. Since you are long you haven’t replied and i have provided solution i am making this as resolved.

    Thank you.

    Hi @hiteshmakvana

    Thanks for the code.

    I had to check first to see whether that solves it for mobiles and tablets before I replied. Sorry I took so long to reply. All seems fine now.

    Thanks for your speedy reply!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Layout margins’ is closed to new replies.