Supreme Directory
This topic contains 17 replies, has 3 voices, and was last updated by Alex Rollin 7 years, 8 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
February 16, 2018 at 5:28 pm #417930
I’ve tried many different ways to get the content to always fit the screen, but its not responsive when I do it. Is there something I’m missing?
February 16, 2018 at 6:00 pm #417939Hello,
are those GD Features or something else?
If it is a GD Feature we can take a look, just send over a URL.
February 16, 2018 at 11:50 pm #417985Hello, is just content using beaverbuilder, there not features, just icons with text next to them.
When I use a background image it doesn’t fit the screen ends like a normal background would, and I’ve tried different ways, but I can’t figure it out and it be responsive.
Link is findmeautorepair.com.
February 17, 2018 at 2:46 am #417991Hi Collin,
Thanks for your reply. Could you please share WP admin access in private reply so that we could take a better look at it? Normally we would recommend contacting the plugin author but I’d like to see if it’s something that we could help.
Thanks!
February 17, 2018 at 3:12 pm #418032This reply has been marked as private.February 17, 2018 at 4:28 pm #418037Hi Collin,
Let’s try using this custom CSS code and see if it’s fixes the issue you had there.
.entry-content.entry-summary.sidebar-active.sidebar-right { padding-right: 0px!important; right: 0px!important; } .sd.home .content-box.content-single article.hentry { margin: 0px!important; } .sd .container div.entry-content { margin-bottom: 0px!important; padding: 0px!important; } div#home-scroll { padding: 0px!important; }Thanks!
February 17, 2018 at 4:47 pm #418040That works on the mobile, but on desktop it only moves the content section up.
February 19, 2018 at 2:39 am #418164Hi Collin,
Thanks for your reply. I’ll get a dev to check on this.
Thanks!
February 19, 2018 at 6:59 am #418185You can customize the CSS further as you go along.
See this page for more information about it:
https://wpgeodirectory.com/docs/customizing-your-style/
Another example is
#home-scroll.container { width: 100%; }February 19, 2018 at 6:00 pm #418262I tried that snippet, and it makes it wider, but it still doesn’t fit the screen like the .featured-area does. I’ve tried all kinds of ways, but I can’t get it to fit the screen and still be responsive on all platforms.
February 19, 2018 at 6:21 pm #418281OK, maybe it’s better to go a different way.
You can try GD Features: https://wpgeodirectory.com/docs/widgets/#features
February 19, 2018 at 8:29 pm #418311So use the “Feature” widget and try that. Also, looking at the page layout, would using the bottom section as the content section work? That shows to be full width like the header and footer.
February 19, 2018 at 8:47 pm #418315give it a go and let us know if it works for you
February 20, 2018 at 11:10 pm #418488I tried using the plugins, but they are not working. I tried using directory and supreme themes, not go. I undid all the css, and still nothing on the front page.
February 21, 2018 at 6:13 am #418522Hello,
try this
.sd.home .sd-container article.page { padding: 0; margin: auto !important; } .sd.home #home-scroll.container { padding: 0; width: 100%; } .sd.home #home-scroll.container > .entry-content { padding: 0; width: 100%; border: none; float: none; margin: auto; margin-bottom: -1px; } .sd.home #home-scroll.container > .sd-sidebar { display: none; } .sd.home #footer .footer-widgets { border: none; } -
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket