Hey there,
If you’re talking about the grey/white bar then you could use this CSS to remove it:
#mainwrap, #dstable td.even {
background-image: none;
}
If not then could you please show me a screenshot of where you refer to exactly.
Take care.
Hi Timothy,
That worked perfectly thank you very much for that have been searching a solution to this for a while. Very much appreciated!
As a matter of interest do you know if there is a way to change the format of the images for the mobile site to the grid format just as you view it on a PC/ full site?
Or if there is way to palace a faded banner across the website for .png images/logos for corporate sponsors?
Many Thanks!
Excellent 🙂
As a matter of interest do you know if there is a way to change the format of the images for the mobile site to the grid format just as you view it on a PC/ full site?
Looking at the site on my iPhone it seems like it’s intended to be responsive so that you can clearly see the images, it then has navigation to flip to the others. If you were to make it a grid it could make the images hard to see as they’d be much smaller or you’d have to move around the screen.
If you really want to do this then you’d need to look at the following CSS onwards:
@media only screen and (max-width: 480px) {
Looks like it might take a few edits.
Or if there is way to palace a faded banner across the website for .png images/logos for corporate sponsors?
It depends on if you just wanting to target mobile browsers or any, and also if you’re wanting to automate it somehow because there might be a plugin for that. Or you could painfully and manually add one banner and change it each time when needed.
I went to look at which theme you’re using so I could download and give some pointers whilst also looking at the slider however I note you’re using a premium theme:
http://themeforest.net/item/sentinell-responsive-wordpress-theme/3314808
I didn’t realise before but this unfortunately limits the support we can give here, you’d need to contact the author as per the forum rules:
http://codex.ww.wp.xz.cn/Forum_Welcome#Commercial_Products
Sorry about that. 🙁
Take care.
Hi Timothy,
Thank you so much for your help so far unfortunately did raise this as a ticket with the developer but he didn’t get back to me 🙁
Really appreciate all the support so far. The theme is intended to be responsive but as you may have seen on mobile the navigation tends to overlap the logo and the photos do not scale down properly and also wanted the gallery on the full site to be 3 images across and 3 images down so it runs fluent with the rest of my promotional materials but couldn’t find any luck in the backend admin panel and the little pink strip lashes below the slogan box was bugging me for a while…
I will try look for a plugin for the banner hopefully find some luck as I’m quite new to WordPress…
Once again thank you so so much! 🙂