Forum Replies Created
-
AuthorPosts
-
PeteGWebmaster
ParticipantNevermind I figured it out in the layout options. Thanks anyway
PeteGWebmaster
ParticipantThe featured content section is the same size as it was when there were large margins on the sides. Now that it’s a full width site, each featured content module should be wider. That’s the code I’m needing here, something so each featured content box is larger, that way there’s no white space and the whole screen is being filled.
PeteGWebmaster
ParticipantI’d like for the featured content to look right without having the mobile version of the site broken. I was hoping you had a mobile friendly version of that same 25% width code.
PeteGWebmaster
ParticipantI’m going to need a different code than that. This code works nicely on desktop but not when I test it from a tablet or mobile phone.
PeteGWebmaster
ParticipantIt works nicely on the homepage however the background image is also showing up on all other pages. How can I make it so the image only shows up on the home page? Thank you
PeteGWebmaster
ParticipantI can already tell that canging the image size for the featured content isn’t fixing this error as I’m also having the same issue here where the image sizes all look about the same:
http://losangeleswebdesignseo.com/doctorwhimsy/
I’m using the following CSS codes:
.site { width: 100%; } #feature-slider .cycle-slideshow { max-width: unset; width: 100%; } #feature-slider img{ width: 100%; } .catchresponsive-nav-menu { display: table; width: 100%; } .catchresponsive-nav-menu > li { display: table-cell; float: none; } .catchresponsive-nav-menu > li > a { display: block; text-align: center; } #search-toggle { display: none; } #main{ width: 1100px; } #supplementary.four .widget-area { width: 25%; .sidebar-primary { float: left; width: 88%; } }
PeteGWebmaster
ParticipantI’m also noticing that the featured content section on this site isn’t centered. It’s looking as it should for 4 images instead of 3. It’s set to 3 columns and 3 images. and I’m not seeing any codes in the CSS related to this.
Also I’m using just two widgets in the footer section so was wondering if there was a way to center them so they’re not justified to the left
PeteGWebmaster
ParticipantThe issue is being caused by WP Rocket plugin’s “Load CSS files asynchronously” setting most likely. I hate to turn that off because it affects my SEO score but I did.
PeteGWebmaster
ParticipantI’m using two widgets in the footer section and was also wondering if there was a way to center them so they’re not justified to the left?
PeteGWebmaster
ParticipantI’m also noticing that the featured content section isn’t centered. It’s looking as it should for 4 images instead of 3. It’s set to 3 columns and 3 images. and I’m not seeing any codes in the CSS related to this.
-
AuthorPosts