Forum Replies Created

Viewing 10 posts - 41 through 50 (of 50 total)
  • Author
    Posts
  • in reply to: Video Blog Posts #125756
    PeteGWebmaster
    Participant

    Nevermind I figured it out in the layout options. Thanks anyway

    in reply to: Mobile Menu Missing #125670
    PeteGWebmaster
    Participant

    The 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.

    in reply to: Mobile Menu Missing #125668
    PeteGWebmaster
    Participant

    I’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.

    in reply to: Mobile Menu Missing #125401
    PeteGWebmaster
    Participant

    I’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.

    in reply to: Form Issues #125397
    PeteGWebmaster
    Participant

    It 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

    in reply to: Mobile Menu Missing #125316
    PeteGWebmaster
    Participant

    I 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%;
    }
    }
    
    in reply to: Mobile Menu Missing #124992
    PeteGWebmaster
    Participant

    I’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

    in reply to: Mobile Menu Missing #124989
    PeteGWebmaster
    Participant

    The 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.

    in reply to: Mobile Menu Missing #124934
    PeteGWebmaster
    Participant

    I’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?

    in reply to: Mobile Menu Missing #124932
    PeteGWebmaster
    Participant

    I’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.

Viewing 10 posts - 41 through 50 (of 50 total)