-
AuthorPosts
-
September 17, 2015 at 6:56 pm #505086
hey guys
i’m using this menu header plugin for a portfolio grid selection. wanted to see if you could help me on one slight modification.http://jdrakeproductions.com/moyersgroup/ i just want to make this page look similar to
this page
http://www.powerhouse-company.com/all_projects.htmli want the selection areas to be boxed in and larger. any idea on how to do that?
thanks for the helpSeptember 18, 2015 at 1:53 pm #505490Hey jdrakeproductions!
Can you please post a screenshot and show the changes you would like to make so we can make sure that we are on the same page?
You can upload your screenshots on imgur.com or Dropbox public folder and post the links hereRegards,
YigitSeptember 18, 2015 at 3:45 pm #505611I have attached a link to the screen shot of what I am looking for. It doesn’t have to look exactly like this, but I’m trying to get something close. I just want the dropdown options to be bigger and with a box around them. thanks for your help
http://www.jdrakeproductions.com/moyersgroup/wp-content/uploads/2015/09/PortfolioPage.jpg
September 19, 2015 at 5:19 am #505837Hi!
Where can we find the actual portfolio page? In the home page (http://www.jdrakeproductions.com/moyersgroup/), there’s only a slider. The “projects” page is blank: http://www.jdrakeproductions.com/moyersgroup/our-projects/
Cheers!
IsmaelSeptember 19, 2015 at 1:36 pm #505918sorry here is the link for the portfolio page
http://www.jdrakeproductions.com/moyersgroup/our-projects/our-projects-portfolio/
September 21, 2015 at 6:27 am #506219Hey,
Please try the following in Quick CSS:
.esg-filter-wrapper.dropdownstyle { border: 1px solid #ddd !important; }
Best regards,
RikardSeptember 21, 2015 at 6:31 am #506221Hi!
Thank you for the info. You can start with this in the Quick CSS field:
.esg-selected-filterbutton { background: white !important; border: 1px solid #e2e0de; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; font-size: 15px; height: inherit; line-height: inherit; width: 100% !important; box-sizing: border-box; border: 2px solid gray; padding: 5px 20px; } .esg-filter-wrapper.dropdownstyle { width: 23%; margin-left: 1% !important; margin-right: 0 !important; }
Best regards,
IsmaelSeptember 22, 2015 at 3:05 pm #507094hey guys
the menu drop down looks great! can you check it on mobile? its a little jumbled up. thanksSeptember 22, 2015 at 3:17 pm #507104Hi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 990px) { ul#ubermenu-nav-main-12-avia li { width: 100%!important; }}
Best regards,
YigitSeptember 22, 2015 at 4:31 pm #507182here are a couple screenshots i took on my iPhone. vertical and landscape.
http://www.jdrakeproductions.com/moyersgroup/wp-content/uploads/2015/09/image1-2.png
http://www.jdrakeproductions.com/moyersgroup/wp-content/uploads/2015/09/image2.png
September 23, 2015 at 10:35 am #507589 -
AuthorPosts
- You must be logged in to reply to this topic.