Topic Resolution: Resolved
  • Closed
  • Phil Herwaldt
    Spectator
    March 31, 2015 at 10:47 pm #16031

    I am enjoying using the evolve theme, great and user friendly. I have two questions and both of them relate to the responsive nature of this theme.

    The first issue I am having is the header logo. When I first uploaded it there was background color all around it. I found on the forums a custom CSS to take care of the left and right color. Is there a code to eliminate the background color on the top and bottom so only my logo header is visible? Also, it seems that the logo header actually reduces in size as I zoom in (or use a tablet or iphone). Can I prevent that?

    I inserted my own content boxes and am please with how they are working except that the icon does not center with the text when I zoom in (or use a tablet or phone). It looks tacky to have the text and button center but not the icon. I currently have the content boxes that came with the theme activated (this illustrates what I want my custom content boxes to look like except I want a custom icon).

    Thank you for your help. The link for my website is: regenerationreservation.net

    Roman
    Spectator
    Posts: 3147
    April 1, 2015 at 9:09 am #16038

    try Custom CSS:

    .header {padding: 0;}

    can you provide a screenshot of the content box issue please?

    Phil Herwaldt
    Spectator
    Posts: 13
    April 1, 2015 at 9:04 pm #16057

    Thank you Roman, the Custom CSS worked well.

    Phil Herwaldt
    Spectator
    Posts: 13
    April 1, 2015 at 9:06 pm #16058

    Here is a link to the screenshot of the content box issue. As you can see, when the screen shifts to a mobile friendly view, the text centers but the photo icon does not.

    http://prntscr.com/6o7lfa

    Screen shot of content box

    Roman
    Spectator
    Posts: 3147
    April 2, 2015 at 9:45 am #16063

    try this in the Custom CSS:

    .content-boxes-icon-on-top .col .heading-and-icon img {
    margin: 0 auto;
    }

    Phil Herwaldt
    Spectator
    Posts: 13
    April 2, 2015 at 6:44 pm #16074

    Works perfect. Thank you!