• Resolved jrodatblueray

    (@jrodatblueray)


    I am currently using twenty twelve and have made some adjustments to the featured content. I am displaying only 3 posts but for some reason it is not displaying properly on my ipad specifically. it looks ok on my phone. my site is https://brfinancial.co

    please help.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • When you get down to the width of a tablet, the featured posts get set to a width of 50%. What happens, then, is that since you have three featured posts, the first row has two posts side-by-side and the last row has only one post to the left and a blank spot to the right.

    What you can do is set the background property of the container which holds the featured posts to white, so that empty space blends in with the rest of the page.

    .featured-content-inner {
       background-color: #FFF;
    }

    You can add the CSS using a CSS plugin like JetPack or Custom CSS Manager. Don’t edit the theme files directly; otherwise the next time the theme gets updated, you will lose your changes.

    Thread Starter jrodatblueray

    (@jrodatblueray)

    Thank you so much. Worked like a charm.

    I know this may be pushing it but could you assist me with one other issue. I was trying to get rid of my search and somewhere along the way I screwed up my menu toggle. My menu is not working on mobile and have looked all over for help on this…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘twenty twelve featured content’ is closed to new replies.