Raptomex
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [evolve] Query posts from category on custom pageI think I found that plugin but ended up using the category pages. But with the evolve theme I can’t seem to edit the specific pages. I can’t find a “category.php” or anything else related so I can make a copy of it using the category page name, etc. There was a tutorial about it but I can’t find the appropriate PHP files for this theme.
I thought I tried that and it didn’t work. But I discovered that changing any wrapper code will affect this. For example I disabled the wrapper and all of the white disappeared. I think it’s just part of the wrapper itself. I’ll have to take a look again later today when I get a chance.
Forum: Themes and Templates
In reply to: [evolve] Responsive Ad next to logoI figured it out. I had to alter the custom CSS code to this:
.TopAd{width: 728px; height: 90px; float: left; margin:25px 0 0 15px;} @media (max-width: 728px) { .TopAd { display: none; } }Forum: Themes and Templates
In reply to: [evolve] Responsive Ad next to logoFantastic. That worked. Thank you. It goes offscreen when viewing the site via mobile device. Is there a way to fix that or for a last resort, disable it for mobile devices.