- This topic has 21 replies, 5 voices, and was last updated 5 years, 10 months ago by
Mahesh.
-
AuthorPosts
-
July 2, 2017 at 9:54 pm #118474
pete
ParticipantWhen I’m trying to design this professional looking website, it just doesn’t look up to par with the competition. We want this website to look like it’s worth thousands of dollars.
1. I want a full width slider, is there some codes I can plug into the Custom CSS section so the slider fills up the whole page? Or do I have to use a plugin like Slider Revolution?
2. Is there CSS codes to put into Custom CSS section so the primary menu background color fills up the entire width of the page?
3. Is there CSS codes to put into Custom CSS section so the header background fills up the entire width of the page?
Thanks
July 3, 2017 at 12:38 am #118487tikaram
Keymaster@pete-guttenberggmail-com : please post in your site URL and i will help you with the custom css.
Regards,
TikaramJuly 3, 2017 at 1:21 am #118489pete
ParticipantJuly 3, 2017 at 4:02 am #118496tikaram
Keymaster@pete-guttenberggmail-com : To make the site full width along with menu and slider.
Go to Appearance => Customize => Additional css and add the following css.
.site { width: 100%; } #feature-slider .cycle-slideshow { max-width: unset; width: 100%; } #feature-slider img{ width: 100%; }
Regards,
TikaramJuly 3, 2017 at 2:17 pm #118537pete
ParticipantOkay looks good. Only one small problem: the featured content section is now aligned to the left instead of being centered. How might I fix that?
July 4, 2017 at 3:32 am #118570tikaram
Keymaster@pete-guttenberggmail-com : To fix featured content section.
Go to Appearance => Customize => Additional css and add the following css.
#featured-content.layout-four .hentry { width: 25%; }
Regards,
TikaramJuly 4, 2017 at 3:51 am #118571pete
ParticipantGENIUS! Thank you.
July 5, 2017 at 3:28 pm #118652pete
ParticipantWhen I put this code into my own business website there’s a large section of white space between the main body and the sidebar widget area, do you know which CSS codes I should use to fix this one?
My website is http://affordablewebsolutions.us/
July 5, 2017 at 4:38 pm #118655pete
ParticipantI’d also like the footer wdigets to stretch full width.
July 6, 2017 at 6:38 am #118707tikaram
KeymasterGo to Appearance => Customize => Additional css and add the following css.
#main{ width: 890px; }
For Footer widgets add the following css
#supplementary.four .widget-area { width: 25%; }
Regards,
TikaramJuly 6, 2017 at 1:09 pm #118721pete
ParticipantHow do I make the sidebar widget area wider?
July 7, 2017 at 5:22 am #118781tikaram
Keymaster@pete-guttenberggmail-com: Go to Appearance => Customize => Additional css and add the following css.
.sidebar-primary { float: left; width: 88%; }
Regards,
TikaramJuly 7, 2017 at 10:22 am #118805pete
ParticipantIt looks good on the computer but from the mobile device the formatting is messed up for the featured content and the footer widgets
July 10, 2017 at 4:31 am #118887tikaram
Keymaster@pete-guttenberggmail-com : Go to Appearance => Customize => Additional css and add the following css.
@media screen and (min-width: 768px) { #main{ width: 1100px; } }
Regards,
TikaramJuly 24, 2017 at 1:18 pm #119561Pete Guttenberg
ParticipantOn this website it’s not spacing the three images in the featured content section correctly
July 25, 2017 at 2:42 am #119581tikaram
Keymaster@pete-guttenberggmail-com: Its not a theme related issue. Its due to the difference in size of image. The recommended image size for Featured Content is as follows.
Width: 350px Height: 197px. Let me know if you need further assistance.Regards,
TikaramSeptember 8, 2017 at 11:36 pm #121856pete
ParticipantWhich css codes would I need to fix the mobile version of CustomCabinetsLA.com? Since I made the blog feed the default for the home page it’s made the mobile viewport way too wide. Thank you
September 12, 2017 at 3:46 am #122011tikaram
Keymaster@pete-guttenberggmail-com: It looks fine when I checked the site from my end. Please let me know if you have any more issues.
Regards,
TikaramSeptember 28, 2017 at 6:45 pm #123267pete
ParticipantI’m using these codes on a number of websites, these two included: affordablewebsolutions.us & pageantcosmetic.com
The problem I’m noticing is in the mobile version. The footer. It’s all confined to the left, I’d like it to stretch full width. I’m sure I’m just missing a CSS code here. Thank you so much!
September 29, 2017 at 8:11 am #123297 -
AuthorPosts
- The topic ‘Building Real Estate Website’ is closed to new replies.