We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 26172
    • 14 Posts
    For some reason, I am not able to find in the styles or otherwise where I can move the search box. Attaching a screenshot for reference. Need to move the search box and "Go" button to the right side and have the button to the right of the search box. Any suggestions? Thanks much in advance!
    • That depends on the HTML structure of the page header. Looks like you have two parts, the logo and the search. Just use CSS to position the logo and the search blocks, likewise the fields (input and submit) of the search form. Something like this...
      #logo, #search{width:50%;float:left;}
      #search{text-align:right;}


        Studying MODX in the desert - http://sottwell.com
        Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
        Join the Slack Community - http://modx.org
        • 26172
        • 14 Posts
        I am still having some trouble with this...probably because of my newbiness. Can I PM you with a link to the site I'm working on so you can see what I'm doing wrong?