• Goodmorning,

    We have a few questions.
    We want to remove the distance between the photo and the text at our pages. When you display our website at a mobile device there are big spaces between the photo and the text.
    And is it possible to chance the color of the menu bar?

    We look forward to receiving your reply. Thank you!!

    With kind regards,
    Adh3

Viewing 11 replies - 1 through 11 (of 11 total)
  • Hey there adh3,

    Hope you’re well today!

    To change the color of the navigation please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:

    http://wordpress.org/plugins/simple-custom-css

    .superb-red .nav-container {
    background: #cc4343;
    }

    Replace the color hex value to the one that you want. You can use sites similar to this one to get hex value for the color of your choice:

    http://www.color-hex.com/

    As for the issue with the spaces could you please post link to your site so I can take a look?

    Best regards,
    Bojan

    Thread Starter adh3.2015

    (@adh32015)

    Thank you very much! Also for your quick answer!

    Link to our website: http://exclusiveeventsinfo.nl
    Please compare the website pages at your laptop and at your mobile device. I refer to my first message.

    I managed to change the menu bar color. Could you also advice me please how to chance the other red backgrounds?

    Thank you very much again! I really appreciate it.

    Best regards,
    Adh3

    Hey there Adh3,

    For changing red colors to black please try adding the following code:

    .superb-red .home-cta-area, .superb-red .feature-more-link, .superb-red #footercontainer, .superb-red .pagination .page-numbers:hover, .superb-red li span.page-numbers, .superb-red li a.page-numbers, .superb-red button:hover, .superb-red input:hover[type="button"], .superb-red input:hover[type="reset"], .superb-red .entry-content .button:hover, .superb-red .page-links .page-numbers:hover, .superb-red .superb-caption .slider-button, .superb-red .home-featured .read-more, .superb-red .home-contact-form input[type="submit"], .superb-red input[type="submit"], .superb-red .main-navigation ul ul li, .superb-red .home-featured-post .more-link, .superb-red .slider-wrapper .flex-caption .slider-button {
    background: #000;
    }

    I’m not really familiar with the theme since I do not represent theme author so if I missed something please let me know.

    As for the page image and the content issue could you please try adding the following CSS:

    .entry-content a > img.size-thumbnail {
    margin-bottom: -150px;
    }

    This should fix the issue with the image and the space.

    Please let me know if this helps 🙂

    Best regards,
    Bojan

    Thread Starter adh3.2015

    (@adh32015)

    Hi Bojan!

    Wauw thank you!! There is only a little triangel who didn’t changed into black.

    Unfortunately the spaces are still there.. Please, do you have an other option?
    Or could it help to change the images to jpg with a code?

    Best regards,
    Adh3

    Hey again Adh3,

    For the triangle please try adding this as well:

    .superb-red .contact-area:before {
    border-top-color: #000;
    }

    As for the spacing issue this is what I’m seeing on different resolutions, please check the following screenshots:

    http://screencast.com/t/RVNFqBdu51
    http://screencast.com/t/71QvoT3nzf

    Could you please advise on the image issue?

    Cheers,
    Bojan

    Thread Starter adh3.2015

    (@adh32015)

    Hi Bojan!

    Thank you! 🙂

    The problem is not at every photo and text. Please check my screenshot from my mobile to see the spaces:
    http://content.screencast.com/users/Adh3.2015/folders/Default/media/7d817c42-f7ca-4c4b-840d-60d875c821bb/IMG_1539.PNG

    Kind regards,
    Adh3

    Hey again Adh3,

    Can you please check in those posts where you have this space below the image if you are having empty rows below the image? I’m seeing a lot of empty paragraphs when inspecting your site on that specific page.

    Could you please try to remove the empty rows below the image in the page content?

    Please let me know if this helps 🙂

    Best regards,
    Bojan

    Thread Starter adh3.2015

    (@adh32015)

    With regard to the empty row you are mentioning I already removed that row but as a result hereof the text going with the picture moves itself to the right side of the picture in stead of below the picture. Anyway, in order to place any text below a picture I have to push the Enter button two times.
    But this results while testing the page on a mobile device in spaces between the photo and text.

    Best regards,
    Adh3

    Hey again Adh3,

    Could you please try to remove those on one page or post and provide link to that page/post so I can try to do that with some CSS. Generally giving image display: block should do the trick.

    Best regards,
    Bojan

    Thread Starter adh3.2015

    (@adh32015)

    Hey Adh3,

    I’ve tried a lot of things and the only thing that worked was adding display:inline-block on the title. However that creates even a bigger gap on smaller resolutions.

    I’m not sure why there are those empty paragraphs in the page. Maybe we should wait for the response from the theme author on this one.

    Best regards,
    Bojan

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘White distance and menu bar’ is closed to new replies.