• Resolved Sterling90

    (@sterling90)


    Hi,

    having an issue with the theme of my website. There is currently a white bar which does not look tidy so i would like to remove it so it is fluent black across on http://www.diamond-decor.co.uk just under the grid images have identified the issue having inspected the home page with fire bug lite as a problem within line 675 being a background image within the url(http://www.diamond-decor.co.uk/wp-content/themes/ but i cannot find it within theme editor so quite unsure about what to do to remove it?

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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.

    Thread Starter Sterling90

    (@sterling90)

    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.

    Thread Starter Sterling90

    (@sterling90)

    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! 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Theme Issue – White Bar’ is closed to new replies.